Home
last modified time | relevance | path

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

/external/libvpx/vp8/decoder/
Dthreading.c331 xd->recon_left[1] = pbi->mt_uleft_col[mb_row]; in mt_decode_mb_rows()
478 pbi->mt_uleft_col[mb_row][i] = in mt_decode_mb_rows()
714 if (pbi->mt_uleft_col) { in vp8mt_de_alloc_temp_buffers()
716 vpx_free(pbi->mt_uleft_col[i]); in vp8mt_de_alloc_temp_buffers()
717 pbi->mt_uleft_col[i] = NULL; in vp8mt_de_alloc_temp_buffers()
719 vpx_free(pbi->mt_uleft_col); in vp8mt_de_alloc_temp_buffers()
720 pbi->mt_uleft_col = NULL; in vp8mt_de_alloc_temp_buffers()
793 CALLOC_ARRAY(pbi->mt_uleft_col, pc->mb_rows); in vp8mt_alloc_temp_buffers()
795 CHECK_MEM_ERROR(pbi->mt_uleft_col[i], in vp8mt_alloc_temp_buffers()
870 memset(pbi->mt_uleft_col[j], (unsigned char)129, 8); in vp8mt_decode_mb_rows()
Donyxd_int.h90 unsigned char **mt_uleft_col; /* mb_rows x 8 */ member