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

/external/chromium_org/third_party/libvpx/source/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;
350 last_row_current_mb_col = &pbi->mt_current_mb_col[mb_row -1];
354 current_mb_col = &pbi->mt_current_mb_col[mb_row];
701 vpx_free(pbi->mt_current_mb_col);
702 pbi->mt_current_mb_col = NULL ;
797 CALLOC_ARRAY(pbi->mt_current_mb_col, pc->mb_rows);
/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;
350 last_row_current_mb_col = &pbi->mt_current_mb_col[mb_row -1];
354 current_mb_col = &pbi->mt_current_mb_col[mb_row];
701 vpx_free(pbi->mt_current_mb_col);
702 pbi->mt_current_mb_col = NULL ;
797 CALLOC_ARRAY(pbi->mt_current_mb_col, pc->mb_rows);
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
H A Dethreading.c91 volatile int *current_mb_col = &cpi->mt_current_mb_col[mb_row];
100 last_row_current_mb_col = &cpi->mt_current_mb_col[mb_row - 1];
H A Donyx_int.h523 int * mt_current_mb_col; member in struct:VP8_COMP
H A Dencodeframe.c388 volatile int *current_mb_col = &cpi->mt_current_mb_col[mb_row];
391 last_row_current_mb_col = &cpi->mt_current_mb_col[mb_row - 1];
825 cpi->mt_current_mb_col[i] = -1;
H A Donyx_if.c486 vpx_free(cpi->mt_current_mb_col);
487 cpi->mt_current_mb_col = NULL;
1273 vpx_free(cpi->mt_current_mb_col);
1274 CHECK_MEM_ERROR(cpi->mt_current_mb_col,
1275 vpx_malloc(sizeof(*cpi->mt_current_mb_col) * cm->mb_rows));
/external/libvpx/libvpx/vp8/encoder/
H A Dethreading.c91 volatile int *current_mb_col = &cpi->mt_current_mb_col[mb_row];
100 last_row_current_mb_col = &cpi->mt_current_mb_col[mb_row - 1];
H A Dencodeframe.c388 volatile int *current_mb_col = &cpi->mt_current_mb_col[mb_row];
391 last_row_current_mb_col = &cpi->mt_current_mb_col[mb_row - 1];
812 cpi->mt_current_mb_col[i] = -1;
H A Donyx_int.h524 int * mt_current_mb_col; member in struct:VP8_COMP
H A Donyx_if.c483 vpx_free(cpi->mt_current_mb_col);
484 cpi->mt_current_mb_col = NULL;
1250 vpx_free(cpi->mt_current_mb_col);
1251 CHECK_MEM_ERROR(cpi->mt_current_mb_col,
1252 vpx_malloc(sizeof(*cpi->mt_current_mb_col) * cm->mb_rows));

Completed in 1531 milliseconds