Searched refs:mt_current_mb_col (Results 1 – 6 of 6) sorted by relevance
83 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()
82 vpx_atomic_int *mt_current_mb_col; member
84 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()
346 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()
526 vpx_atomic_int *mt_current_mb_col; member
449 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()