HomeSort by relevance Sort by last modified time
    Searched defs:MBs (Results 1 - 4 of 4) 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/
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...]
  /external/libvpx/vp8/common/
onyxc_int.h 114 int MBs;

Completed in 63 milliseconds