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

  /external/libavc/encoder/
irc_cntrl_param.h 41 BUF_PIC = -1, I_PIC = 0, P_PIC, B_PIC, MAX_PIC_TYPE
irc_vbr_str_prms.c 72 p_vbr_str_prms->u4_num_pics_in_delay_prd[P_PIC] =
86 pu4_num_pics_in_delay_prd[P_PIC] =
87 p_vbr_str_prms->u4_num_pics_in_delay_prd[P_PIC];
111 p_vbr_str_prms->u4_num_pics_in_delay_prd[P_PIC]--;
134 p_vbr_str_prms->u4_num_pics_in_delay_prd[P_PIC]++;
irc_picture_type.c 169 * of a gop,this is a flag denoting if there is an extra P_PIC in the mixed
464 e_cur_pic_type = P_PIC;
469 i4_codn = (e_cur_pic_type == P_PIC);
498 else if(i4_temp_is_gop_closed && (e_previous_pic_type == P_PIC)
499 && (e_cur_pic_type != P_PIC))
615 i4_p_frms_in_prd = ps_pic_handling->i4_frms_in_cur_gop[P_PIC];
641 * I_PIC/P_PIC
647 * I_PIC/P_PIC
655 * 2) In case of CLOSED_GOP, the last frame of the gop has to be a P_PIC
790 /**** P_PIC ****/
    [all...]
irc_est_sad.c 124 if(e_pic_type == P_PIC)
126 u4_estimated_sad = ps_est_sad->au4_prev_frm_sad[P_PIC];
irc_bit_allocation.c 325 ps_bit_allocation->i2_K[P_PIC] = I_TO_P_RATIO;
390 *(rem_frms_in_period[P_PIC] * prev_frm_header_bits[P_PIC]) -
400 mult32_var_q(vq_prev_hdr_bits[P_PIC], vq_rem_frms_in_period[P_PIC],
411 *(frms_in_period[P_PIC] + frms_in_period[B_PIC] ) * max_bits_per_frm[1];
424 mult32_var_q(vq_rem_frms_in_period[P_PIC], vq_max_bits_per_frm[1],
467 && vq_complexity_estimate[P_PIC]);
472 && vq_complexity_estimate[P_PIC]
494 add32_var_q(vq_rem_frms_in_period[I_PIC], vq_rem_frms_in_period[P_PIC],
    [all...]
ih264e_rate_control.c 283 picture_type_e e_rc_pic_type = P_PIC;
658 (*pe_vop_coding_type == P_PIC) &&
irc_rate_control_api.c 377 && ps_rate_control_api->au1_is_first_frm_coded[P_PIC])
575 else if(e_pic_type == P_PIC)
584 else if(ps_rate_control_api->prev_ref_pic_type == P_PIC)
    [all...]
ih264e_utils.c 303 case P_PIC:
    [all...]
ih264e_api.c     [all...]
ih264e_process.c     [all...]
  /external/libmpeg2/common/
impeg2_defs.h 236 P_PIC,
  /external/libmpeg2/decoder/
impeg2d_decoder.c 298 case P_PIC:
impeg2d_pic_proc.c 494 case P_PIC:
518 if(ps_dec->e_pic_type == P_PIC)
impeg2d_mc.c 524 if(ps_dec->e_pic_type == P_PIC)
    [all...]
impeg2d_dec_hdr.c 672 if(ps_dec->e_pic_type == P_PIC || ps_dec->e_pic_type == B_PIC)
    [all...]
impeg2d_api_main.c     [all...]

Completed in 442 milliseconds