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.c83 vpx_atomic_store_release(&pbi->mt_current_mb_col[i], -1); in setup_decoding_thread_data()
306 last_row_current_mb_col = &pbi->mt_current_mb_col[mb_row - 1]; in mt_decode_mb_rows()
311 current_mb_col = &pbi->mt_current_mb_col[mb_row]; in mt_decode_mb_rows()
411 current_mb_col = &pbi->mt_current_mb_col[mb_row]; in mt_decode_mb_rows()
673 vpx_free(pbi->mt_current_mb_col); in vp8mt_de_alloc_temp_buffers()
674 pbi->mt_current_mb_col = NULL; in vp8mt_de_alloc_temp_buffers()
757 CHECK_MEM_ERROR(pbi->mt_current_mb_col, in vp8mt_alloc_temp_buffers()
758 vpx_malloc(sizeof(*pbi->mt_current_mb_col) * pc->mb_rows)); in vp8mt_alloc_temp_buffers()
760 vpx_atomic_init(&pbi->mt_current_mb_col[i], 0); in vp8mt_alloc_temp_buffers()
Donyxd_int.h82 vpx_atomic_int *mt_current_mb_col; member
/external/libvpx/libvpx/vp8/encoder/
Dethreading.c84 vpx_atomic_int *current_mb_col = &cpi->mt_current_mb_col[mb_row]; in thread_encoding_proc()
93 last_row_current_mb_col = &cpi->mt_current_mb_col[mb_row - 1]; in thread_encoding_proc()
Dencodeframe.c346 vpx_atomic_int *current_mb_col = &cpi->mt_current_mb_col[mb_row]; in encode_mb_row()
349 last_row_current_mb_col = &cpi->mt_current_mb_col[mb_row - 1]; in encode_mb_row()
758 vpx_atomic_store_release(&cpi->mt_current_mb_col[i], -1); in vp8_encode_frame()
Donyx_int.h526 vpx_atomic_int *mt_current_mb_col; member
Donyx_if.c449 vpx_free(cpi->mt_current_mb_col); in dealloc_compressor_data()
450 cpi->mt_current_mb_col = NULL; in dealloc_compressor_data()
1230 vpx_free(cpi->mt_current_mb_col); in vp8_alloc_compressor_data()
1231 CHECK_MEM_ERROR(cpi->mt_current_mb_col, in vp8_alloc_compressor_data()
1232 vpx_malloc(sizeof(*cpi->mt_current_mb_col) * cm->mb_rows)); in vp8_alloc_compressor_data()
1234 vpx_atomic_init(&cpi->mt_current_mb_col[i], 0); in vp8_alloc_compressor_data()