Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp8/decoder/
Dthreading.c331 xd->recon_left[2] = pbi->mt_vleft_col[mb_row]; in mt_decode_mb_rows()
465 pbi->mt_vleft_col[mb_row][i] = in mt_decode_mb_rows()
712 if (pbi->mt_vleft_col) { in vp8mt_de_alloc_temp_buffers()
714 vpx_free(pbi->mt_vleft_col[i]); in vp8mt_de_alloc_temp_buffers()
715 pbi->mt_vleft_col[i] = NULL; in vp8mt_de_alloc_temp_buffers()
717 vpx_free(pbi->mt_vleft_col); in vp8mt_de_alloc_temp_buffers()
718 pbi->mt_vleft_col = NULL; in vp8mt_de_alloc_temp_buffers()
787 CALLOC_ARRAY(pbi->mt_vleft_col, pc->mb_rows); in vp8mt_alloc_temp_buffers()
789 CHECK_MEM_ERROR(pbi->mt_vleft_col[i], in vp8mt_alloc_temp_buffers()
861 memset(pbi->mt_vleft_col[j], (unsigned char)129, 8); in vp8mt_decode_mb_rows()
Donyxd_int.h88 unsigned char **mt_vleft_col; /* mb_rows x 8 */ member