Searched refs:mt_vleft_col (Results 1 – 2 of 2) sorted by relevance
376 xd->recon_left[2] = pbi->mt_vleft_col[mb_row]; in mt_decode_mb_rows()517 pbi->mt_vleft_col[mb_row][i] = xd->dst.v_buffer [i* recon_uv_stride + 7]; in mt_decode_mb_rows()761 if (pbi->mt_vleft_col) in vp8mt_de_alloc_temp_buffers()765 vpx_free(pbi->mt_vleft_col[i]); in vp8mt_de_alloc_temp_buffers()766 pbi->mt_vleft_col[i] = NULL ; in vp8mt_de_alloc_temp_buffers()768 vpx_free(pbi->mt_vleft_col); in vp8mt_de_alloc_temp_buffers()769 pbi->mt_vleft_col = NULL ; in vp8mt_de_alloc_temp_buffers()821 CALLOC_ARRAY(pbi->mt_vleft_col, pc->mb_rows); in vp8mt_alloc_temp_buffers()823 CHECK_MEM_ERROR(pbi->mt_vleft_col[i], vpx_calloc(sizeof(unsigned char) * 8, 1)); in vp8mt_alloc_temp_buffers()893 vpx_memset(pbi->mt_vleft_col[j], (unsigned char)129, 8); in vp8mt_decode_mb_rows()
99 unsigned char **mt_vleft_col; /* mb_rows x 8 */ member