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

Lines Matching refs:DCTSIZE

332         static const double aanscalefactor[DCTSIZE] = {
344 for (row = 0; row < DCTSIZE; row++) {
345 for (col = 0; col < DCTSIZE; col++) {
375 for (elemr = 0; elemr < DCTSIZE; elemr++) {
378 #if DCTSIZE == 8 /* unroll the inner loop */
390 for (elemc = DCTSIZE; elemc > 0; elemc--)
505 for (bi = 0; bi < num_blocks; bi++, start_col += DCTSIZE) {
529 for (elemr = 0; elemr < DCTSIZE; elemr++) {
531 #if DCTSIZE == 8 /* unroll the inner loop */
543 for (elemc = DCTSIZE; elemc > 0; elemc--)
596 for (bi = 0; bi < num_blocks; bi++, start_col += DCTSIZE) {