OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:frames_in_section
(Results
1 - 2
of
2
) sorted by null
/external/libvpx/vp8/encoder/
ratectrl.c
689
int
frames_in_section
;
703
frames_in_section
= cpi->frames_till_gf_update_due+1; // Standard frames + GF
704
allocation_chunks = (
frames_in_section
* 100) + alt_boost;
735
bits_in_section = cpi->inter_frame_target *
frames_in_section
;
1100
int
frames_in_section
= cpi->frames_till_gf_update_due + 1;
local
[
all
...]
firstpass.c
1539
int
frames_in_section
;
local
[
all
...]
Completed in 23 milliseconds