Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp8/encoder/
Dfirstpass.c1111 double clip_iifactor; in estimate_cq() local
1142 clip_iifactor = 1.0 - ((clip_iiratio - 10.0) * 0.025); in estimate_cq()
1143 if (clip_iifactor < 0.80) in estimate_cq()
1144 clip_iifactor = 0.80; in estimate_cq()
1161 clip_iifactor * in estimate_cq()