HomeSort by relevance Sort by last modified time
    Searched defs: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);
  /hardware/intel/img/psb_video/src/mrst/
lnc_hostcode.c 694 IMG_UINT32 MBs, MBsperSlice, MBsLastSlice;
698 MBs = ctx->Height * ctx->Width / (16 * 16);
705 MBsLastSlice = MBs - (MBsperSlice * (ctx->Slices - 1));
737 IMG_UINT32 MBs, MBsperSlice, MBsLastSlice;
741 MBs = ctx->Height * ctx->Width / (16 * 16);
748 MBsLastSlice = MBs - (MBsperSlice * (ctx->Slices - 1));
750 /* we have to verify that MBs is divisiable by BU AND that BU is > pipeline length */
755 BUs = MBs / ctx->sRCParams.BUSize;
756 while (BUs*ctx->sRCParams.BUSize != MBs) {
758 BUs = MBs / ctx->sRCParams.BUSize
    [all...]
  /external/libvpx/libvpx/vp8/common/
onyxc_int.h 102 int MBs;
  /external/libvpx/libvpx/vp9/common/
vp9_onyxc_int.h 120 // MBs, mb_rows/cols is in 16-pixel units; mi_rows/cols is in
122 int MBs;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
onyxc_int.h 102 int MBs;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
vp9_onyxc_int.h 124 // MBs, mb_rows/cols is in 16-pixel units; mi_rows/cols is in
126 int MBs;
  /hardware/intel/img/psb_video/src/
pnw_hostcode.c     [all...]

Completed in 124 milliseconds