OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:thresh_rate
(Results
1 - 3
of
3
) sorted by null
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_aq_cyclicrefresh.c
98
// If projected rate is below the
thresh_rate
(well below target,
/external/libvpx/libvpx/vp8/encoder/
ratectrl.c
1588
int
thresh_rate
= 2 * (cpi->av_per_frame_bandwidth >> 3);
local
[
all
...]
/external/libvpx/libvpx/vp9/encoder/
vp9_ratectrl.c
2012
int
thresh_rate
= rc->avg_frame_bandwidth * 10;
local
[
all
...]
Completed in 276 milliseconds