Home | History | Annotate | Download | only in libjpeg

Lines Matching refs:DCTSIZE

140 	static const double aanscalefactor[DCTSIZE] = {
152 for (row = 0; row < DCTSIZE; row++) {
153 for (col = 0; col < DCTSIZE; col++) {
195 for (bi = 0; bi < num_blocks; bi++, start_col += DCTSIZE) {
202 for (elemr = 0; elemr < DCTSIZE; elemr++) {
204 #if DCTSIZE == 8 /* unroll the inner loop */
215 for (elemc = DCTSIZE; elemc > 0; elemc--) {
285 for (bi = 0; bi < num_blocks; bi++, start_col += DCTSIZE) {
292 for (elemr = 0; elemr < DCTSIZE; elemr++) {
294 #if DCTSIZE == 8 /* unroll the inner loop */
305 for (elemc = DCTSIZE; elemc > 0; elemc--) {