Home
last modified time | relevance | path

Searched refs:invert_quantize_dither_factors (Results 1 – 2 of 2) sorted by relevance

/third_party/ffmpeg/libavcodec/
Daptx.h104 const int32_t *invert_quantize_dither_factors; member
Daptx.c410 …qr = rshift64_clip24((qr * (1LL<<32)) + MUL64(dither, tables->invert_quantize_dither_factors[idx])… in aptx_invert_quantization()