Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp8/decoder/
Dthreading.c90 pbi->mt_current_mb_col[i] = -1; in setup_decoding_thread_data()
353 last_row_current_mb_col = &pbi->mt_current_mb_col[mb_row -1]; in mt_decode_mb_rows()
357 current_mb_col = &pbi->mt_current_mb_col[mb_row]; in mt_decode_mb_rows()
704 vpx_free(pbi->mt_current_mb_col); in vp8mt_de_alloc_temp_buffers()
705 pbi->mt_current_mb_col = NULL ; in vp8mt_de_alloc_temp_buffers()
800 CALLOC_ARRAY(pbi->mt_current_mb_col, pc->mb_rows); in vp8mt_alloc_temp_buffers()
Donyxd_int.h92 int *mt_current_mb_col; /* Each row remembers its already decoded column. */ member
/external/libvpx/libvpx/vp8/encoder/
Dethreading.c89 volatile int *current_mb_col = &cpi->mt_current_mb_col[mb_row]; in thread_encoding_proc()
98 last_row_current_mb_col = &cpi->mt_current_mb_col[mb_row - 1]; in thread_encoding_proc()
Dencodeframe.c390 volatile int *current_mb_col = &cpi->mt_current_mb_col[mb_row]; in encode_mb_row()
393 last_row_current_mb_col = &cpi->mt_current_mb_col[mb_row - 1]; in encode_mb_row()
834 cpi->mt_current_mb_col[i] = -1; in vp8_encode_frame()
Donyx_int.h533 int * mt_current_mb_col; member
Donyx_if.c480 vpx_free(cpi->mt_current_mb_col); in dealloc_compressor_data()
481 cpi->mt_current_mb_col = NULL; in dealloc_compressor_data()
1274 vpx_free(cpi->mt_current_mb_col); in vp8_alloc_compressor_data()
1275 CHECK_MEM_ERROR(cpi->mt_current_mb_col, in vp8_alloc_compressor_data()
1276 vpx_malloc(sizeof(*cpi->mt_current_mb_col) * cm->mb_rows)); in vp8_alloc_compressor_data()