Searched refs:QUANT (Results 1 – 1 of 1) sorted by relevance
524 #define QUANT(c, mul, add, shift) (((mul) * (c) + (add)) >> (shift)) macro544 uint32_t c_abs = QUANT(FFABS(coeff[x]), q_m, q_a, q_s); in encode_subband()592 uint32_t c_abs = QUANT(FFABS(buf[x]), q_m, q_a, q_s); in count_hq_slice()