Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Daac.h157 #define NOISE_PRE 256 ///< preamble for NOISE_BT, put in bitstream with the first noise ba… macro
Daacenc.c396 put_bits(&s->pb, NOISE_PRE_BITS, diff + NOISE_PRE); in encode_scale_factors()
Daacdec_template.c1619 offset[1] += get_bits(gb, NOISE_PRE_BITS) - NOISE_PRE; in decode_scalefactors()