Home
last modified time | relevance | path

Searched defs:SBLIMIT (Results 1 – 2 of 2) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dmpegaudioenc_template.c377 unsigned char scale_code[SBLIMIT], in compute_scale_factors()
379 int sb_samples[3][12][SBLIMIT], in compute_scale_factors()
492 static void psycho_acoustic_model(MpegAudioContext *s, short smr[SBLIMIT]) in psycho_acoustic_model()
510 short smr1[MPA_MAX_CHANNELS][SBLIMIT], in compute_bit_allocation()
511 unsigned char bit_alloc[MPA_MAX_CHANNELS][SBLIMIT], in compute_bit_allocation()
606 unsigned char bit_alloc[MPA_MAX_CHANNELS][SBLIMIT], in encode_frame()
Dmpegaudio.h44 #define SBLIMIT 32 /* number of subbands */ macro