OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kLookAheadMin
(Results
1 - 2
of
2
) sorted by null
/external/libvpx/libvpx/test/
altref_test.cc
17
// lookahead range: [
kLookAheadMin
, kLookAheadMax).
18
const int
kLookAheadMin
= 5;
68
::testing::Range(
kLookAheadMin
, kLookAheadMax));
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
altref_test.cc
17
// lookahead range: [
kLookAheadMin
, kLookAheadMax).
18
const int
kLookAheadMin
= 5;
68
::testing::Range(
kLookAheadMin
, kLookAheadMax));
Completed in 293 milliseconds