Home
last modified time | relevance | path

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

/external/libvpx/vp8/decoder/
Dthreading.c374 … pbi->mt_uleft_col[mb_row][i] = xd->dst.u_buffer [i* recon_uv_stride + 7]; in vp8_thread_decoding_proc()
565 if (pbi->mt_uleft_col) in vp8mt_de_alloc_temp_buffers()
569 if (pbi->mt_uleft_col[i]) in vp8mt_de_alloc_temp_buffers()
571 vpx_free(pbi->mt_uleft_col[i]); in vp8mt_de_alloc_temp_buffers()
572 pbi->mt_uleft_col[i] = NULL ; in vp8mt_de_alloc_temp_buffers()
575 vpx_free(pbi->mt_uleft_col); in vp8mt_de_alloc_temp_buffers()
576 pbi->mt_uleft_col = NULL ; in vp8mt_de_alloc_temp_buffers()
642 CHECK_MEM_ERROR(pbi->mt_uleft_col, vpx_malloc(sizeof(unsigned char *) * pc->mb_rows)); in vp8mt_alloc_temp_buffers()
644 CHECK_MEM_ERROR(pbi->mt_uleft_col[i], vpx_calloc(sizeof(unsigned char) * 8, 1)); in vp8mt_alloc_temp_buffers()
800 vpx_memset(pbi->mt_uleft_col[i], (unsigned char)129, 8); in vp8mt_decode_mb_rows()
[all …]
Donyxd_int.h106 unsigned char **mt_uleft_col; /* mb_rows x 8 */ member
Dreconintra_mt.c319 uleft_col = pbi->mt_uleft_col[mb_row]; in vp8mt_build_intra_predictors_mbuv()
483 uleft_col = pbi->mt_uleft_col[mb_row]; in vp8mt_build_intra_predictors_mbuv_s()