Home
last modified time | relevance | path

Searched refs:num_mbs (Results 1 – 17 of 17) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Dfirstpass.c984 int num_mbs = cpi->common.MBs; in estimate_max_q() local
988 double err_per_mb = section_err / num_mbs; in estimate_max_q()
998 ? (512 * section_target_bandwitdh) / num_mbs in estimate_max_q()
999 : 512 * (section_target_bandwitdh / num_mbs); in estimate_max_q()
1037 overhead_bits_per_mb = overhead_bits / num_mbs; in estimate_max_q()
1103 int num_mbs = cpi->common.MBs; in estimate_cq() local
1107 double err_per_mb = section_err / num_mbs; in estimate_cq()
1122 ? (512 * section_target_bandwitdh) / num_mbs in estimate_cq()
1123 : 512 * (section_target_bandwitdh / num_mbs); in estimate_cq()
1126 overhead_bits_per_mb = overhead_bits / num_mbs; in estimate_cq()
[all …]
/hardware/qcom/msm8994/kernel-headers/media/
Dmsm_vidc.h46 unsigned int num_mbs; member
/hardware/qcom/msm8994/original-kernel-headers/media/
Dmsm_vidc.h25 unsigned int num_mbs; member
/hardware/qcom/msm8x84/original-kernel-headers/media/
Dmsm_vidc.h25 unsigned int num_mbs; member
/hardware/qcom/msm8x84/kernel-headers/media/
Dmsm_vidc.h46 unsigned int num_mbs; member
/hardware/qcom/msm8996/original-kernel-headers/media/
Dmsm_vidc.h33 unsigned int num_mbs; member
/hardware/qcom/msm8996/kernel-headers/media/
Dmsm_vidc.h50 unsigned int num_mbs; member
/hardware/intel/common/wrs_omxil_core/core/inc/khronos/openmax/include/
DOMX_IntelVideoExt.h164 OMX_U32 num_mbs; member
/hardware/intel/common/libmix/videodecoder/
DVideoDecoderDefs.h166 uint32_t num_mbs; member
DVideoDecoderBase.cpp1606 …currentSurface->errBuf.errorArray[i + offset].num_mbs = err_drv_output[i].end_mb - err_drv_output[… in fillDecodingErrors()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_firstpass.c906 const int num_mbs = cpi->common.MBs; in vp9_twopass_worst_quality() local
911 const double err_per_mb = section_err / num_mbs; in vp9_twopass_worst_quality()
918 ? (512 * section_target_bandwitdh) / num_mbs in vp9_twopass_worst_quality()
919 : 512 * (section_target_bandwitdh / num_mbs); in vp9_twopass_worst_quality()
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/
Domx_vdec_hevc.cpp7619 …num_conceal_MB = ((num_MB_in_frame > 0)?(conceal_mb_payload->num_mbs * 100 / num_MB_in_frame) : 0); in handle_extradata()
Domx_vdec_hevc_swvdec.cpp8915 …num_conceal_MB = ((num_MB_in_frame > 0)?(conceal_mb_payload->num_mbs * 100 / num_MB_in_frame) : 0); in handle_extradata()
Domx_vdec_v4l2.cpp10077 …num_conceal_MB = ((num_MB_in_frame > 0)?(conceal_mb_payload->num_mbs * 100 / num_MB_in_frame) : 0); in handle_extradata()
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/src/
Domx_vdec_hevc.cpp7655 …num_conceal_MB = ((num_MB_in_frame > 0)?(conceal_mb_payload->num_mbs * 100 / num_MB_in_frame) : 0); in handle_extradata()
Domx_vdec_msm8974.cpp9260 …num_conceal_MB = ((num_MB_in_frame > 0)?(conceal_mb_payload->num_mbs * 100 / num_MB_in_frame) : 0); in handle_extradata()
Domx_vdec_hevc_swvdec.cpp8699 …num_conceal_MB = ((num_MB_in_frame > 0)?(conceal_mb_payload->num_mbs * 100 / num_MB_in_frame) : 0); in handle_extradata()