Searched refs:end_subband (Results 1 - 1 of 1) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | ac3dec.c | 784 * @param[in] end_subband subband number for end 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() 844 start_subband, end_subband, ch; in spx_strategy() local 860 end_subband = get_bits(bc, 3) + 5; in spx_strategy() 862 s->spx_dst_end_freq = end_freq_inv_tab[end_subband-5]; in spx_strategy() 864 if (end_subband > 7) in spx_strategy() 865 end_subband += end_subband - 7; in spx_strategy() 868 dst_end_freq = end_subband * 1 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 2 milliseconds