Home
last modified time | relevance | path

Searched refs:mt_current_mb_col (Results 1 – 6 of 6) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/decoder/
Donyxd_int.h92 int *mt_current_mb_col; /* Each row remembers its already decoded column. */ member
Dthreading.c89 pbi->mt_current_mb_col[i] = -1; in setup_decoding_thread_data()
350 last_row_current_mb_col = &pbi->mt_current_mb_col[mb_row -1]; in mt_decode_mb_rows()
354 current_mb_col = &pbi->mt_current_mb_col[mb_row]; in mt_decode_mb_rows()
701 vpx_free(pbi->mt_current_mb_col); in vp8mt_de_alloc_temp_buffers()
702 pbi->mt_current_mb_col = NULL ; in vp8mt_de_alloc_temp_buffers()
797 CALLOC_ARRAY(pbi->mt_current_mb_col, pc->mb_rows); in vp8mt_alloc_temp_buffers()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Dethreading.c91 volatile int *current_mb_col = &cpi->mt_current_mb_col[mb_row]; in thread_encoding_proc()
100 last_row_current_mb_col = &cpi->mt_current_mb_col[mb_row - 1]; in thread_encoding_proc()
Dencodeframe.c389 volatile int *current_mb_col = &cpi->mt_current_mb_col[mb_row]; in encode_mb_row()
392 last_row_current_mb_col = &cpi->mt_current_mb_col[mb_row - 1]; in encode_mb_row()
813 cpi->mt_current_mb_col[i] = -1; in vp8_encode_frame()
Donyx_int.h524 int * mt_current_mb_col; member
Donyx_if.c483 vpx_free(cpi->mt_current_mb_col); in dealloc_compressor_data()
484 cpi->mt_current_mb_col = NULL; in dealloc_compressor_data()
1250 vpx_free(cpi->mt_current_mb_col); in vp8_alloc_compressor_data()
1251 CHECK_MEM_ERROR(cpi->mt_current_mb_col, in vp8_alloc_compressor_data()
1252 vpx_malloc(sizeof(*cpi->mt_current_mb_col) * cm->mb_rows)); in vp8_alloc_compressor_data()