HomeSort by relevance Sort by last modified time
    Searched refs:MBs (Results 1 - 7 of 7) 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 565 static int baseline_bits_at_q(int frame_kind, int Q, int MBs)
570 * chosen such that the maximum product of Bpm and MBs fits 31 bits. The
573 if (MBs > (1 << 11))
574 return (Bpm >> BPER_MB_NORMBITS) * MBs;
576 return (Bpm * MBs) >> BPER_MB_NORMBITS;
629 cpi->this_frame_target = (baseline_bits_at_q(0, Q, cpi->common.MBs) * Boost) / 100;
647 cpi->this_frame_target = (((bits_per_mb_at_this_q * cpi->common.MBs) >> BPER_MB_NORMBITS) * Boost) / 100;
    [all...]
temporal_filter.c 326 int MBs = cpi->common.MBs;
380 w = *(mm_ptr + (frame+1)*MBs);
391 w = *(mm_ptr + frame*MBs);
firstpass.c 265 pkt.data.twopass_stats.sz = vp8_firstpass_stats_sz(cpi->common.MBs);
294 if(fwrite(cpi->fp_motion_map, 1, cpi->common.MBs, fpfile));
302 size_t stats_sz = vp8_firstpass_stats_sz(cpi->common.MBs);
385 count * vp8_firstpass_stats_sz(cpi->common.MBs));
391 int MBs = cpi->common.MBs;
400 memcpy(fpmm, motion_map, MBs);
401 fpmm += MBs;
783 // adjust to the next row of mbs
820 fps.pcnt_inter = 1.0 * (double)intercount / cm->MBs;
    [all...]
onyx_if.c 479 // as only (last frame 0,0) MBs are eligable for refresh : that is to say Mbs likely to be background blocks.
    [all...]
  /external/libvpx/vp8/common/
onyxc_int.h 114 int MBs;
alloccommon.c 102 oci->MBs = oci->mb_rows * oci->mb_cols;

Completed in 397 milliseconds