HomeSort by relevance Sort by last modified time
    Searched refs:I_PIC (Results 1 - 19 of 19) 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 70 p_vbr_str_prms->u4_num_pics_in_delay_prd[I_PIC] =
75 * (p_vbr_str_prms->u4_num_pics_in_delay_prd[I_PIC]))
84 pu4_num_pics_in_delay_prd[I_PIC] =
85 p_vbr_str_prms->u4_num_pics_in_delay_prd[I_PIC];
105 if(e_pic_type == I_PIC)
107 p_vbr_str_prms->u4_num_pics_in_delay_prd[I_PIC]--;
128 p_vbr_str_prms->u4_num_pics_in_delay_prd[I_PIC]++;
irc_est_sad.c 140 u4_estimated_sad = ps_est_sad->au4_prev_frm_sad[I_PIC];
179 ps_est_sad->au4_prev_frm_sad[I_PIC], 0);
199 u4_estimated_sad = ps_est_sad->au4_prev_frm_sad[I_PIC];
219 if(e_pic_type == I_PIC)
258 irc_update_actual_sad(ps_est_sad, i4_intra_frm_cost, I_PIC);
irc_bit_allocation.c 324 ps_bit_allocation->i2_K[I_PIC] = (1 << K_Q);
389 *(rem_frms_in_period[I_PIC] * prev_frm_header_bits[I_PIC]) -
396 mult32_var_q(vq_prev_hdr_bits[I_PIC], vq_rem_frms_in_period[I_PIC],
410 *(frms_in_period[I_PIC] * max_bits_per_frm[0] ) +
420 mult32_var_q(vq_rem_frms_in_period[I_PIC], vq_max_bits_per_frm[0],
466 complexity_est = (vq_complexity_estimate[I_PIC]
471 complexity_est = (vq_complexity_estimate[I_PIC]
494 add32_var_q(vq_rem_frms_in_period[I_PIC], vq_rem_frms_in_period[P_PIC]
    [all...]
irc_cbr_buffer_control.c 216 WORD32 i4_drain_bits_per_frame = (e_pic_type == I_PIC) ?
278 WORD32 i4_error_bits = (e_pic_type == I_PIC) ?
284 WORD32 i4_drain_bits_per_frame = (e_pic_type == I_PIC) ?
348 WORD32 i4_error_bits = (e_pic_type == I_PIC) ?
354 WORD32 i4_drain_bits_per_frame = (e_pic_type == I_PIC) ?
389 WORD32 i4_error_bits = (e_pic_type == I_PIC) ?
395 WORD32 i4_drain_bits_per_frame = (e_pic_type == I_PIC) ?
irc_picture_type.c 322 ps_pic_handling->e_previous_pic_type = I_PIC;
460 e_cur_pic_type = I_PIC;
476 if(e_cur_pic_type == I_PIC)
637 * if(I_PIC conditions are satisfied)
641 * I_PIC/P_PIC
647 * I_PIC/P_PIC
653 * 1) Other than the first I_PIC and the periodically appearing P_PICs, after
747 e_previous_pic_type = I_PIC;
749 /**** I_PIC ****/
752 ps_pic_handling->as_pic_stack[i4_ref_pic_idx].e_pic_type = I_PIC;
    [all...]
irc_rate_control_api.c 313 ps_rate_control_api->prev_ref_pic_type = I_PIC;
376 if((ps_rate_control_api->au1_is_first_frm_coded[I_PIC]
381 && (ps_rate_control_api->au1_is_first_frm_coded[I_PIC])))
515 && (e_pic_type != I_PIC))
566 if(e_pic_type == I_PIC)
593 else /* if(ps_rate_control_api->prev_ref_pic_type == I_PIC*/
    [all...]
ih264e_rate_control.c 620 if (*pe_vop_coding_type == I_PIC)
672 if (*pe_vop_coding_type == I_PIC)
irc_vbr_storage_vbv.c 302 if(e_pic_type == I_PIC)
ih264e_utils.c 300 case I_PIC:
    [all...]
ih264e_api.c     [all...]
ih264e_process.c     [all...]
  /external/libmpeg2/common/
impeg2_defs.h 256 I_PIC = 1,
  /external/libavc/decoder/
ih264d_defs.h 360 #define I_PIC 0
ih264d_parse_headers.c     [all...]
  /external/libmpeg2/decoder/
impeg2d_decoder.c 265 case I_PIC :
impeg2d_pic_proc.c 475 case I_PIC:
impeg2d_dec_hdr.c 636 if((ps_dec->e_pic_type < I_PIC) || (ps_dec->e_pic_type > D_PIC))
    [all...]
impeg2d_api_main.c     [all...]

Completed in 310 milliseconds