Home
last modified time | relevance | path

Searched refs:cpl_band_sizes (Results 1 - 5 of 5) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dac3dec.h135 uint8_t cpl_band_sizes[AC3_MAX_CPL_BANDS]; ///< number of coeffs in each coupling band member
H A Dac3enc.h217 uint8_t cpl_band_sizes[AC3_MAX_CPL_BANDS]; ///< number of coeffs in each coupling band member
H A Dac3enc.c2451 uint8_t *cpl_band_sizes = s->cpl_band_sizes; in set_bandwidth() local
2459 *cpl_band_sizes = 12; in set_bandwidth()
2462 *cpl_band_sizes += 12; in set_bandwidth()
2465 cpl_band_sizes++; in set_bandwidth()
2466 *cpl_band_sizes = 12; in set_bandwidth()
H A Dac3enc_template.c158 int band_size = s->cpl_band_sizes[bnd]; in apply_channel_coupling()
H A Dac3dec.c502 int band_end = bin + s->cpl_band_sizes[band]; in calc_transform_coeffs_cpl()
1029 &s->num_cpl_bands, s->cpl_band_sizes, in coupling_strategy()

Completed in 9 milliseconds