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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/mmedia/
H A Dg721.cpp60 static short _dqlntab[16] = {-2048, 4, 135, 213, 273, 323, 373, 425, variable
117 dq = reconstruct(i & 8, _dqlntab[i], y); /* quantized est diff */
157 dq = reconstruct(i & 0x08, _dqlntab[i], y); /* quantized diff. */
H A Dg723_24.cpp47 static short _dqlntab[8] = {-2048, 135, 273, 373, 373, 273, 135, -2048}; variable
104 dq = reconstruct(i & 4, _dqlntab[i], y); /* quantized diff. */
141 dq = reconstruct(i & 0x04, _dqlntab[i], y); /* unquantize pred diff */
H A Dg723_40.cpp55 static short _dqlntab[32] = {-2048, -66, 28, 104, 169, 224, 274, 318, variable
124 dq = reconstruct(i & 0x10, _dqlntab[i], y); /* quantized diff */
161 dq = reconstruct(i & 0x10, _dqlntab[i], y); /* estimation diff. */

Completed in 24 milliseconds