Home
last modified time | relevance | path

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

/external/libvpx/vp8/decoder/
Dthreading.c375 … pbi->mt_vleft_col[mb_row][i] = xd->dst.v_buffer [i* recon_uv_stride + 7]; in vp8_thread_decoding_proc()
579 if (pbi->mt_vleft_col) in vp8mt_de_alloc_temp_buffers()
583 if (pbi->mt_vleft_col[i]) in vp8mt_de_alloc_temp_buffers()
585 vpx_free(pbi->mt_vleft_col[i]); in vp8mt_de_alloc_temp_buffers()
586 pbi->mt_vleft_col[i] = NULL ; in vp8mt_de_alloc_temp_buffers()
589 vpx_free(pbi->mt_vleft_col); in vp8mt_de_alloc_temp_buffers()
590 pbi->mt_vleft_col = NULL ; in vp8mt_de_alloc_temp_buffers()
646 CHECK_MEM_ERROR(pbi->mt_vleft_col, vpx_malloc(sizeof(unsigned char *) * pc->mb_rows)); in vp8mt_alloc_temp_buffers()
648 CHECK_MEM_ERROR(pbi->mt_vleft_col[i], vpx_calloc(sizeof(unsigned char) * 8, 1)); in vp8mt_alloc_temp_buffers()
801 vpx_memset(pbi->mt_vleft_col[i], (unsigned char)129, 8); in vp8mt_decode_mb_rows()
[all …]
Donyxd_int.h107 unsigned char **mt_vleft_col; /* mb_rows x 8 */ member
Dreconintra_mt.c320 vleft_col = pbi->mt_vleft_col[mb_row]; in vp8mt_build_intra_predictors_mbuv()
484 vleft_col = pbi->mt_vleft_col[mb_row]; in vp8mt_build_intra_predictors_mbuv_s()