Searched refs:mt_current_mb_col (Results 1 - 6 of 6) sorted by relevance

/external/libvpx/libvpx/vp8/decoder/
H A Donyxd_int.h92 int *mt_current_mb_col; /* Each row remembers its already decoded column. */ member in struct:VP8D_COMP
H A Dthreading.c89 pbi->mt_current_mb_col[i] = -1;
352 last_row_current_mb_col = &pbi->mt_current_mb_col[mb_row -1];
356 current_mb_col = &pbi->mt_current_mb_col[mb_row];
703 vpx_free(pbi->mt_current_mb_col);
704 pbi->mt_current_mb_col = NULL ;
799 CALLOC_ARRAY(pbi->mt_current_mb_col, pc->mb_rows);
/external/libvpx/libvpx/vp8/encoder/
H A Dethreading.c89 volatile int *current_mb_col = &cpi->mt_current_mb_col[mb_row];
98 last_row_current_mb_col = &cpi->mt_current_mb_col[mb_row - 1];
H A Dencodeframe.c390 volatile int *current_mb_col = &cpi->mt_current_mb_col[mb_row];
393 last_row_current_mb_col = &cpi->mt_current_mb_col[mb_row - 1];
832 cpi->mt_current_mb_col[i] = -1;
H A Donyx_int.h533 int * mt_current_mb_col; member in struct:VP8_COMP
H A Donyx_if.c469 vpx_free(cpi->mt_current_mb_col);
470 cpi->mt_current_mb_col = NULL;
1298 vpx_free(cpi->mt_current_mb_col);
1299 CHECK_MEM_ERROR(cpi->mt_current_mb_col,
1300 vpx_malloc(sizeof(*cpi->mt_current_mb_col) * cm->mb_rows));

Completed in 161 milliseconds