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

  /external/libavc/encoder/
irc_frame_info_collector.h 27 WORD32 num_mbs[MAX_MB_TYPE]; member in struct:__anon12021
70 {(frame_info)->qp_sum[(mb_type)] += (qp);(frame_info)->num_mbs[(mb_type)]++;}
  /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...]
  /external/libhevc/decoder/
ihevcd_decode.c 402 WORD32 num_mbs; local
404 num_mbs = (ps_codec->i4_wd * ps_codec->i4_ht + 255) >> 8;
407 memset(ps_codec->mb_map, 0, ((num_mbs + 7) >> 3));
  /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
  /external/libavc/decoder/
ih264d_parse_slice.c 349 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...]
  /hardware/qcom/msm8x74/kernel-headers/media/
msm_vidc.h 45 unsigned int num_mbs; member in struct:msm_vidc_concealmb_payload
  /hardware/intel/common/libmix/videodecoder/
VideoDecoderDefs.h 165 uint32_t num_mbs; member in struct:VideoErrorInfo
  /hardware/qcom/msm8x74/original-kernel-headers/media/
msm_vidc.h 71 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/vp9/encoder/
vp9_firstpass.c 959 const int num_mbs = cpi->common.MBs; local
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_firstpass.c 906 const int num_mbs = cpi->common.MBs; local
911 const double err_per_mb = section_err / num_mbs;
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
firstpass.c 984 int num_mbs = cpi->common.MBs; local
1103 int num_mbs = cpi->common.MBs; local
1187 int num_mbs = cpi->common.MBs; local
1233 int num_mbs = cpi->common.MBs; local
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
firstpass.c 984 int num_mbs = cpi->common.MBs; local
1103 int num_mbs = cpi->common.MBs; local
1187 int num_mbs = cpi->common.MBs; local
1233 int num_mbs = cpi->common.MBs; local
    [all...]

Completed in 509 milliseconds