Home
last modified time | relevance | path

Searched refs:num_coded_subbands (Results 1 – 3 of 3) sorted by relevance

/third_party/ffmpeg/libavcodec/
Datrac3plusdec.c228 for (sb = 0; sb < ch_unit->num_coded_subbands; sb++, RNG_index += 128) in decode_residual_spectrum()
250 for (sb = 0; sb < ch_unit->num_coded_subbands; sb++) in decode_residual_spectrum()
256 for (sb = 0; sb < ch_unit->num_coded_subbands; sb++) { in decode_residual_spectrum()
Datrac3plus.h139 int num_coded_subbands; ///< number of subbands with coded spectrum member
Datrac3plus.c806 num_specs = atrac3p_subband_to_num_powgrps[ctx->num_coded_subbands - 1]; in decode_spectrum()
1683 ctx->num_coded_subbands = ctx->used_quant_units in ff_atrac3p_decode_channel_unit()
1696 get_subband_flags(gb, ctx->swap_channels, ctx->num_coded_subbands); in ff_atrac3p_decode_channel_unit()
1697 get_subband_flags(gb, ctx->negate_coeffs, ctx->num_coded_subbands); in ff_atrac3p_decode_channel_unit()