OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MAX_MVSEARCH_STEPS
(Results
1 - 4
of
4
) sorted by null
/external/libvpx/vp8/encoder/
mcomp.h
24
#define
MAX_MVSEARCH_STEPS
8 // The maximum number of steps in a step search given the largest allowed initial step
25
#define MAX_FULL_PEL_VAL ((1 << (
MAX_MVSEARCH_STEPS
+3)) - 8) // Max full pel mv specified in 1/8 pel units
26
#define MAX_FIRST_STEP (1 << (
MAX_MVSEARCH_STEPS
-1)) // Maximum size of the first step in full pel units
rdopt.c
1143
further_steps = (
MAX_MVSEARCH_STEPS
- 1) - step_param;
[
all
...]
onyx_if.c
577
sf->max_step_search_steps =
MAX_MVSEARCH_STEPS
;
620
sf->max_step_search_steps =
MAX_MVSEARCH_STEPS
;
[
all
...]
firstpass.c
437
int further_steps = (
MAX_MVSEARCH_STEPS
- 1) - step_param; //3;
[
all
...]
Completed in 74 milliseconds