Home
last modified time | relevance | path

Searched refs:mt_uleft_col (Results 1 – 2 of 2) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/decoder/
Dthreading.c375 xd->recon_left[1] = pbi->mt_uleft_col[mb_row]; in mt_decode_mb_rows()
516 pbi->mt_uleft_col[mb_row][i] = xd->dst.u_buffer [i* recon_uv_stride + 7]; in mt_decode_mb_rows()
750 if (pbi->mt_uleft_col) in vp8mt_de_alloc_temp_buffers()
754 vpx_free(pbi->mt_uleft_col[i]); in vp8mt_de_alloc_temp_buffers()
755 pbi->mt_uleft_col[i] = NULL ; in vp8mt_de_alloc_temp_buffers()
757 vpx_free(pbi->mt_uleft_col); in vp8mt_de_alloc_temp_buffers()
758 pbi->mt_uleft_col = NULL ; in vp8mt_de_alloc_temp_buffers()
817 CALLOC_ARRAY(pbi->mt_uleft_col, pc->mb_rows); in vp8mt_alloc_temp_buffers()
819 CHECK_MEM_ERROR(pbi->mt_uleft_col[i], vpx_calloc(sizeof(unsigned char) * 8, 1)); in vp8mt_alloc_temp_buffers()
892 vpx_memset(pbi->mt_uleft_col[j], (unsigned char)129, 8); in vp8mt_decode_mb_rows()
Donyxd_int.h98 unsigned char **mt_uleft_col; /* mb_rows x 8 */ member