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

  /external/chromium_org/third_party/opus/src/src/
opus_encoder.c 1038 int tocmode = st->mode; local
1040 if (tocmode==0)
1041 tocmode = MODE_SILK_ONLY;
1043 tocmode = MODE_CELT_ONLY;
1045 tocmode = MODE_SILK_ONLY;
1046 if(tocmode==MODE_SILK_ONLY&&bw>OPUS_BANDWIDTH_WIDEBAND)
1048 else if (tocmode==MODE_CELT_ONLY&&bw==OPUS_BANDWIDTH_MEDIUMBAND)
1052 data[0] = gen_toc(tocmode, frame_rate, bw, st->stream_channels);
    [all...]
  /external/libopus/src/
opus_encoder.c 1038 int tocmode = st->mode; local
1040 if (tocmode==0)
1041 tocmode = MODE_SILK_ONLY;
1043 tocmode = MODE_CELT_ONLY;
1045 tocmode = MODE_SILK_ONLY;
1046 if(tocmode==MODE_SILK_ONLY&&bw>OPUS_BANDWIDTH_WIDEBAND)
1048 else if (tocmode==MODE_CELT_ONLY&&bw==OPUS_BANDWIDTH_MEDIUMBAND)
1052 data[0] = gen_toc(tocmode, frame_rate, bw, st->stream_channels);
    [all...]

Completed in 49 milliseconds