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

  /external/libvpx/libvpx/vp8/encoder/
block.h 95 unsigned int * mb_activity_ptr; member in struct:macroblock
encodeframe.c 221 x->mb_activity_ptr = cpi->mb_activity_map;
230 act = *(x->mb_activity_ptr);
242 fprintf(f, " %6d", *(x->mb_activity_ptr));
245 x->mb_activity_ptr++;
306 *x->mb_activity_ptr = mb_activity;
309 x->mb_activity_ptr++;
341 x->rdmult += *(x->mb_activity_ptr) * (x->rdmult >> 2);
347 int64_t act = *(x->mb_activity_ptr);
429 x->mb_activity_ptr = &cpi->mb_activity_map[map_index];
592 x->mb_activity_ptr++
    [all...]
ethreading.c 111 x->mb_activity_ptr = &cpi->mb_activity_map[map_index];
275 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++;
  /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 65 milliseconds