Home
last modified time | relevance | path

Searched refs:RMAX (Results 1 – 2 of 2) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_firstpass.c45 #define RMAX 512.0 macro
1853 if (next_iiratio > RMAX) in test_candidate_kf()
1854 next_iiratio = RMAX; in test_candidate_kf()
2066 if (r > RMAX) in find_next_key_frame()
2067 r = RMAX; in find_next_key_frame()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Dfirstpass.c48 #define RMAX 14.0 macro
2669 if (next_iiratio > RMAX) in test_candidate_kf()
2670 next_iiratio = RMAX; in test_candidate_kf()
2986 if (r > RMAX) in find_next_key_frame()
2987 r = RMAX; in find_next_key_frame()