Searched defs:MBs (Results 1 - 5 of 5) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
H A Dratectrl.c325 static int estimate_bits_at_q(int frame_kind, int Q, int MBs, argument
331 * chosen such that the maximum product of Bpm and MBs fits 31 bits. The
334 if (MBs > (1 << 11))
335 return (Bpm >> BPER_MB_NORMBITS) * MBs;
337 return (Bpm * MBs) >> BPER_MB_NORMBITS;
354 target = estimate_bits_at_q(INTRA_FRAME, Q, cpi->common.MBs,
1078 (estimate_bits_at_q(1, Q, cpi->common.MBs, 1.0)
1131 projected_size_based_on_q = (int)(((.5 + rate_correction_factor * vp8_bits_per_mb[cpi->common.frame_type][Q]) * cpi->common.MBs) / (1 << BPER_MB_NORMBITS));
1260 target_bits_per_mb = (target_bits_per_frame / cpi->common.MBs) << BPER_MB_NORMBITS;
1262 target_bits_per_mb = (target_bits_per_frame << BPER_MB_NORMBITS) / cpi->common.MBs;
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
H A Donyxc_int.h102 int MBs; member in struct:VP8Common
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
H A Dvp9_onyxc_int.h124 // MBs, mb_rows/cols is in 16-pixel units; mi_rows/cols is in
126 int MBs; member in struct:VP9Common
/hardware/intel/img/psb_video/src/mrst/
H A Dlnc_hostcode.c694 IMG_UINT32 MBs, MBsperSlice, MBsLastSlice; local
698 MBs = ctx->Height * ctx->Width / (16 * 16);
705 MBsLastSlice = MBs - (MBsperSlice * (ctx->Slices - 1));
737 IMG_UINT32 MBs, MBsperSlice, MBsLastSlice; local
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 / ct
[all...]
/hardware/intel/img/psb_video/src/
H A Dpnw_hostcode.c1123 IMG_UINT32 MBs, MBsperSlice, MBsLastSlice; local
1128 MBs = ctx->Height * ctx->Width / (16 * 16);
1135 MBsLastSlice = MBs - (MBsperSlice * (slices - 1));
1179 IMG_UINT32 MBs, MBsperSlice, MBsLastSlice; local
1185 MBs = ctx->Height * ctx->Width / (16 * 16);
1192 MBsLastSlice = MBs - (MBsperSlice * (slices - 1));
1399 psPicParams->sInParams.ForeceSkipMargin = 0; /* start skipping MBs when within 500 bits of slice or frame limit */

Completed in 127 milliseconds