Searched refs:coeffs (Results 1 - 1 of 1) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/ov51x/
H A Dov518_decomp.c726 * 1-15: The next <skip> coeffs are zero. The returned coeff is used.
727 * 16: The next 16 coeffs are zero. The returned coeff is ignored.
1240 int coeffs[32]; local
1247 huffmanDecoderY(coeffs, (int*) pIn, cinfo);
1250 dc = (*lastDC) + coeffs[0];
1251 coeffs[0] = dc * (qt[0] + 1);
1255 coeffs[1] = ((qt[1] + 1) * coeffs[1]) >> 1;
1259 coeffs[i] = (qt[i] + 1) * coeffs[
[all...]

Completed in 32 milliseconds