OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:av_per_frame_bandwidth
(Results
1 - 7
of
7
) sorted by null
/external/libvpx/libvpx/vp8/encoder/
firstpass.c
362
max_bits = (int)(cpi->
av_per_frame_bandwidth
* ((double)cpi->oxcf.two_pass_vbrmax_section / 100.0));
367
/* The lower of max_bits / 4 or cpi->
av_per_frame_bandwidth
/ 4. */
368
int min_max_bits = ((cpi->
av_per_frame_bandwidth
>> 2) < (max_bits >> 2)) ? cpi->
av_per_frame_bandwidth
>> 2 : max_bits >> 2;
[
all
...]
ratectrl.c
629
if (min_frame_target < (cpi->
av_per_frame_bandwidth
>> 5))
630
min_frame_target = cpi->
av_per_frame_bandwidth
>> 5;
[
all
...]
onyx_int.h
402
int
av_per_frame_bandwidth
;
member in struct:VP8_COMP
onyx_if.c
[
all
...]
/external/libvpx/libvpx/vp9/encoder/
vp9_ratectrl.c
183
cpi->
av_per_frame_bandwidth
>> 5);
vp9_onyx_int.h
429
int
av_per_frame_bandwidth
; // Average frame size target for clip
member in struct:VP9_COMP
vp9_onyx_if.c
[
all
...]
Completed in 35 milliseconds