OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:avg_frame_bandwidth
(Results
1 - 6
of
6
) sorted by null
/external/libvpx/libvpx/vp9/encoder/
vp9_ratectrl.c
204
rc->
avg_frame_bandwidth
>> 5);
218
const int max_rate = rc->
avg_frame_bandwidth
*
229
const int max_rate = rc->
avg_frame_bandwidth
*
269
rc->bits_off_target += rc->
avg_frame_bandwidth
- encoded_frame_size;
332
rc->rolling_target_bits = rc->
avg_frame_bandwidth
;
333
rc->rolling_actual_bits = rc->
avg_frame_bandwidth
;
334
rc->long_rolling_target_bits = rc->
avg_frame_bandwidth
;
335
rc->long_rolling_actual_bits = rc->
avg_frame_bandwidth
;
[
all
...]
vp9_svc_layercontext.c
170
lrc->
avg_frame_bandwidth
= (int)(lc->target_bandwidth / lc->framerate);
208
lrc->
avg_frame_bandwidth
= (int)(lc->target_bandwidth / lc->framerate);
239
lrc->
avg_frame_bandwidth
= (int)(lc->target_bandwidth / lc->framerate);
243
lc->avg_frame_size = lrc->
avg_frame_bandwidth
;
261
lrc->
avg_frame_bandwidth
= (int)(lc->target_bandwidth / lc->framerate);
262
lrc->min_frame_bandwidth = (int)(lrc->
avg_frame_bandwidth
*
264
lrc->max_frame_bandwidth = (int)(((int64_t)lrc->
avg_frame_bandwidth
*
vp9_ratectrl.h
107
int
avg_frame_bandwidth
; // Average frame size target for clip
member in struct:__anon16626
vp9_aq_cyclicrefresh.c
68
// Average bits available per frame =
avg_frame_bandwidth
76
if (rc->
avg_frame_bandwidth
< factor * number_blocks ||
496
rc->
avg_frame_bandwidth
< 3400) {
vp9_firstpass.c
279
int64_t max_bits = ((int64_t)rc->
avg_frame_bandwidth
*
[
all
...]
vp9_encoder.c
[
all
...]
Completed in 43 milliseconds