OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:this_frame_percent_intra
(Results
1 - 4
of
4
) sorted by null
/external/libvpx/libvpx/vp8/encoder/
ratectrl.c
259
cc->
this_frame_percent_intra
= cpi->
this_frame_percent_intra
;
297
cpi->
this_frame_percent_intra
= cc->
this_frame_percent_intra
;
533
Boost = Boost * gf_intra_usage_adjustment[(cpi->
this_frame_percent_intra
< 15) ? cpi->
this_frame_percent_intra
: 14] / 100;
[
all
...]
onyx_int.h
91
int
this_frame_percent_intra
;
member in struct:__anon10983
497
int
this_frame_percent_intra
;
member in struct:VP8_COMP
onyx_if.c
[
all
...]
encodeframe.c
984
cpi->
this_frame_percent_intra
= 100;
996
cpi->
this_frame_percent_intra
= cpi->count_mb_ref_frame_usage[INTRA_FRAME] * 100 / tot_modes;
[
all
...]
Completed in 557 milliseconds