HomeSort by relevance Sort by last modified time
    Searched refs:B_PIC (Results 1 - 22 of 22) 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/libhevc/encoder/
rc_cntrl_param.h 96 B_PIC,
init_qp.c 143 if(e_pic_type >= B_PIC && e_pic_type != P1_PIC)
157 if(e_pic_type >= B_PIC && e_pic_type != P1_PIC)
picture_type.c 93 WORD32 i4_b_pic_idx; /* B_PIC index */
431 i4_b_frms_in_prd = ps_pic_handling->i4_frms_in_cur_gop[B_PIC];
462 e_cur_pic_type = B_PIC;
523 2)It's the first B_PIC of a gop
544 2)It's the first B_PIC after gop/subgop start, and
608 i4_b_frms_in_prd = ps_pic_handling->i4_frms_in_cur_gop[B_PIC];
621 if(B_PIC conditions satisfied)
624 Update the b_pic_index and the other b_pic related vars for the next B_PIC
640 /* Condition for a B_PIC
    [all...]
est_sad.c 148 else if(e_pic_type == B_PIC)
150 u4_estimated_sad = ps_est_sad->au4_prev_frm_sad[B_PIC];
bit_allocation.c 594 SET_VAR_Q(avq_complexity_estimate[B_PIC], (B_TO_B1_BIT_RATO0 * B1_TO_B2_BIT_RATIO), 0);
648 ai4_header_bits_percentage[B_PIC] = ((-3308 * i4_bpp) >> FRAME_HEADER_BITS_Q_FACTOR) + 1135;
653 ai4_header_bits_percentage[B_PIC] = (ai4_header_bits_percentage[B_PIC] * 12) >> 4;
654 ai4_header_bits_percentage[BB_PIC] = (ai4_header_bits_percentage[B_PIC] * 12) >> 4;
656 ai4_header_bits_percentage[B1_PIC] = ai4_header_bits_percentage[B_PIC];
657 ai4_header_bits_percentage[B11_PIC] = ai4_header_bits_percentage[B_PIC];
658 ai4_header_bits_percentage[B2_PIC] = ai4_header_bits_percentage[B_PIC];
659 ai4_header_bits_percentage[B22_PIC] = ai4_header_bits_percentage[B_PIC];
    [all...]
ihevce_lap_interface.c 94 { P_PIC, B_PIC, P_PIC, B_PIC, P_PIC, B_PIC, P_PIC, B_PIC },
95 { P_PIC, B_PIC, B1_PIC, B1_PIC, P_PIC, B_PIC, B1_PIC, B1_PIC },
96 { P_PIC, B_PIC, B1_PIC, B2_PIC, B2_PIC, B1_PIC, B2_PIC, B2_PIC },
    [all...]
rate_control_api.c 812 /*if (1)//e_pic_type != B_PIC)*/
    [all...]
ihevce_rc_interface.c     [all...]
  /external/libmpeg2/common/
impeg2_defs.h 237 B_PIC,
  /external/libmpeg2/decoder/
impeg2d_pic_proc.c 502 case B_PIC:
537 else if(ps_dec->e_pic_type == B_PIC)
638 if(ps_dec->e_pic_type != B_PIC)
674 if(ps_dec->e_pic_type != B_PIC)
impeg2d_decoder.c 321 case B_PIC:
impeg2d_pnb_pic.c 546 if(ps_dec->e_pic_type == B_PIC)
impeg2d_dec_hdr.c 708 if(ps_dec->e_pic_type == P_PIC || ps_dec->e_pic_type == B_PIC)
713 if(ps_dec->e_pic_type == B_PIC)
    [all...]
impeg2d_api_main.c     [all...]

Completed in 771 milliseconds