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

  /system/extras/tests/icachetest/
icache_main.c 13 long MBs;
30 MBs = (8388608LL*32*1000000) / (t * (1024*1024));
31 printf("\n%6lld us\t%ld MB/s\n", t, MBs);
  /external/libvpx/vp8/encoder/
ratectrl.c 568 static int baseline_bits_at_q(int frame_kind, int Q, int MBs)
573 * chosen such that the maximum product of Bpm and MBs fits 31 bits. The
576 if (MBs > (1 << 11))
577 return (Bpm >> BPER_MB_NORMBITS) * MBs;
579 return (Bpm * MBs) >> BPER_MB_NORMBITS;
632 cpi->this_frame_target = (baseline_bits_at_q(0, Q, cpi->common.MBs) * Boost) / 100;
650 cpi->this_frame_target = (((bits_per_mb_at_this_q * cpi->common.MBs) >> BPER_MB_NORMBITS) * Boost) / 100;
    [all...]
temporal_filter.c 293 int MBs = cpi->common.MBs;
358 // is to weight all MBs equal.
firstpass.c 735 // adjust to the next row of mbs
773 fps.pcnt_inter = 1.0 * (double)intercount / cm->MBs;
774 fps.pcnt_second_ref = 1.0 * (double)second_ref_count / cm->MBs;
775 fps.pcnt_neutral = 1.0 * (double)neutral_count / cm->MBs;
787 fps.pcnt_motion = 1.0 * (double)mvcount / cpi->common.MBs;
846 int num_mbs = cpi->common.MBs;
    [all...]
onyx_if.c 460 // as only (last frame 0,0) MBs are eligable for refresh : that is to say Mbs likely to be background blocks.
    [all...]
encodeframe.c 716 // Count of MBs using the alternate Q if any
826 // adjust to the next row of mbs
882 // adjust to the next row of mbs
    [all...]
  /external/libvpx/vp8/common/
onyxc_int.h 114 int MBs;
alloccommon.c 101 oci->MBs = oci->mb_rows * oci->mb_cols;

Completed in 2045 milliseconds