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 - 4
of
4
) sorted by null
/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
618
int old_per_frame_bandwidth = cpi->
per_frame_bandwidth
;
621
cpi->
per_frame_bandwidth
=
633
else if (min_frame_target < cpi->
per_frame_bandwidth
/ 4)
634
min_frame_target = cpi->
per_frame_bandwidth
/ 4
[
all
...]
firstpass.c
[
all
...]
onyx_int.h
403
int
per_frame_bandwidth
;
member in struct:VP8_COMP
onyx_if.c
[
all
...]
Completed in 349 milliseconds