Searched refs:mt_vleft_col (Results 1 – 2 of 2) sorted by relevance
332 xd->recon_left[2] = pbi->mt_vleft_col[mb_row]; in mt_decode_mb_rows()480 pbi->mt_vleft_col[mb_row][i] = in mt_decode_mb_rows()723 if (pbi->mt_vleft_col) { in vp8mt_de_alloc_temp_buffers()725 vpx_free(pbi->mt_vleft_col[i]); in vp8mt_de_alloc_temp_buffers()726 pbi->mt_vleft_col[i] = NULL; in vp8mt_de_alloc_temp_buffers()728 vpx_free(pbi->mt_vleft_col); in vp8mt_de_alloc_temp_buffers()729 pbi->mt_vleft_col = NULL; in vp8mt_de_alloc_temp_buffers()798 CALLOC_ARRAY(pbi->mt_vleft_col, pc->mb_rows); in vp8mt_alloc_temp_buffers()800 CHECK_MEM_ERROR(pbi->mt_vleft_col[i], in vp8mt_alloc_temp_buffers()871 memset(pbi->mt_vleft_col[j], (unsigned char)129, 8); in vp8mt_decode_mb_rows()
89 unsigned char **mt_vleft_col; /* mb_rows x 8 */ member