OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:quant_opt_thresh
(Results
1 - 3
of
3
) sorted by null
/external/libvpx/libvpx/vp9/encoder/
vp9_speed_features.c
201
sf->
quant_opt_thresh
= qopt_thresholds[(speed < 6) ? speed : 5];
382
sf->
quant_opt_thresh
= 0.0;
772
sf->
quant_opt_thresh
= 99.0;
[
all
...]
vp9_speed_features.h
255
double
quant_opt_thresh
;
member in struct:SPEED_FEATURES
vp9_encodeframe.c
[
all
...]
Completed in 464 milliseconds