Home
last modified time | relevance | path

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

/external/libvpx/vp8/encoder/
Dethreading.c99 last_row_current_mb_col = &cpi->mt_current_mb_col[mb_row - 1]; in thread_encoding_proc()
246 cpi->mt_current_mb_col[mb_row] = mb_col; in thread_encoding_proc()
488 CHECK_MEM_ERROR(cpi->mt_current_mb_col, in vp8cx_create_encoder_threads()
489 vpx_malloc(sizeof(*cpi->mt_current_mb_col) * cm->mb_rows)); in vp8cx_create_encoder_threads()
557 vpx_free(cpi->mt_current_mb_col); in vp8cx_remove_encoder_threads()
Donyx_int.h595 int * mt_current_mb_col; member
Dencodeframe.c489 last_row_current_mb_col = &cpi->mt_current_mb_col[mb_row - 1]; in encode_mb_row()
652 cpi->mt_current_mb_col[mb_row] = mb_col; in encode_mb_row()
811 cpi->mt_current_mb_col[i] = -1; in vp8_encode_frame()
/external/libvpx/vp8/decoder/
Dthreading.c86 pbi->mt_current_mb_col[i]=-1; in setup_decoding_thread_data()
262 last_row_current_mb_col = &pbi->mt_current_mb_col[mb_row -1]; in thread_decoding_proc()
385 pbi->mt_current_mb_col[mb_row] = mb_col; in thread_decoding_proc()
470 vpx_free(pbi->mt_current_mb_col); in vp8mt_de_alloc_temp_buffers()
471 pbi->mt_current_mb_col = NULL ; in vp8mt_de_alloc_temp_buffers()
566 CHECK_MEM_ERROR(pbi->mt_current_mb_col, vpx_malloc(sizeof(int) * pc->mb_rows)); in vp8mt_alloc_temp_buffers()
743 last_row_current_mb_col = &pbi->mt_current_mb_col[mb_row -1]; in vp8mt_decode_mb_rows()
872 pbi->mt_current_mb_col[mb_row] = mb_col; in vp8mt_decode_mb_rows()
Donyxd_int.h101 int *mt_current_mb_col; /* Each row remembers its already decoded column. */ member