Searched defs:target_bandwidth (Results 1 - 10 of 10) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_svc_layercontext.h24 int target_bandwidth; member in struct:__anon24977
53 const int target_bandwidth);
H A Dvp9_svc_layercontext.c49 lc->target_bandwidth = oxcf->ts_target_bitrate[layer] * 1000;
52 lc->target_bandwidth = oxcf->ss_target_bitrate[layer] * 1000;
59 lc->target_bandwidth, 1000);
66 const int target_bandwidth) {
85 lc->target_bandwidth = oxcf->ts_target_bitrate[layer] * 1000;
87 lc->target_bandwidth = oxcf->ss_target_bitrate[layer] * 1000;
89 bitrate_alloc = (float)lc->target_bandwidth / target_bandwidth;
105 lrc->av_per_frame_bandwidth = (int)(lc->target_bandwidth / lc->framerate);
127 lrc->av_per_frame_bandwidth = (int)(lc->target_bandwidth / l
65 vp9_update_layer_context_change_config(VP9_COMP *const cpi, const int target_bandwidth) argument
[all...]
H A Dvp9_onyx_int.h194 int64_t target_bandwidth; // bandwidth to be used in kilobits per second member in struct:VP9_CONFIG
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_svc_layercontext.h24 int target_bandwidth; member in struct:__anon13206
70 const int target_bandwidth);
H A Dvp9_svc_layercontext.c56 lc->target_bandwidth = oxcf->ts_target_bitrate[layer];
60 lc->target_bandwidth = oxcf->ss_target_bitrate[layer];
75 lc->target_bandwidth / 1000;
87 const int target_bandwidth) {
106 lc->target_bandwidth = oxcf->ts_target_bitrate[layer];
108 lc->target_bandwidth = oxcf->ss_target_bitrate[layer];
110 bitrate_alloc = (float)lc->target_bandwidth / target_bandwidth;
126 lrc->avg_frame_bandwidth = (int)(lc->target_bandwidth / lc->framerate);
148 lrc->avg_frame_bandwidth = (int)(lc->target_bandwidth / l
86 vp9_update_layer_context_change_config(VP9_COMP *const cpi, const int target_bandwidth) argument
[all...]
H A Dvp9_encoder.h122 int64_t target_bandwidth; // bandwidth to be used in kilobits per second member in struct:VP9EncoderConfig
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/
H A Donyx.h105 unsigned int target_bandwidth; /* kilobits per second */ member in struct:__anon13063
/external/libvpx/libvpx/vp8/common/
H A Donyx.h105 unsigned int target_bandwidth; /* kilobits per second */ member in struct:__anon24854
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
H A Donyx_int.h237 int target_bandwidth; member in struct:__anon13096
454 int target_bandwidth; member in struct:VP8_COMP
/external/libvpx/libvpx/vp8/encoder/
H A Donyx_int.h240 int target_bandwidth; member in struct:__anon24886
457 int target_bandwidth; member in struct:VP8_COMP

Completed in 1176 milliseconds