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

  /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 145 milliseconds