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

/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_svc_layercontext.h24 int target_bandwidth; member in struct:__anon12208
54 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->avg_frame_bandwidth = (int)(lc->target_bandwidth / lc->framerate);
127 lrc->avg_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_encoder.h193 int64_t target_bandwidth; // bandwidth to be used in kilobits per second member in struct:VP9EncoderConfig
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_svc_layercontext.h24 int target_bandwidth; member in struct:__anon24173
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/vp8/common/
H A Donyx.h105 unsigned int target_bandwidth; /* kilobits per second */ member in struct:__anon12085
/external/libvpx/libvpx/vp8/common/
H A Donyx.h105 unsigned int target_bandwidth; /* kilobits per second */ member in struct:__anon24050
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
H A Donyx_int.h237 int target_bandwidth; member in struct:__anon12117
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:__anon24082
457 int target_bandwidth; member in struct:VP8_COMP

Completed in 98 milliseconds