Searched defs:num_mbs (Results 1 - 10 of 10) sorted by relevance

/hardware/intel/common/wrs_omxil_core/core/inc/khronos/openmax/include/
H A DOMX_IntelVideoExt.h164 OMX_U32 num_mbs; member in struct:OMX_VIDEO_ERROR_INFO
/hardware/intel/common/libmix/videodecoder/
H A DVideoDecoderDefs.h166 uint32_t num_mbs; member in struct:VideoErrorInfo
/hardware/qcom/msm8994/kernel-headers/media/
H A Dmsm_vidc.h46 unsigned int num_mbs; member in struct:msm_vidc_concealmb_payload
/hardware/qcom/msm8994/original-kernel-headers/media/
H A Dmsm_vidc.h25 unsigned int num_mbs; member in struct:msm_vidc_concealmb_payload
/hardware/qcom/msm8996/kernel-headers/media/
H A Dmsm_vidc.h50 unsigned int num_mbs; member in struct:msm_vidc_concealmb_payload
/hardware/qcom/msm8996/original-kernel-headers/media/
H A Dmsm_vidc.h33 unsigned int num_mbs; member in struct:msm_vidc_concealmb_payload
/hardware/qcom/msm8x84/kernel-headers/media/
H A Dmsm_vidc.h46 unsigned int num_mbs; member in struct:msm_vidc_concealmb_payload
/hardware/qcom/msm8x84/original-kernel-headers/media/
H A Dmsm_vidc.h25 unsigned int num_mbs; member in struct:msm_vidc_concealmb_payload
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
H A Dvp9_firstpass.c906 const int num_mbs = cpi->common.MBs; local
911 const double err_per_mb = section_err / num_mbs;
918 ? (512 * section_target_bandwitdh) / num_mbs
919 : 512 * (section_target_bandwitdh / num_mbs);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
H A Dfirstpass.c984 int num_mbs = cpi->common.MBs; local
988 double err_per_mb = section_err / num_mbs;
998 ? (512 * section_target_bandwitdh) / num_mbs
999 : 512 * (section_target_bandwitdh / num_mbs);
1037 overhead_bits_per_mb = overhead_bits / num_mbs;
1103 int num_mbs = cpi->common.MBs; local
1107 double err_per_mb = section_err / num_mbs;
1122 ? (512 * section_target_bandwitdh) / num_mbs
1123 : 512 * (section_target_bandwitdh / num_mbs);
1126 overhead_bits_per_mb = overhead_bits / num_mbs;
1187 int num_mbs = cpi->common.MBs; local
1233 int num_mbs = cpi->common.MBs; local
[all...]

Completed in 1230 milliseconds