Lines Matching refs:tocmode
1224 int tocmode = st->mode; in opus_encode_native() local
1229 if (tocmode==0) in opus_encode_native()
1230 tocmode = MODE_SILK_ONLY; in opus_encode_native()
1232 tocmode = MODE_CELT_ONLY; in opus_encode_native()
1234 if (frame_rate==25 && tocmode!=MODE_SILK_ONLY) in opus_encode_native()
1244 if (out_data_bytes==1 || (tocmode==MODE_SILK_ONLY && frame_rate!=10)) in opus_encode_native()
1246 tocmode = MODE_SILK_ONLY; in opus_encode_native()
1259 if(tocmode==MODE_SILK_ONLY&&bw>OPUS_BANDWIDTH_WIDEBAND) in opus_encode_native()
1261 else if (tocmode==MODE_CELT_ONLY&&bw==OPUS_BANDWIDTH_MEDIUMBAND) in opus_encode_native()
1263 else if (tocmode==MODE_HYBRID&&bw<=OPUS_BANDWIDTH_SUPERWIDEBAND) in opus_encode_native()
1266 data[0] = gen_toc(tocmode, frame_rate, bw, st->stream_channels); in opus_encode_native()