HomeSort by relevance Sort by last modified time
    Searched refs:OPUS_BANDWIDTH_MEDIUMBAND (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/opus/src/src/
opus_demo.c 110 {MODE_SILK_ONLY, OPUS_BANDWIDTH_MEDIUMBAND, 960*3, 1},
111 {MODE_SILK_ONLY, OPUS_BANDWIDTH_MEDIUMBAND, 960*2, 1},
112 {MODE_SILK_ONLY, OPUS_BANDWIDTH_MEDIUMBAND, 960, 1},
113 {MODE_SILK_ONLY, OPUS_BANDWIDTH_MEDIUMBAND, 480, 1},
114 {MODE_SILK_ONLY, OPUS_BANDWIDTH_MEDIUMBAND, 960*3, 2},
115 {MODE_SILK_ONLY, OPUS_BANDWIDTH_MEDIUMBAND, 960*2, 2},
116 {MODE_SILK_ONLY, OPUS_BANDWIDTH_MEDIUMBAND, 960, 2},
117 {MODE_SILK_ONLY, OPUS_BANDWIDTH_MEDIUMBAND, 480, 2}
323 bandwidth = OPUS_BANDWIDTH_MEDIUMBAND;
521 case OPUS_BANDWIDTH_MEDIUMBAND
    [all...]
opus_encoder.c 277 int tmp = bandwidth-OPUS_BANDWIDTH_MEDIUMBAND;
518 else if (tocmode==MODE_CELT_ONLY&&bw==OPUS_BANDWIDTH_MEDIUMBAND)
712 threshold = bandwidth_thresholds[2*(bandwidth-OPUS_BANDWIDTH_MEDIUMBAND)];
713 hysteresis = bandwidth_thresholds[2*(bandwidth-OPUS_BANDWIDTH_MEDIUMBAND)+1];
749 if (st->Fs <= 12000 && st->bandwidth > OPUS_BANDWIDTH_MEDIUMBAND)
750 st->bandwidth = OPUS_BANDWIDTH_MEDIUMBAND;
759 if (st->mode == MODE_CELT_ONLY && st->bandwidth == OPUS_BANDWIDTH_MEDIUMBAND)
906 } else if (curr_bandwidth == OPUS_BANDWIDTH_MEDIUMBAND) {
    [all...]
opus_decoder.c 306 } else if( st->bandwidth == OPUS_BANDWIDTH_MEDIUMBAND ) {
384 case OPUS_BANDWIDTH_MEDIUMBAND:
975 bandwidth = OPUS_BANDWIDTH_MEDIUMBAND + ((data[0]>>5)&0x3);
976 if (bandwidth == OPUS_BANDWIDTH_MEDIUMBAND)
  /external/chromium_org/third_party/opus/src/include/
opus_defines.h 183 #define OPUS_BANDWIDTH_MEDIUMBAND 1102 /**< 6 kHz bandpass @hideinitializer*/
340 * <dt>OPUS_BANDWIDTH_MEDIUMBAND</dt> <dd>6 kHz passband</dd>
353 * <dt>#OPUS_BANDWIDTH_MEDIUMBAND</dt> <dd>6 kHz passband</dd>
372 * <dt>#OPUS_BANDWIDTH_MEDIUMBAND</dt> <dd>6 kHz passband</dd>
599 * <dt>#OPUS_BANDWIDTH_MEDIUMBAND</dt> <dd>6 kHz passband</dd>
  /external/chromium_org/third_party/opus/src/tests/
test_opus_api.c     [all...]
test_opus_encode.c 262 if(modes[j]==2&&bw==OPUS_BANDWIDTH_MEDIUMBAND)bw+=3;

Completed in 199 milliseconds