OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:further_steps
(Results
1 - 3
of
3
) sorted by null
/external/libvpx/libvpx/vp8/encoder/
rdopt.c
1179
int
further_steps
;
local
1216
further_steps
= (MAX_MVSEARCH_STEPS - 1) - step_param;
2230
int
further_steps
;
local
[
all
...]
pickinter.c
857
int
further_steps
;
local
957
further_steps
= (cpi->Speed >= 8)?
992
while (n <
further_steps
)
[
all
...]
firstpass.c
449
int
further_steps
= (MAX_MVSEARCH_STEPS - 1) - step_param;
local
481
while (n <
further_steps
)
[
all
...]
Completed in 28 milliseconds