Searched refs:mt_current_mb_col (Results 1 – 6 of 6) sorted by relevance
92 int *mt_current_mb_col; /* Each row remembers its already decoded column. */ member
89 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()
91 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()
389 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()
524 int * mt_current_mb_col; member
483 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()