HomeSort by relevance Sort by last modified time
    Searched refs:num_mbs (Results 1 - 25 of 28) sorted by null

1 2

  /external/libavc/encoder/
irc_frame_info_collector.c 38 frame_info->num_mbs[i] = 0;
95 total_mbs += frame_info->num_mbs[i];
110 if(frame_info->num_mbs[mb_type])
113 / frame_info->num_mbs[mb_type]);
134 if(frame_info->num_mbs[mb_type])
146 return (frame_info->num_mbs[mb_type]);
151 return (frame_info->num_mbs[MB_TYPE_INTRA]);
161 i4_tot_mbs += frame_info->num_mbs[i];
irc_frame_info_collector.h 27 WORD32 num_mbs[MAX_MB_TYPE]; member in struct:__anon22501
70 {(frame_info)->qp_sum[(mb_type)] += (qp);(frame_info)->num_mbs[(mb_type)]++;}
ih264e_rate_control.c 417 ps_frame_info->num_mbs[mb_type]++;
ih264e_process.c     [all...]
  /external/libavc/test/encoder/
input.c 82 WORD32 num_mbs; local
86 num_mbs = ALIGN16(ps_app_ctxt->u4_wd) * ALIGN16(ps_app_ctxt->u4_ht);
87 num_mbs /= 256;
92 size = sizeof(ih264e_mb_info1_t) * num_mbs;
96 size = sizeof(ih264e_mb_info2_t) * num_mbs;
100 size = sizeof(ih264e_mb_info3_t) * num_mbs;
104 size = sizeof(ih264e_mb_info4_t) * num_mbs;
235 WORD32 num_mbs; local
249 num_mbs = ALIGN16(ps_app_ctxt->u4_max_wd) * ALIGN16(ps_app_ctxt->u4_max_ht);
250 num_mbs /= 256
    [all...]
  /hardware/intel/common/wrs_omxil_core/core/inc/khronos/openmax/include/
OMX_IntelVideoExt.h 164 OMX_U32 num_mbs; member in struct:OMX_VIDEO_ERROR_INFO
  /hardware/qcom/msm8994/kernel-headers/media/
msm_vidc.h 46 unsigned int num_mbs; member in struct:msm_vidc_concealmb_payload
  /hardware/qcom/msm8994/original-kernel-headers/media/
msm_vidc.h 25 unsigned int num_mbs; member in struct:msm_vidc_concealmb_payload
  /hardware/qcom/msm8x84/kernel-headers/media/
msm_vidc.h 46 unsigned int num_mbs; member in struct:msm_vidc_concealmb_payload
  /hardware/qcom/msm8x84/original-kernel-headers/media/
msm_vidc.h 25 unsigned int num_mbs; member in struct:msm_vidc_concealmb_payload
  /external/libvpx/libvpx/vp8/encoder/
firstpass.c 921 int num_mbs = cpi->common.MBs; local
925 double err_per_mb = section_err / num_mbs;
935 ? (512 * section_target_bandwitdh) / num_mbs
1036 int num_mbs = cpi->common.MBs; local
1113 int num_mbs = cpi->common.MBs; local
1159 int num_mbs = cpi->common.MBs; local
    [all...]
  /hardware/intel/common/libmix/videodecoder/
VideoDecoderDefs.h 166 uint32_t num_mbs; member in struct:VideoErrorInfo
VideoDecoderBase.cpp     [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_firstpass.c 713 const int num_mbs = (cpi->oxcf.resize_mode != RESIZE_NONE) ? cpi->initial_mbs local
715 const double min_err = 200 * sqrt(num_mbs);
730 fp_acc_data->intra_factor = fp_acc_data->intra_factor / (double)num_mbs;
732 fp_acc_data->brightness_factor / (double)num_mbs;
739 ((double)(fp_acc_data->coded_error >> 8) + min_err) / num_mbs;
741 ((double)(fp_acc_data->sr_coded_error >> 8) + min_err) / num_mbs;
743 ((double)(fp_acc_data->intra_error >> 8) + min_err) / num_mbs;
746 (double)(fp_acc_data->frame_noise_energy) / (double)num_mbs;
748 fps->pcnt_inter = (double)(fp_acc_data->intercount) / num_mbs;
749 fps->pcnt_second_ref = (double)(fp_acc_data->second_ref_count) / num_mbs;
1597 const int num_mbs = (cpi->oxcf.resize_mode != RESIZE_NONE) local
    [all...]
  /hardware/qcom/msm8996/kernel-headers/media/
msm_vidc.h 50 unsigned int num_mbs; member in struct:msm_vidc_concealmb_payload
  /hardware/qcom/msm8996/original-kernel-headers/media/
msm_vidc.h 33 unsigned int num_mbs; member in struct:msm_vidc_concealmb_payload
  /hardware/qcom/msm8998/kernel-headers/media/
msm_vidc.h 50 unsigned int num_mbs; member in struct:msm_vidc_concealmb_payload
  /hardware/qcom/msm8998/original-kernel-headers/media/
msm_vidc.h 33 unsigned int num_mbs; member in struct:msm_vidc_concealmb_payload
  /external/libavc/decoder/
ih264d_parse_slice.c 352 UWORD32 num_mbs; local
356 num_mbs = (pic_wd * pic_ht) >> 8;
360 memset((void *)ps_dec->pu1_dec_mb_map, 0, num_mbs);
366 memset((void *)ps_dec->pu1_recon_mb_map, 0, num_mbs);
372 (num_mbs * sizeof(UWORD16)));
    [all...]
  /external/libhevc/decoder/
ihevcd_decode.c 447 WORD32 num_mbs; local
449 num_mbs = (ps_codec->i4_wd * ps_codec->i4_ht + 255) >> 8;
452 memset(ps_codec->mb_map, 0, ((num_mbs + 7) >> 3));
    [all...]
  /hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/src/
omx_vdec_hevc.cpp     [all...]
omx_vdec_hevc_swvdec.cpp     [all...]
omx_vdec_msm8974.cpp     [all...]
  /hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/
omx_vdec_hevc.cpp     [all...]
omx_vdec_hevc_swvdec.cpp     [all...]

Completed in 1392 milliseconds

1 2