HomeSort by relevance Sort by last modified time
    Searched refs:B_PIC (Results 1 - 14 of 14) 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_picture_type.c 99 /* B_PIC index */
424 i4_b_frms_in_prd = ps_pic_handling->i4_frms_in_cur_gop[B_PIC];
454 e_cur_pic_type = B_PIC;
513 * 2)It's the first B_PIC of a gop
532 * 2)It's the first B_PIC after gop/subgop start, and
616 i4_b_frms_in_prd = ps_pic_handling->i4_frms_in_cur_gop[B_PIC];
629 * if(B_PIC conditions satisfied)
632 * Update the b_pic_index and the other b_pic related vars for the
633 * next B_PIC
652 * Condition for a B_PIC
    [all...]
irc_est_sad.c 128 else if(e_pic_type == B_PIC)
130 u4_estimated_sad = ps_est_sad->au4_prev_frm_sad[B_PIC];
irc_bit_allocation.c 326 ps_bit_allocation->i2_K[B_PIC] = (P_TO_B_RATIO * I_TO_P_RATIO) >> K_Q;
391 *(rem_frms_in_period[B_PIC] * prev_frm_header_bits[B_PIC]);
404 mult32_var_q(vq_prev_hdr_bits[B_PIC], vq_rem_frms_in_period[B_PIC],
411 *(frms_in_period[P_PIC] + frms_in_period[B_PIC] ) * max_bits_per_frm[1];
429 mult32_var_q(vq_rem_frms_in_period[B_PIC], vq_max_bits_per_frm[1],
464 if(i4_frms_in_period[B_PIC] == 0)
473 && vq_complexity_estimate[B_PIC]);
497 add32_var_q(vq_rem_frms_in_period[I_PIC], vq_rem_frms_in_period[B_PIC],
    [all...]
ih264e_utils.c 306 case B_PIC:
    [all...]
ih264e_api.c     [all...]
irc_rate_control_api.c 383 if(e_pic_type != B_PIC)
    [all...]
ih264e_process.c     [all...]
  /external/libmpeg2/common/
impeg2_defs.h 237 B_PIC,
  /external/libmpeg2/decoder/
impeg2d_pic_proc.c 500 case B_PIC:
535 else if(ps_dec->e_pic_type == B_PIC)
636 if(ps_dec->e_pic_type != B_PIC)
672 if(ps_dec->e_pic_type != B_PIC)
impeg2d_decoder.c 302 case B_PIC:
impeg2d_pnb_pic.c 506 if(ps_dec->e_pic_type == B_PIC)
impeg2d_dec_hdr.c 672 if(ps_dec->e_pic_type == P_PIC || ps_dec->e_pic_type == B_PIC)
677 if(ps_dec->e_pic_type == B_PIC)
    [all...]
impeg2d_api_main.c     [all...]

Completed in 129 milliseconds