Home | History | Annotate | Download | only in libjpeg-turbo

Lines Matching refs:dimension

594  * Compute the scaled value of <tt>dimension</tt> using the given scaling
595 * factor. This macro performs the integer equivalent of <tt>ceil(dimension *
598 #define TJSCALED(dimension, scalingFactor) ((dimension * scalingFactor.num \