Searched refs:mt_yleft_col (Results 1 – 2 of 2) sorted by relevance
374 xd->recon_left[0] = pbi->mt_yleft_col[mb_row]; in mt_decode_mb_rows()513 pbi->mt_yleft_col[mb_row][i] = xd->dst.y_buffer [i* recon_y_stride + 15]; in mt_decode_mb_rows()739 if (pbi->mt_yleft_col) in vp8mt_de_alloc_temp_buffers()743 vpx_free(pbi->mt_yleft_col[i]); in vp8mt_de_alloc_temp_buffers()744 pbi->mt_yleft_col[i] = NULL ; in vp8mt_de_alloc_temp_buffers()746 vpx_free(pbi->mt_yleft_col); in vp8mt_de_alloc_temp_buffers()747 pbi->mt_yleft_col = NULL ; in vp8mt_de_alloc_temp_buffers()813 CALLOC_ARRAY(pbi->mt_yleft_col, pc->mb_rows); in vp8mt_alloc_temp_buffers()815 CHECK_MEM_ERROR(pbi->mt_yleft_col[i], vpx_calloc(sizeof(unsigned char) * 16, 1)); in vp8mt_alloc_temp_buffers()891 vpx_memset(pbi->mt_yleft_col[j], (unsigned char)129, 16); in vp8mt_decode_mb_rows()
97 unsigned char **mt_yleft_col; /* mb_rows x 16 */ member