HomeSort by relevance Sort by last modified time
    Searched refs:target_bandwidth (Results 1 - 25 of 39) sorted by null

1 2

  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_svc_layercontext.h 24 int target_bandwidth; member in struct:__anon40769
53 const int target_bandwidth);
vp9_svc_layercontext.c 48 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 / lc->framerate)
    [all...]
vp9_onyx_int.h 195 int64_t target_bandwidth; // bandwidth to be used in kilobits per second member in struct:__anon40752
  /external/libvpx/libvpx/vp9/encoder/
vp9_svc_layercontext.h 24 int target_bandwidth; member in struct:__anon29588
53 const int target_bandwidth);
vp9_svc_layercontext.c 49 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 / lc->framerate)
    [all...]
vp9_onyx_int.h 194 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/
vp9_svc_layercontext.c 56 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 / lc->framerate)
    [all...]
vp9_svc_layercontext.h 24 int target_bandwidth; member in struct:__anon17831
70 const int target_bandwidth);
vp9_encoder.h 122 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/encoder/
onyx_if.c 224 lc->target_bandwidth = cpi->target_bandwidth;
263 cpi->target_bandwidth = lc->target_bandwidth;
264 cpi->oxcf.target_bandwidth = lc->target_bandwidth;
312 lc->target_bandwidth = cpi->oxcf.target_bitrate[layer] * 1000;
320 lc->target_bandwidth, 1000);
323 lc->optimal_buffer_level = lc->target_bandwidth / 8;
327 lc->target_bandwidth, 1000)
    [all...]
onyx_int.h 237 int target_bandwidth; member in struct:__anon17721
454 int target_bandwidth; member in struct:VP8_COMP
firstpass.c     [all...]
ratectrl.c 371 if(target > cpi->oxcf.target_bandwidth * 3 / 2)
372 target = cpi->oxcf.target_bandwidth * 3 / 2;
    [all...]
  /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 240 int target_bandwidth; member in struct:__anon29497
457 int target_bandwidth; member in struct:VP8_COMP
firstpass.c     [all...]
ratectrl.c 371 if(target > cpi->oxcf.target_bandwidth * 3 / 2)
372 target = cpi->oxcf.target_bandwidth * 3 / 2;
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/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 240 int target_bandwidth; member in struct:__anon40680
457 int target_bandwidth; member in struct:VP8_COMP
firstpass.c     [all...]
ratectrl.c 371 if(target > cpi->oxcf.target_bandwidth * 3 / 2)
372 target = cpi->oxcf.target_bandwidth * 3 / 2;
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/
onyx.h 105 unsigned int target_bandwidth; /* kilobits per second */ member in struct:__anon17688
  /external/libvpx/libvpx/vp8/common/
onyx.h 105 unsigned int target_bandwidth; /* kilobits per second */ member in struct:__anon29465
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
onyx.h 105 unsigned int target_bandwidth; /* kilobits per second */ member in struct:__anon40648
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/
vp9_cx_iface.c 359 oxcf->target_bandwidth = 1000 * cfg->rc_target_bitrate;
430 oxcf->ss_target_bitrate[0] = (int)oxcf->target_bandwidth;
445 oxcf->ts_target_bitrate[0] = (int)oxcf->target_bandwidth;
451 printf("target_bandwidth: %d\n", oxcf->target_bandwidth);
    [all...]

Completed in 337 milliseconds

1 2