OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:bitcost
(Results
1 - 2
of
2
) sorted by null
/external/libvpx/libvpx/vp8/encoder/
firstpass.c
910
static double
bitcost
( double prob )
function
[
all
...]
/external/libvpx/libvpx/vp9/encoder/
vp9_firstpass.c
909
static double
bitcost
(double prob) {
function
927
zz_cost =
bitcost
(av_pct_inter - av_pct_motion);
928
motion_cost =
bitcost
(av_pct_motion);
929
intra_cost =
bitcost
(av_intra);
[
all
...]
Completed in 590 milliseconds