OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:av_pct_inter
(Results
1 - 2
of
2
) sorted by null
/external/libvpx/libvpx/vp8/encoder/
firstpass.c
923
double
av_pct_inter
= fpstats->pcnt_inter \/ fpstats->count;
local
[
all
...]
/external/libvpx/libvpx/vp9/encoder/
vp9_firstpass.c
919
double
av_pct_inter
= fpstats->pcnt_inter / fpstats->count;
921
double av_intra = (1.0 -
av_pct_inter
);
927
zz_cost = bitcost(
av_pct_inter
- av_pct_motion);
[
all
...]
Completed in 42 milliseconds