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

  /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 98 int MBs;
  /external/libvpx/libvpx/vp9/common/
vp9_onyxc_int.h 154 // MBs, mb_rows/cols is in 16-pixel units; mi_rows/cols is in
156 int MBs;
  /hardware/intel/img/psb_video/src/
pnw_hostcode.c     [all...]

Completed in 186 milliseconds