Searched refs:mt_uleft_col (Results 1 – 2 of 2) sorted by relevance
378 xd->recon_left[1] = pbi->mt_uleft_col[mb_row]; in mt_decode_mb_rows()519 pbi->mt_uleft_col[mb_row][i] = xd->dst.u_buffer [i* recon_uv_stride + 7]; in mt_decode_mb_rows()753 if (pbi->mt_uleft_col) in vp8mt_de_alloc_temp_buffers()757 vpx_free(pbi->mt_uleft_col[i]); in vp8mt_de_alloc_temp_buffers()758 pbi->mt_uleft_col[i] = NULL ; in vp8mt_de_alloc_temp_buffers()760 vpx_free(pbi->mt_uleft_col); in vp8mt_de_alloc_temp_buffers()761 pbi->mt_uleft_col = NULL ; in vp8mt_de_alloc_temp_buffers()820 CALLOC_ARRAY(pbi->mt_uleft_col, pc->mb_rows); in vp8mt_alloc_temp_buffers()822 CHECK_MEM_ERROR(pbi->mt_uleft_col[i], vpx_calloc(sizeof(unsigned char) * 8, 1)); in vp8mt_alloc_temp_buffers()895 memset(pbi->mt_uleft_col[j], (unsigned char)129, 8); in vp8mt_decode_mb_rows()
98 unsigned char **mt_uleft_col; /* mb_rows x 8 */ member