Searched defs:band_type (Results 1 - 3 of 3) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | on2avc.c | 71 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 D | aac.h | 253 enum BandType band_type[128]; ///< band types member
|
H A D | aacdec_template.c | 1549 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