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

1 2 3

  /external/libhevc/encoder/
est_sad.h 71 UWORD32 get_est_sad(est_sad_handle est_sad, picture_type_e e_pic_type);
73 void update_actual_sad(est_sad_handle est_sad, UWORD32 u4_actual_sad, picture_type_e e_pic_type);
81 void update_prev_frame_sad(est_sad_handle ps_est_sad, WORD32 i4_frm_sad, picture_type_e e_pic_type);
83 WORD32 get_prev_frame_sad(est_sad_handle ps_est_sad, picture_type_e e_pic_type);
init_qp.c 123 picture_type_e e_pic_type,
141 if(e_pic_type == P_PIC || e_pic_type == P1_PIC)
143 if(e_pic_type >= B_PIC && e_pic_type != P1_PIC)
154 if(e_pic_type == P_PIC || e_pic_type == P1_PIC)
157 if(e_pic_type >= B_PIC && e_pic_type != P1_PIC)
est_sad.c 139 UWORD32 get_est_sad(est_sad_t *ps_est_sad, picture_type_e e_pic_type)
144 if(e_pic_type == P_PIC)
148 else if(e_pic_type == B_PIC)
204 return ps_est_sad->au4_prev_frm_sad[e_pic_type];
236 void update_actual_sad(est_sad_t *ps_est_sad, UWORD32 u4_actual_sad, picture_type_e e_pic_type)
238 ps_est_sad->au4_prev_frm_sad[e_pic_type] = u4_actual_sad;
242 if(e_pic_type == I_PIC)
304 void update_prev_frame_sad(est_sad_t *ps_est_sad, WORD32 i4_frm_sad, picture_type_e e_pic_type)
306 ps_est_sad->au4_prev_frm_sad[e_pic_type] = i4_frm_sad;
316 WORD32 get_prev_frame_sad(est_sad_t *ps_est_sad, picture_type_e e_pic_type)
    [all...]
rate_control_api.c 593 rate_control_api_t *rate_control_api, WORD32 i4_enc_pic_id, picture_type_e e_pic_type)
597 add_pic_to_stack_re_enc(rate_control_api->ps_pic_handling, i4_enc_pic_id, e_pic_type);
645 picture_type_e e_pic_type,
670 e_pic_type);
675 ps_rate_control_api->ps_cbr_buffer, 0, e_pic_type, &i4_max_bits, &i4_min_bits);
680 ps_rate_control_api->ps_cbr_buffer, 0, e_pic_type, &i4_max_bits, &i4_min_bits);
748 picture_type_e e_pic_type,
768 if(ps_rate_control_api->prev_ref_pic_type != e_pic_type)
770 if(e_pic_type == I_PIC)
778 else if(e_pic_type == P_PIC || e_pic_type == P1_PIC
    [all...]
init_qp.h 59 picture_type_e e_pic_type,
cbr_buffer_control.h 80 picture_type_e e_pic_type,
89 picture_type_e e_pic_type,
94 cbr_buffer_handle ps_cbr_buffer, WORD32 i4_tot_consumed_bits, picture_type_e e_pic_type);
98 cbr_buffer_handle ps_cbr_buffer, WORD32 i4_tot_consumed_bits, picture_type_e e_pic_type);
113 picture_type_e e_pic_type,
rate_control_api.h 103 void post_encode_frame_skip(rate_control_handle ps_rate_control_api, picture_type_e e_pic_type);
109 rate_control_handle rate_control_api, WORD32 i4_enc_pic_id, picture_type_e e_pic_type);
130 picture_type_e e_pic_type,
133 WORD32 model_availability(rate_control_handle rate_control_api, picture_type_e e_pic_type);
135 WORD32 get_est_hdr_bits(rate_control_handle rate_control_api, picture_type_e e_pic_type);
160 picture_type_e e_pic_type,
168 picture_type_e e_pic_type,
198 void update_pic_handling_state(rate_control_handle ps_rate_control_api, picture_type_e e_pic_type);
209 picture_type_e e_pic_type,
259 picture_type_e e_pic_type,
    [all...]
picture_type.h 65 pic_handling_handle ps_pic_handling, WORD32 i4_enc_pic_id, picture_type_e e_pic_type);
78 void skip_encoded_frame(pic_handling_handle ps_pic_handling, picture_type_e e_pic_type);
81 picture_type_e e_pic_type,
picture_type.c 57 picture_type_e e_pic_type; /* I,P,B */ member in struct:__anon28781
656 ps_pic_handling->as_pic_stack[i4_b_pic_idx].e_pic_type = B_PIC;
736 ps_pic_handling->as_pic_stack[i4_ref_pic_idx].e_pic_type = I_PIC;
770 ps_pic_handling->as_pic_stack[i4_ref_pic_idx].e_pic_type = P_PIC;
    [all...]
bit_allocation.h 91 picture_type_e e_pic_type,
102 picture_type_e e_pic_type,
112 get_cur_frm_est_header_bits(bit_allocation_handle ps_bit_allocation, picture_type_e e_pic_type);
136 picture_type_e e_pic_type,
172 picture_type_e e_pic_type,
202 WORD32 get_Kp_Kb(bit_allocation_handle ps_bit_allocation, picture_type_e e_pic_type);
250 picture_type_e e_pic_type);
frame_info_collector.c 70 ps_frame_info->e_pic_type = BUF_PIC;
vbr_storage_vbv.h 120 picture_type_e e_pic_type);
cbr_buffer_control.c 314 * @param e_pic_type
322 picture_type_e e_pic_type,
327 WORD32 i4_drain_bits_per_frame = (e_pic_type == I_PIC)
330 WORD32 i4_error_bits = (e_pic_type == I_PIC)
337 (WORD32)(ps_cbr_buffer->i4_upr_thr[e_pic_type] - ps_cbr_buffer->i4_ebf_estimate);
345 ps_cbr_buffer->i4_low_thr[e_pic_type] -
364 * @param e_pic_type
372 picture_type_e e_pic_type,
385 if(i4_max_tgt_bits > ps_cbr_buffer->i4_upr_thr[e_pic_type] - ps_cbr_buffer->i4_ebf_estimate)
388 (WORD32)(ps_cbr_buffer->i4_upr_thr[e_pic_type] - ps_cbr_buffer->i4_ebf_estimate)
    [all...]
  /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:__anon27137
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)
  /external/libmpeg2/decoder/
impeg2d_decoder.c 148 ps_op->s_ivd_video_decode_op_t.e_pic_type = IV_NA_FRAME;
311 switch(ps_dec->e_pic_type)
314 ps_op->s_ivd_video_decode_op_t.e_pic_type = IV_I_FRAME;
318 ps_op->s_ivd_video_decode_op_t.e_pic_type = IV_P_FRAME;
322 ps_op->s_ivd_video_decode_op_t.e_pic_type = IV_B_FRAME;
326 ps_op->s_ivd_video_decode_op_t.e_pic_type = IV_I_FRAME;
330 ps_op->s_ivd_video_decode_op_t.e_pic_type = IV_FRAMETYPE_DEFAULT;

Completed in 359 milliseconds

1 2 3