Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dopus_celt.h144 static av_always_inline uint32_t celt_rng(CeltFrame *f) in celt_rng() function
Dopus_pvq.c816 X[i] = (((int32_t)celt_rng(f)) >> 20); in quant_band_template()
822 X[i] = lowband[i] + (((celt_rng(f)) & 0x8000) ? 1.0f / 256 : -1.0f / 256); in quant_band_template()
Dopus_celt.c309 xptr[(j << f->size) + k] = (celt_rng(f) & 0x8000) ? r : -r; in process_anticollapse()