Home
last modified time | relevance | path

Searched refs:AAC_CUTOFF_FROM_BITRATE (Results 1 – 3 of 3) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dpsymodel.h35 #define AAC_CUTOFF_FROM_BITRATE(bit_rate,channels,sample_rate) (bit_rate ? FFMIN3(FFMIN3( \ macro
44 : AAC_CUTOFF_FROM_BITRATE(s->bit_rate, s->ch_layout.nb_channels, s->sample_rate) \
Daaccoder.c574 bandwidth = FFMAX(3000, AAC_CUTOFF_FROM_BITRATE(frame_bit_rate, 1, avctx->sample_rate)); in search_for_pns()
710 bandwidth = FFMAX(3000, AAC_CUTOFF_FROM_BITRATE(frame_bit_rate, 1, avctx->sample_rate)); in mark_pns()
Daaccoder_twoloop.h198 bandwidth = FFMAX(3000, AAC_CUTOFF_FROM_BITRATE(frame_bit_rate, 1, avctx->sample_rate)); in search_for_quantizers_twoloop()