Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Deac3dec.c492 s->dither_flag[ch] = 1; in ff_eac3_parse_header()
494 s->dither_flag[CPL_CH] = s->dither_flag[s->lfe_ch] = 0; in ff_eac3_parse_header()
Dac3dec.h219 int dither_flag[AC3_MAX_CHANNELS]; ///< dither flags (dithflg) member
Dac3dec.c526 int dither = (ch_index == CPL_CH) || s->dither_flag[ch_index]; in ac3_decode_transform_coeffs_ch()
604 if (!s->dither_flag[ch] && s->channel_in_cpl[ch]) { in remove_dithering()
1097 s->dither_flag[ch] = get_bits1(gbc); in decode_audio_block()