OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:i4_max_buf_size
(Results
1 - 3
of
3
) sorted by null
/external/libavc/encoder/
irc_vbr_storage_vbv.c
41
WORD32
i4_max_buf_size
;
member in struct:vbr_storage_vbv_t
106
ps_vbr_storage_vbv->
i4_max_buf_size
= i4_max_vbv_buff_size;
142
> ps_vbr_storage_vbv->
i4_max_buf_size
)
145
ps_vbr_storage_vbv->
i4_max_buf_size
;
166
if(i4_cur_buf_size > ps_vbr_storage_vbv->
i4_max_buf_size
)
168
i4_cur_buf_size = ps_vbr_storage_vbv->
i4_max_buf_size
;
201
if(i4_cur_buf > ps_vbr_storage_vbv->
i4_max_buf_size
)
203
i4_cur_buf = ps_vbr_storage_vbv->
i4_max_buf_size
;
213
else if(i4_cur_buf > ps_vbr_storage_vbv->
i4_max_buf_size
)
217
else if(i4_cur_buf < (ps_vbr_storage_vbv->
i4_max_buf_size
>> 2)
[
all
...]
irc_bit_allocation.h
71
WORD32
i4_max_buf_size
,
irc_bit_allocation.c
734
WORD32
i4_max_buf_size
,
748
UNUSED(
i4_max_buf_size
);
[
all
...]
Completed in 232 milliseconds