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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
H A Dvp9_svc_layercontext.h24 int target_bandwidth; member in struct:__anon1183
53 const int target_bandwidth);
H A Dvp9_svc_layercontext.c48 lc->target_bandwidth = oxcf->ts_target_bitrate[layer] * 1000;
51 lc->target_bandwidth = oxcf->ss_target_bitrate[layer] * 1000;
58 lc->target_bandwidth, 1000);
65 const int target_bandwidth) {
83 lc->target_bandwidth = oxcf->ts_target_bitrate[layer] * 1000;
85 lc->target_bandwidth = oxcf->ss_target_bitrate[layer] * 1000;
87 bitrate_alloc = (float)lc->target_bandwidth / target_bandwidth;
103 lrc->av_per_frame_bandwidth = (int)(lc->target_bandwidth / lc->framerate);
124 lrc->av_per_frame_bandwidth = (int)(lc->target_bandwidth / l
64 vp9_update_layer_context_change_config(VP9_COMP *const cpi, const int target_bandwidth) argument
[all...]
H A Dvp9_onyx_int.h195 int64_t target_bandwidth; // bandwidth to be used in kilobits per second member in struct:__anon1166
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
H A Donyx.h105 unsigned int target_bandwidth; /* kilobits per second */ member in struct:__anon1062
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
H A Donyx_int.h240 int target_bandwidth; member in struct:__anon1094
457 int target_bandwidth; member in struct:VP8_COMP

Completed in 2430 milliseconds