Home
last modified time | relevance | path

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

/external/webrtc/modules/video_coding/codecs/vp8/
Dlibvpx_vp8_encoder.cc861 const uint32_t minIntraTh = 300; in MaxIntraTarget() local
862 return (targetPct < minIntraTh) ? minIntraTh : targetPct; in MaxIntraTarget()