HomeSort by relevance Sort by last modified time
    Searched refs:mt_current_mb_col (Results 1 - 18 of 18) sorted by null

  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/decoder/
onyxd_int.h 92 int *mt_current_mb_col; /* Each row remembers its already decoded column. */ member in struct:VP8D_COMP
threading.c 89 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/
onyxd_int.h 92 int *mt_current_mb_col; /* Each row remembers its already decoded column. */ member in struct:VP8D_COMP
threading.c 89 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);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/decoder/
onyxd_int.h 92 int *mt_current_mb_col; /* Each row remembers its already decoded column. */ member in struct:VP8D_COMP
threading.c 89 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/
ethreading.c 91 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];
onyx_int.h 523 int * mt_current_mb_col; member in struct:VP8_COMP
encodeframe.c 388 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;
    [all...]
onyx_if.c 486 vpx_free(cpi->mt_current_mb_col);
487 cpi->mt_current_mb_col = NULL;
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
ethreading.c 91 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];
encodeframe.c 388 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;
    [all...]
onyx_int.h 524 int * mt_current_mb_col; member in struct:VP8_COMP
onyx_if.c 483 vpx_free(cpi->mt_current_mb_col);
484 cpi->mt_current_mb_col = NULL;
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
ethreading.c 91 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];
encodeframe.c 389 volatile int *current_mb_col = &cpi->mt_current_mb_col[mb_row];
392 last_row_current_mb_col = &cpi->mt_current_mb_col[mb_row - 1];
813 cpi->mt_current_mb_col[i] = -1;
    [all...]
onyx_int.h 524 int * mt_current_mb_col; member in struct:VP8_COMP
onyx_if.c 483 vpx_free(cpi->mt_current_mb_col);
484 cpi->mt_current_mb_col = NULL;
    [all...]

Completed in 431 milliseconds