Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Daac.h158 #define NOISE_PRE_BITS 9 ///< length of preamble 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()