Home
last modified time | relevance | path

Searched defs:cpl_band_sizes (Results 1 – 3 of 3) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dac3dec.h135 uint8_t cpl_band_sizes[AC3_MAX_CPL_BANDS]; ///< number of coeffs in each coupling band member
Dac3enc.h214 uint8_t cpl_band_sizes[AC3_MAX_CPL_BANDS]; ///< number of coeffs in each coupling band member
Dac3enc.c2393 uint8_t *cpl_band_sizes = s->cpl_band_sizes; in set_bandwidth() local