Searched refs:NOISE_PRE (Results 1 – 3 of 3) sorted by relevance
157 #define NOISE_PRE 256 ///< preamble for NOISE_BT, put in bitstream with the first noise ba… macro
396 put_bits(&s->pb, NOISE_PRE_BITS, diff + NOISE_PRE); in encode_scale_factors()
1619 offset[1] += get_bits(gb, NOISE_PRE_BITS) - NOISE_PRE; in decode_scalefactors()