Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dqdm2.c664 int joined_stereo, zero_encoding; in synthfilt_build_sb_samples() local
683 joined_stereo = 0; in synthfilt_build_sb_samples()
685 joined_stereo = 1; in synthfilt_build_sb_samples()
687 joined_stereo = (get_bits_left(gb) >= 1) ? get_bits1(gb) : 0; in synthfilt_build_sb_samples()
689 if (joined_stereo) { in synthfilt_build_sb_samples()
721 samples[2 * k] = get_bits1(gb) ? dequant_1bit[joined_stereo][2 * get_bits1(gb)] : 0; in synthfilt_build_sb_samples()
731 samples[2 * k] = dequant_1bit[joined_stereo][random_dequant_index[n][k]]; in synthfilt_build_sb_samples()
762 samples[k] = (get_bits1(gb) == 0) ? 0 : dequant_1bit[joined_stereo][2 * get_bits1(gb)]; in synthfilt_build_sb_samples()
772 samples[k] = dequant_1bit[joined_stereo][random_dequant_index[n][k]]; in synthfilt_build_sb_samples()
840 if (joined_stereo) { in synthfilt_build_sb_samples()
[all...]

Completed in 4 milliseconds