Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/enc/
A Dvp8i_enc.h116 static WEBP_INLINE int QUANTDIV(uint32_t n, uint32_t iQ, uint32_t B) { in QUANTDIV() function
A Dquant_enc.c646 int level0 = QUANTDIV(coeff0, iQ, B); in TrellisQuantizeBlock()
647 int thresh_level = QUANTDIV(coeff0, iQ, BIAS(0x80)); in TrellisQuantizeBlock()
847 const int qV = QUANTDIV(V, mtx->iq_[0], mtx->bias_[0]) * mtx->q_[0]; in QuantizeSingle()
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/dsp/
A Denc.c665 int level = QUANTDIV(coeff, iQ, B); in QuantizeBlock_C()

Completed in 10 milliseconds