Searched refs:targetPct (Results 1 – 1 of 1) sorted by relevance
705 uint32_t targetPct = optimalBuffersize * scalePar * codec_.maxFramerate / 10; in MaxIntraTarget() local709 return (targetPct < minIntraTh) ? minIntraTh : targetPct; in MaxIntraTarget()