OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:target_bandwidth
(Results
1 - 11
of
11
) sorted by null
/external/libvpx/libvpx/vp9/common/
vp9_onyx.h
74
int64_t
target_bandwidth
; // bandwidth to be used in kilobits per second
member in struct:__anon21289
/external/libvpx/libvpx/vp8/encoder/
onyx_if.c
221
lc->
target_bandwidth
= cpi->
target_bandwidth
;
260
cpi->
target_bandwidth
= lc->
target_bandwidth
;
261
cpi->oxcf.
target_bandwidth
= lc->
target_bandwidth
;
309
lc->
target_bandwidth
= cpi->oxcf.target_bitrate[layer] * 1000;
317
lc->
target_bandwidth
, 1000);
320
lc->optimal_buffer_level = lc->
target_bandwidth
/ 8;
324
lc->
target_bandwidth
, 1000)
[
all
...]
onyx_int.h
236
int
target_bandwidth
;
member in struct:__anon21251
453
int
target_bandwidth
;
member in struct:VP8_COMP
firstpass.c
[
all
...]
ratectrl.c
379
if(target > cpi->oxcf.
target_bandwidth
* 3 / 2)
380
target = cpi->oxcf.
target_bandwidth
* 3 / 2;
[
all
...]
/external/libvpx/libvpx/vp8/common/
onyx.h
105
unsigned int
target_bandwidth
; /* kilobits per second */
member in struct:__anon21219
/external/libvpx/libvpx/vp9/encoder/
vp9_onyx_if.c
[
all
...]
vp9_firstpass.c
[
all
...]
vp9_onyx_int.h
486
int64_t
target_bandwidth
;
member in struct:VP9_COMP
/external/libvpx/libvpx/vp9/
vp9_cx_iface.c
288
oxcf->
target_bandwidth
= cfg.rc_target_bitrate;
341
printf("
target_bandwidth
: %d\n", oxcf->
target_bandwidth
);
[
all
...]
/external/libvpx/libvpx/vp8/
vp8_cx_iface.c
340
oxcf->
target_bandwidth
= cfg.rc_target_bitrate;
412
printf("
target_bandwidth
: %d\n", oxcf->
target_bandwidth
);
[
all
...]
Completed in 505 milliseconds