OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ps_vbr_storage_vbv
(Results
1 - 4
of
4
) sorted by null
/external/libavc/encoder/
irc_vbr_storage_vbv.c
101
void irc_init_vbr_vbv(vbr_storage_vbv_t *
ps_vbr_storage_vbv
,
106
ps_vbr_storage_vbv
->i4_max_buf_size = i4_max_vbv_buff_size;
107
ps_vbr_storage_vbv
->i4_cur_buf_size = i4_max_vbv_buff_size;
114
ps_vbr_storage_vbv
->i4_max_bits_inflow_per_frm_period);
117
irc_init_error_bits(
ps_vbr_storage_vbv
->ps_error_bits, i4_frm_rate,
121
ps_vbr_storage_vbv
->i4_max_bits_per_tgt_frm =
122
ps_vbr_storage_vbv
->i4_max_bits_inflow_per_frm_period;
123
ps_vbr_storage_vbv
->i4_max_bit_rate = i4_max_bit_rate;
124
ps_vbr_storage_vbv
->i4_max_frame_rate = i4_frm_rate;
127
void irc_update_vbr_vbv(vbr_storage_vbv_t *
ps_vbr_storage_vbv
,
[
all
...]
irc_vbr_storage_vbv.h
74
void irc_init_vbr_vbv(vbr_storage_vbv_handle
ps_vbr_storage_vbv
,
80
void irc_update_vbr_vbv(vbr_storage_vbv_handle
ps_vbr_storage_vbv
,
84
WORD32 irc_get_max_target_bits(vbr_storage_vbv_handle
ps_vbr_storage_vbv
);
86
WORD32 irc_get_max_bits_inflow_per_frm_periode(vbr_storage_vbv_handle
ps_vbr_storage_vbv
);
88
WORD32 irc_get_max_bits_per_tgt_frm(vbr_storage_vbv_handle
ps_vbr_storage_vbv
);
90
WORD32 irc_get_cur_vbv_buf_size(vbr_storage_vbv_handle
ps_vbr_storage_vbv
);
93
vbv_buf_status_e irc_get_vbv_buffer_status(vbr_storage_vbv_handle
ps_vbr_storage_vbv
,
97
UWORD8 irc_restrict_swing_dvd_comp(vbr_storage_vbv_handle
ps_vbr_storage_vbv
);
99
WORD32 irc_get_max_vbv_buf_size(vbr_storage_vbv_handle
ps_vbr_storage_vbv
);
101
WORD32 irc_vbv_get_vbv_buf_fullness(vbr_storage_vbv_handle
ps_vbr_storage_vbv
,
[
all
...]
irc_rate_control_api.c
117
&pps_rate_control_api[0]->
ps_vbr_storage_vbv
,
207
irc_init_vbr_vbv(ps_rate_control_api->
ps_vbr_storage_vbv
,
438
ps_rate_control_api->
ps_vbr_storage_vbv
);
463
ps_rate_control_api->
ps_vbr_storage_vbv
,
687
ps_rate_control_api->
ps_vbr_storage_vbv
,
697
ps_rate_control_api->
ps_vbr_storage_vbv
);
[
all
...]
irc_rate_control_api_structs.h
49
vbr_storage_vbv_handle
ps_vbr_storage_vbv
;
member in struct:rate_control_api_t
Completed in 522 milliseconds