Searched refs:OPUS_FRAMESIZE_VARIABLE (Results 1 – 5 of 5) sorted by relevance
70 #define OPUS_FRAMESIZE_VARIABLE 5010 /**< Optimize the frame size dynamically */ macro
1180 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()
416 variable_duration = OPUS_FRAMESIZE_VARIABLE; in main()604 if (variable_duration!=OPUS_FRAMESIZE_VARIABLE) in main()
807 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()
647 if (st->variable_duration==OPUS_FRAMESIZE_VARIABLE && frame_size != Fs/50) in surround_rate_allocation()