Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp8/encoder/
Dfirstpass.c50 #define GF_RMAX 48.0 macro
1519 if (frame_boost > GF_RMAX) frame_boost = GF_RMAX; in calc_frame_boost()