Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp8/decoder/
Dthreading.c377 xd->recon_left[0] = pbi->mt_yleft_col[mb_row]; in mt_decode_mb_rows()
516 pbi->mt_yleft_col[mb_row][i] = xd->dst.y_buffer [i* recon_y_stride + 15]; in mt_decode_mb_rows()
742 if (pbi->mt_yleft_col) in vp8mt_de_alloc_temp_buffers()
746 vpx_free(pbi->mt_yleft_col[i]); in vp8mt_de_alloc_temp_buffers()
747 pbi->mt_yleft_col[i] = NULL ; in vp8mt_de_alloc_temp_buffers()
749 vpx_free(pbi->mt_yleft_col); in vp8mt_de_alloc_temp_buffers()
750 pbi->mt_yleft_col = NULL ; in vp8mt_de_alloc_temp_buffers()
816 CALLOC_ARRAY(pbi->mt_yleft_col, pc->mb_rows); in vp8mt_alloc_temp_buffers()
818 CHECK_MEM_ERROR(pbi->mt_yleft_col[i], vpx_calloc(sizeof(unsigned char) * 16, 1)); in vp8mt_alloc_temp_buffers()
894 memset(pbi->mt_yleft_col[j], (unsigned char)129, 16); in vp8mt_decode_mb_rows()
Donyxd_int.h97 unsigned char **mt_yleft_col; /* mb_rows x 16 */ member