HomeSort by relevance Sort by last modified time
    Searched refs:e_pic_type (Results 1 - 25 of 35) sorted by null

1 2

  /external/libavc/encoder/
irc_est_sad.h 54 UWORD32 irc_get_est_sad(est_sad_handle est_sad, picture_type_e e_pic_type);
58 picture_type_e e_pic_type);
irc_cbr_buffer_control.h 66 picture_type_e e_pic_type);
72 picture_type_e e_pic_type);
77 picture_type_e e_pic_type);
82 picture_type_e e_pic_type);
90 picture_type_e e_pic_type);
irc_est_sad.c 119 UWORD32 irc_get_est_sad(est_sad_t *ps_est_sad, picture_type_e e_pic_type)
124 if(e_pic_type == P_PIC)
128 else if(e_pic_type == B_PIC)
207 return ps_est_sad->au4_prev_frm_sad[e_pic_type];
213 picture_type_e e_pic_type)
215 ps_est_sad->au4_prev_frm_sad[e_pic_type] = u4_actual_sad;
219 if(e_pic_type == I_PIC)
irc_rate_control_api.c 328 picture_type_e e_pic_type)
335 i4_enc_pic_id, e_pic_type);
355 picture_type_e e_pic_type,
383 if(e_pic_type != B_PIC)
421 ps_rate_control_api->ps_pic_handling, e_pic_type);
425 ps_rate_control_api->ps_bit_allocation, e_pic_type);
430 trace_printf((const WORD8*)"ft %d, etb = %d, eb %d, ", e_pic_type,
465 e_pic_type);
480 i4_cur_est_bits, e_pic_type);
492 i4_cur_est_bits, e_pic_type);
    [all...]
irc_bit_allocation.h 43 picture_type_e e_pic_type);
47 picture_type_e e_pic_type);
64 picture_type_e e_pic_type,
89 picture_type_e e_pic_type,
irc_picture_type.h 46 picture_type_e e_pic_type);
59 picture_type_e e_pic_type);
62 picture_type_e e_pic_type);
irc_rate_control_api.h 61 picture_type_e e_pic_type);
68 picture_type_e e_pic_type);
82 picture_type_e e_pic_type,
88 picture_type_e e_pic_type);
91 picture_type_e e_pic_type,
114 picture_type_e e_pic_type);
118 picture_type_e e_pic_type);
irc_cbr_buffer_control.c 213 picture_type_e e_pic_type)
216 WORD32 i4_drain_bits_per_frame = (e_pic_type == I_PIC) ?
221 i4_max_tgt_bits = ps_cbr_buffer->i4_upr_thr[e_pic_type]
231 i4_min_tgt_bits = ps_cbr_buffer->i4_low_thr[e_pic_type]
248 picture_type_e e_pic_type)
253 i4_max_tgt_bits = ps_cbr_buffer->i4_upr_thr[e_pic_type]
274 picture_type_e e_pic_type)
278 WORD32 i4_error_bits = (e_pic_type == I_PIC) ?
284 WORD32 i4_drain_bits_per_frame = (e_pic_type == I_PIC) ?
346 picture_type_e e_pic_type)
    [all...]
irc_picture_type.c 48 picture_type_e e_pic_type; member in struct:__anon22308
663 ps_pic_handling->as_pic_stack[i4_b_pic_idx].e_pic_type = B_PIC;
752 ps_pic_handling->as_pic_stack[i4_ref_pic_idx].e_pic_type = I_PIC;
793 ps_pic_handling->as_pic_stack[i4_ref_pic_idx].e_pic_type = P_PIC;
    [all...]
irc_vbr_str_prms.h 50 picture_type_e e_pic_type);
irc_vbr_str_prms.c 97 picture_type_e e_pic_type)
105 if(e_pic_type == I_PIC)
ih264e_rate_control.h 248 picture_type_e e_pic_type,
irc_vbr_storage_vbv.h 107 picture_type_e e_pic_type);
irc_bit_allocation.c 352 picture_type_e e_pic_type)
485 mult32_var_q(vq_rem_texture_bits, vq_complexity_estimate[e_pic_type],
527 (I_PIC == e_pic_type) ?
553 picture_type_e e_pic_type)
555 return (ps_bit_allocation->i4_prev_frm_header_bits[e_pic_type]);
577 picture_type_e e_pic_type,
616 ps_bit_allocation->i4_prev_frm_header_bits[e_pic_type] =
    [all...]
ih264e_rate_control.c 461 picture_type_e e_pic_type,
470 e_pic_type,
irc_vbr_storage_vbv.c 287 picture_type_e e_pic_type)
302 if(e_pic_type == I_PIC)
  /external/libmpeg2/decoder/
impeg2d_decoder.c 141 ps_op->s_ivd_video_decode_op_t.e_pic_type = IV_NA_FRAME;
292 switch(ps_dec->e_pic_type)
295 ps_op->s_ivd_video_decode_op_t.e_pic_type = IV_I_FRAME;
299 ps_op->s_ivd_video_decode_op_t.e_pic_type = IV_P_FRAME;
303 ps_op->s_ivd_video_decode_op_t.e_pic_type = IV_B_FRAME;
307 ps_op->s_ivd_video_decode_op_t.e_pic_type = IV_I_FRAME;
311 ps_op->s_ivd_video_decode_op_t.e_pic_type = IV_FRAMETYPE_DEFAULT;
impeg2d_pic_proc.c 377 ps_pic_buf->e_pic_type = ps_dec->e_pic_type;
420 ps_pic_buf->e_pic_type = ps_dec->e_pic_type;
482 switch(ps_dec->e_pic_type)
518 if(ps_dec->e_pic_type == P_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)
ivd.h 384 IV_PICTURE_CODING_TYPE_T e_pic_type; member in struct:__anon23669
485 IV_PICTURE_CODING_TYPE_T e_pic_type; member in struct:__anon23671
impeg2d_dec_hdr.c 662 ps_dec->e_pic_type = (e_pic_type_t)impeg2d_bit_stream_get(ps_stream,3);
663 if((ps_dec->e_pic_type < I_PIC) || (ps_dec->e_pic_type > D_PIC))
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_structs.h 219 e_pic_type_t e_pic_type; member in struct:dec_state_struct_t
impeg2d_api_main.c     [all...]
  /external/libmpeg2/common/
impeg2_inter_pred.h 57 e_pic_type_t e_pic_type; member in struct:__anon23592
  /external/libavc/decoder/
ivd.h 438 IV_PICTURE_CODING_TYPE_T e_pic_type; member in struct:__anon22154
539 IV_PICTURE_CODING_TYPE_T e_pic_type; member in struct:__anon22156
  /external/libhevc/common/
ivd.h 436 IV_PICTURE_CODING_TYPE_T e_pic_type; member in struct:__anon23248
537 IV_PICTURE_CODING_TYPE_T e_pic_type; member in struct:__anon23250

Completed in 217 milliseconds

1 2