Home
last modified time | relevance | path

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

/dports/multimedia/handbrake/ffmpeg-4.4/libavcodec/
H A Dopus_celt.h144 static av_always_inline uint32_t celt_rng(CeltFrame *f) in celt_rng() function
H A 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()
H A Dopus_celt.c309 xptr[(j << f->size) + k] = (celt_rng(f) & 0x8000) ? r : -r; in process_anticollapse()
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavcodec/
H A Dopus_celt.h144 static av_always_inline uint32_t celt_rng(CeltFrame *f) in celt_rng() function
H A 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()
H A Dopus_celt.c309 xptr[(j << f->size) + k] = (celt_rng(f) & 0x8000) ? r : -r; in process_anticollapse()
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavcodec/
H A Dopus_celt.h142 static av_always_inline uint32_t celt_rng(CeltFrame *f) in celt_rng() function
H A 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()
H A Dopus_celt.c336 xptr[(j << f->size) + k] = (celt_rng(f) & 0x8000) ? r : -r; in process_anticollapse()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavcodec/
H A Dopus_celt.h143 static av_always_inline uint32_t celt_rng(CeltFrame *f) in celt_rng() function
H A 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()
H A Dopus_celt.c309 xptr[(j << f->size) + k] = (celt_rng(f) & 0x8000) ? r : -r; in process_anticollapse()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavcodec/
H A Dopus_celt.h143 static av_always_inline uint32_t celt_rng(CeltFrame *f) in celt_rng() function
H A 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()
H A Dopus_celt.c309 xptr[(j << f->size) + k] = (celt_rng(f) & 0x8000) ? r : -r; in process_anticollapse()
/dports/emulators/vice/vice-3.5/src/lib/libffmpeg/libavcodec/
H A Dopus_celt.c512 static inline uint32_t celt_rng(CeltContext *s) in celt_rng() function
1614 X[j] = (((int32_t)celt_rng(s)) >> 20); in celt_decode_band()
1620 X[j] = lowband[j] + (((celt_rng(s)) & 0x8000) ? 1.0f / 256 : -1.0f / 256); in celt_decode_band()
1869 xptr[(j << s->duration) + k] = (celt_rng(s) & 0x8000) ? r : -r; in process_anticollapse()
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libffmpeg/libavcodec/
H A Dopus_celt.c512 static inline uint32_t celt_rng(CeltContext *s) in celt_rng() function
1614 X[j] = (((int32_t)celt_rng(s)) >> 20); in celt_decode_band()
1620 X[j] = lowband[j] + (((celt_rng(s)) & 0x8000) ? 1.0f / 256 : -1.0f / 256); in celt_decode_band()
1869 xptr[(j << s->duration) + k] = (celt_rng(s) & 0x8000) ? r : -r; in process_anticollapse()