Searched refs:mt_yleft_col (Results 1 – 2 of 2) sorted by relevance
329 xd->recon_left[0] = pbi->mt_yleft_col[mb_row]; in mt_decode_mb_rows()459 pbi->mt_yleft_col[mb_row][i] = in mt_decode_mb_rows()694 if (pbi->mt_yleft_col) { in vp8mt_de_alloc_temp_buffers()696 vpx_free(pbi->mt_yleft_col[i]); in vp8mt_de_alloc_temp_buffers()697 pbi->mt_yleft_col[i] = NULL; in vp8mt_de_alloc_temp_buffers()699 vpx_free(pbi->mt_yleft_col); in vp8mt_de_alloc_temp_buffers()700 pbi->mt_yleft_col = NULL; in vp8mt_de_alloc_temp_buffers()777 CALLOC_ARRAY(pbi->mt_yleft_col, pc->mb_rows); in vp8mt_alloc_temp_buffers()779 CHECK_MEM_ERROR(pbi->mt_yleft_col[i], in vp8mt_alloc_temp_buffers()859 memset(pbi->mt_yleft_col[j], (unsigned char)129, 16); in vp8mt_decode_mb_rows()
86 unsigned char **mt_yleft_col; /* mb_rows x 16 */ member