OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:per_frame_bandwidth
(Results
1 - 8
of
8
) sorted by null
/external/libvpx/libvpx/vp9/encoder/
vp9_ratectrl.c
156
target = cpi->
per_frame_bandwidth
;
159
int max_rate = cpi->
per_frame_bandwidth
187
cpi->
per_frame_bandwidth
= cpi->twopass.gf_bits;
188
cpi->this_frame_target = cpi->
per_frame_bandwidth
;
191
cpi->this_frame_target = cpi->
per_frame_bandwidth
;
223
cpi->this_frame_target = cpi->
per_frame_bandwidth
;
vp9_firstpass.c
[
all
...]
vp9_onyx_int.h
428
int
per_frame_bandwidth
; // Current section per frame bandwidth target
member in struct:VP9_COMP
vp9_onyx_if.c
[
all
...]
/external/libvpx/libvpx/vp8/encoder/
ratectrl.c
368
target = cpi->
per_frame_bandwidth
;
388
int initial_boost = 32; /* |3.0 *
per_frame_bandwidth
| */
394
/* Initial factor: set target size to: |3.0 *
per_frame_bandwidth
|. */
406
/* Minimal target size is |2*
per_frame_bandwidth
|. */
410
target = ((16 + kf_boost) * cpi->
per_frame_bandwidth
) >> 4;
416
unsigned int max_rate = cpi->
per_frame_bandwidth
617
int old_per_frame_bandwidth = cpi->
per_frame_bandwidth
;
620
cpi->
per_frame_bandwidth
=
632
else if (min_frame_target < cpi->
per_frame_bandwidth
/ 4)
633
min_frame_target = cpi->
per_frame_bandwidth
/ 4
[
all
...]
firstpass.c
[
all
...]
onyx_int.h
400
int
per_frame_bandwidth
;
member in struct:VP8_COMP
onyx_if.c
[
all
...]
Completed in 2083 milliseconds