OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:max_frame_bandwidth
(Results
1 - 15
of
15
) sorted by null
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_ratectrl.h
56
int
max_frame_bandwidth
; // Maximum burst rate allowed for a frame.
member in struct:__anon40754
vp9_svc_layercontext.c
104
lrc->
max_frame_bandwidth
= rc->
max_frame_bandwidth
;
125
lrc->
max_frame_bandwidth
= cpi->rc.
max_frame_bandwidth
;
149
lrc->
max_frame_bandwidth
= (int)(((int64_t)lrc->av_per_frame_bandwidth *
vp9_ratectrl.c
179
if (target > rc->
max_frame_bandwidth
)
180
target = rc->
max_frame_bandwidth
;
192
if (target > rc->
max_frame_bandwidth
)
193
target = rc->
max_frame_bandwidth
;
587
if (cpi->rc.this_frame_target >= cpi->rc.
max_frame_bandwidth
)
753
if (cpi->rc.this_frame_target >= cpi->rc.
max_frame_bandwidth
)
[
all
...]
vp9_onyx_if.c
715
rc->
max_frame_bandwidth
= MAX(MAX((cm->MBs * MAX_MB_RATE), MAXRATE_1080P),
[
all
...]
vp9_firstpass.c
343
else if (max_bits > cpi->rc.
max_frame_bandwidth
)
344
max_bits = cpi->rc.
max_frame_bandwidth
;
[
all
...]
/external/libvpx/libvpx/vp9/encoder/
vp9_svc_layercontext.c
106
lrc->
max_frame_bandwidth
= rc->
max_frame_bandwidth
;
128
lrc->
max_frame_bandwidth
= cpi->rc.
max_frame_bandwidth
;
152
lrc->
max_frame_bandwidth
= (int)(((int64_t)lrc->av_per_frame_bandwidth *
vp9_ratectrl.h
59
int
max_frame_bandwidth
; // Maximum burst rate allowed for a frame.
member in struct:__anon29572
vp9_ratectrl.c
126
if (target > rc->
max_frame_bandwidth
)
127
target = rc->
max_frame_bandwidth
;
139
if (target > rc->
max_frame_bandwidth
)
140
target = rc->
max_frame_bandwidth
;
581
if (rc->this_frame_target >= rc->
max_frame_bandwidth
)
747
if (rc->this_frame_target >= rc->
max_frame_bandwidth
)
[
all
...]
vp9_onyx_if.c
700
rc->
max_frame_bandwidth
= MAX(MAX((cm->MBs * MAX_MB_RATE), MAXRATE_1080P),
[
all
...]
vp9_firstpass.c
344
else if (max_bits > rc->
max_frame_bandwidth
)
345
max_bits = rc->
max_frame_bandwidth
;
[
all
...]
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_svc_layercontext.c
127
lrc->
max_frame_bandwidth
= rc->
max_frame_bandwidth
;
149
lrc->
max_frame_bandwidth
= cpi->rc.
max_frame_bandwidth
;
172
lrc->
max_frame_bandwidth
= (int)(((int64_t)lrc->avg_frame_bandwidth *
vp9_ratectrl.h
68
int
max_frame_bandwidth
; // Maximum burst rate allowed for a frame.
member in struct:__anon17809
vp9_ratectrl.c
207
if (target > rc->
max_frame_bandwidth
)
208
target = rc->
max_frame_bandwidth
;
220
if (target > rc->
max_frame_bandwidth
)
221
target = rc->
max_frame_bandwidth
;
704
if (rc->this_frame_target >= rc->
max_frame_bandwidth
)
[
all
...]
vp9_encoder.c
[
all
...]
vp9_firstpass.c
240
else if (max_bits > rc->
max_frame_bandwidth
)
241
max_bits = rc->
max_frame_bandwidth
;
[
all
...]
Completed in 383 milliseconds