Home
last modified time | relevance | path

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

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