Home
last modified time | relevance | path

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

/external/libvpx/vp8/decoder/
Dthreading.c90 pbi->mt_current_mb_col[i]=-1; in vp8_setup_decoding_thread_data()
280 last_row_current_mb_col = &pbi->mt_current_mb_col[mb_row -1]; in vp8_thread_decoding_proc()
406 pbi->mt_current_mb_col[mb_row] = mb_col; in vp8_thread_decoding_proc()
501 if (pbi->mt_current_mb_col) in vp8mt_de_alloc_temp_buffers()
503 vpx_free(pbi->mt_current_mb_col); in vp8mt_de_alloc_temp_buffers()
504 pbi->mt_current_mb_col = NULL ; in vp8mt_de_alloc_temp_buffers()
622 CHECK_MEM_ERROR(pbi->mt_current_mb_col, vpx_malloc(sizeof(int) * pc->mb_rows)); in vp8mt_alloc_temp_buffers()
829 last_row_current_mb_col = &pbi->mt_current_mb_col[mb_row -1]; in vp8mt_decode_mb_rows()
952 pbi->mt_current_mb_col[mb_row] = mb_col; in vp8mt_decode_mb_rows()
Donyxd_int.h100 int *mt_current_mb_col; /* Each row remembers its already decoded column. */ member