OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:reduce_first_step_size
(Results
1 - 5
of
5
) sorted by null
/external/libvpx/libvpx/vp9/encoder/
vp9_temporal_filter.c
148
step_param = cpi->sf.
reduce_first_step_size
+ ((cpi->speed > 5) ? 1 : 0);
150
step_param = cpi->sf.
reduce_first_step_size
+ 2;
vp9_onyx_int.h
247
int
reduce_first_step_size
;
member in struct:__anon21321
vp9_mbgraph.c
42
int step_param = cpi->sf.
reduce_first_step_size
+
vp9_mcomp.c
57
sr += cpi->sf.
reduce_first_step_size
;
[
all
...]
vp9_onyx_if.c
725
sf->
reduce_first_step_size
= 0;
934
// sf->
reduce_first_step_size
= 1;
[
all
...]
Completed in 35 milliseconds