Home
last modified time | relevance | path

Searched defs:band_type (Results 1 - 3 of 3) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Don2avc.c71 uint8_t band_type[ON2AVC_MAX_BANDS]; member
117 int band = 0, i, band_type, run_len, run; in on2avc_decode_band_types() local
273 int band_type = c->band_type[band_idx + b]; in on2avc_read_channel_data() local
[all...]
H A Daac.h253 enum BandType band_type[128]; ///< band types member
H A Daacdec_template.c1549 static int decode_band_types(AACContext *ac, enum BandType band_type[120], in decode_band_types() argument
1598 decode_scalefactors(AACContext *ac, INTFLOAT sf[120], GetBitContext *gb, unsigned int global_gain, IndividualChannelStream *ics, enum BandType band_type[120], int band_type_run_end[120]) decode_scalefactors() argument
1768 decode_spectrum_and_dequant(AACContext *ac, INTFLOAT coef[1024], GetBitContext *gb, const INTFLOAT sf[120], int pulse_present, const Pulse *pulse, const IndividualChannelStream *ics, enum BandType band_type[120]) decode_spectrum_and_dequant() argument
[all...]

Completed in 8 milliseconds