Home
last modified time | relevance | path

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

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