Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Dfirstpass.c49 #define GF_RMAX 48.0 macro
1614 if (frame_boost > GF_RMAX) in calc_frame_boost()
1615 frame_boost = GF_RMAX; in calc_frame_boost()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_firstpass.c46 #define GF_RMAX 96.0 macro
1176 return MIN(frame_boost, GF_RMAX); in calc_frame_boost()