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

  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
block.h 95 unsigned int * mb_activity_ptr; member in struct:macroblock
encodeframe.c 219 x->mb_activity_ptr = cpi->mb_activity_map;
228 act = *(x->mb_activity_ptr);
240 fprintf(f, " %6d", *(x->mb_activity_ptr));
243 x->mb_activity_ptr++;
304 *x->mb_activity_ptr = mb_activity;
307 x->mb_activity_ptr++;
339 x->rdmult += *(x->mb_activity_ptr) * (x->rdmult >> 2);
345 int64_t act = *(x->mb_activity_ptr);
427 x->mb_activity_ptr = &cpi->mb_activity_map[map_index];
571 x->mb_activity_ptr++
    [all...]
ethreading.c 113 x->mb_activity_ptr = &cpi->mb_activity_map[map_index];
258 x->mb_activity_ptr++;
  /external/libvpx/libvpx/vp8/encoder/
block.h 95 unsigned int * mb_activity_ptr; member in struct:macroblock
encodeframe.c 219 x->mb_activity_ptr = cpi->mb_activity_map;
228 act = *(x->mb_activity_ptr);
240 fprintf(f, " %6d", *(x->mb_activity_ptr));
243 x->mb_activity_ptr++;
304 *x->mb_activity_ptr = mb_activity;
307 x->mb_activity_ptr++;
339 x->rdmult += *(x->mb_activity_ptr) * (x->rdmult >> 2);
345 int64_t act = *(x->mb_activity_ptr);
427 x->mb_activity_ptr = &cpi->mb_activity_map[map_index];
571 x->mb_activity_ptr++
    [all...]
ethreading.c 113 x->mb_activity_ptr = &cpi->mb_activity_map[map_index];
258 x->mb_activity_ptr++;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
block.h 95 unsigned int * mb_activity_ptr; member in struct:macroblock
encodeframe.c 220 x->mb_activity_ptr = cpi->mb_activity_map;
229 act = *(x->mb_activity_ptr);
241 fprintf(f, " %6d", *(x->mb_activity_ptr));
244 x->mb_activity_ptr++;
305 *x->mb_activity_ptr = mb_activity;
308 x->mb_activity_ptr++;
340 x->rdmult += *(x->mb_activity_ptr) * (x->rdmult >> 2);
346 int64_t act = *(x->mb_activity_ptr);
428 x->mb_activity_ptr = &cpi->mb_activity_map[map_index];
572 x->mb_activity_ptr++
    [all...]
ethreading.c 113 x->mb_activity_ptr = &cpi->mb_activity_map[map_index];
258 x->mb_activity_ptr++;
  /external/libvpx/libvpx/vp9/encoder/
vp9_block.h 109 unsigned int *mb_activity_ptr; member in struct:macroblock
vp9_encodeframe.c 223 x->mb_activity_ptr = &cpi->mb_activity_map[idx_map];
699 x->mb_activity_ptr = cpi->mb_activity_map;
706 act = *(x->mb_activity_ptr);
718 fprintf(f, " %6d", *(x->mb_activity_ptr));
721 x->mb_activity_ptr++;
752 x->mb_activity_ptr = cpi->mb_activity_map;
776 *x->mb_activity_ptr = mb_activity;
779 x->mb_activity_ptr++;
801 x->rdmult += *(x->mb_activity_ptr) * (x->rdmult >> 2);
805 const int64_t act = *(x->mb_activity_ptr);
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_block.h 109 unsigned int *mb_activity_ptr; member in struct:macroblock
vp9_encodeframe.c 223 x->mb_activity_ptr = &cpi->mb_activity_map[idx_map];
715 x->mb_activity_ptr = cpi->mb_activity_map;
722 act = *(x->mb_activity_ptr);
734 fprintf(f, " %6d", *(x->mb_activity_ptr));
737 x->mb_activity_ptr++;
768 x->mb_activity_ptr = cpi->mb_activity_map;
792 *x->mb_activity_ptr = mb_activity;
795 x->mb_activity_ptr++;
817 x->rdmult += *(x->mb_activity_ptr) * (x->rdmult >> 2);
821 const int64_t act = *(x->mb_activity_ptr);
    [all...]

Completed in 376 milliseconds