Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dac3dec.c783 * @param[in] start_subband subband number for start of range
791 int ecpl, int start_subband, int end_subband, in decode_band_structure()
799 n_subbands = end_subband - start_subband; in decode_band_structure()
804 av_assert0(band_struct_size >= start_subband + n_subbands); in decode_band_structure()
806 band_struct += start_subband + 1; in decode_band_structure()
844 start_subband, end_subband, ch; in spx_strategy() local
857 start_subband = get_bits(bc, 3) + 2; in spx_strategy()
858 if (start_subband > 7) in spx_strategy()
859 start_subband += start_subband in spx_strategy()
790 decode_band_structure(GetBitContext *gbc, int blk, int eac3, int ecpl, int start_subband, int end_subband, const uint8_t *default_band_struct, int *num_bands, uint8_t *band_sizes, uint8_t *band_struct, int band_struct_size) decode_band_structure() argument
[all...]

Completed in 3 milliseconds