Home
last modified time | relevance | path

Searched refs:decor_coeff (Results 1 – 2 of 2) sorted by relevance

/third_party/ffmpeg/libavcodec/
Ddca_xll.h47 int decor_coeff[DCA_XLL_CHANNELS_MAX / 2]; ///< Pairwise channel coefficients member
Ddca_xll.c294 b->decor_coeff[i] = get_bits1(&s->gb) ? get_linear(&s->gb, 7) : 0; in chs_parse_header()
299 b->decor_coeff[i] = 0; in chs_parse_header()
670 int coeff = b->decor_coeff[i]; in chs_filter_band_data()