Home
last modified time | relevance | path

Searched refs:OPUS_FRAMESIZE_VARIABLE (Results 1 – 5 of 5) sorted by relevance

/external/libopus/celt/
Dcelt.h70 #define OPUS_FRAMESIZE_VARIABLE 5010 /**< Optimize the frame size dynamically */ macro
Dcelt_encoder.c1180 tf_calibration = variable_duration==OPUS_FRAMESIZE_VARIABLE ? in compute_vbr()
1488 …plexity >= 5 && !(st->consec_transient && LM!=3 && st->variable_duration==OPUS_FRAMESIZE_VARIABLE); in celt_encode_with_ec()
/external/libopus/src/
Dopus_demo.c416 variable_duration = OPUS_FRAMESIZE_VARIABLE; in main()
604 if (variable_duration!=OPUS_FRAMESIZE_VARIABLE) in main()
Dopus_encoder.c807 else if (variable_duration == OPUS_FRAMESIZE_VARIABLE) in frame_size_select()
830 if (variable_duration == OPUS_FRAMESIZE_VARIABLE && frame_size >= Fs/200) in compute_frame_size()
1707 if (st->variable_duration==OPUS_FRAMESIZE_VARIABLE && frame_size != st->Fs/50) in opus_encode_native()
2383 value != OPUS_FRAMESIZE_60_MS && value != OPUS_FRAMESIZE_VARIABLE) in opus_encoder_ctl()
Dopus_multistream_encoder.c647 if (st->variable_duration==OPUS_FRAMESIZE_VARIABLE && frame_size != Fs/50) in surround_rate_allocation()