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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Datrac3plus.c924 static int get_subband_flags(GetBitContext *gb, uint8_t *out, int num_flags) function
955 get_subband_flags(gb, ctx->channels[ch_num].wnd_shape,
1725 get_subband_flags(gb, ctx->waves_info->tone_sharing, ctx->waves_info->num_tone_bands);
1726 get_subband_flags(gb, ctx->waves_info->tone_master, ctx->waves_info->num_tone_bands);
1727 if (get_subband_flags(gb, ctx->waves_info->phase_shift,
1798 get_subband_flags(gb, ctx->swap_channels, ctx->num_coded_subbands);
1799 get_subband_flags(gb, ctx->negate_coeffs, ctx->num_coded_subbands);

Completed in 195 milliseconds