HomeSort by relevance Sort by last modified time
    Searched refs:MB_TYPE_INTRA (Results 1 - 6 of 6) sorted by null

  /external/libavc/encoder/
irc_cntrl_param.h 49 MB_TYPE_INTRA, MB_TYPE_INTER, MAX_MB_TYPE
ih264e_rate_control.c 573 ai4_tot_mb_in_type[MB_TYPE_INTRA] = irc_fi_get_total_mb(ps_frame_info,MB_TYPE_INTRA);
575 /* ai4_tot_mb_type_qp[MB_TYPE_INTRA] = 0;
577 ai4_tot_mb_type_qp[MB_TYPE_INTRA] = irc_fi_get_total_mb_qp(ps_frame_info,MB_TYPE_INTRA);
579 ai4_mb_type_sad[MB_TYPE_INTRA] = irc_fi_get_total_mb_sad(ps_frame_info,MB_TYPE_INTRA);
584 i4_total_texturebits = irc_fi_get_total_mb_texture_bits(ps_frame_info,MB_TYPE_INTRA);
592 ai4_mb_type_tex_bits[MB_TYPE_INTRA] = 0;
657 if ((ai4_tot_mb_in_type[MB_TYPE_INTRA] > ((2 * i4_total_mb_in_frame) / 3)) &
    [all...]
irc_frame_info_collector.c 151 return (frame_info->num_mbs[MB_TYPE_INTRA]);
ih264e_utils.c     [all...]
  /external/libmpeg2/decoder/
impeg2d_vld_tables.h 37 #define MB_TYPE_INTRA 0x1
39 #define MB_CODED (MB_TYPE_INTRA | MB_PATTERN)
impeg2d_pnb_pic.c 229 else if(u2_mb_type & MB_TYPE_INTRA)
246 if((u2_mb_type & MB_TYPE_INTRA))
452 else if(u2_mb_type & MB_TYPE_INTRA)
469 if((u2_mb_type & MB_TYPE_INTRA))

Completed in 180 milliseconds