Methods for enhancing the performance of quantization operations by
converting division operations to a combination of multiplication and
shift operations, which are preferably performed on a processor
supporting single-instruction multiple-data (SIMD) instructions. A table
of mantissa and exponent values is created for a sufficient range of
values for 1/a. During quantization, the mantissa and exponent values are
found in the table 1/a for associated with a given quantization division
operation given by b/a which is found according to the formula
b/a=(b.times.A)>>n. Aspects are described for application to
processors that do not support non-uniform shift operations, and for
reducing the necessary bit-width of the operations to increase
efficiency. The quantization method may be applied to protocols such as
MPEG-2 and other similar formats.