Lines Matching refs:DCTSIZE
337 static const double aanscalefactor[DCTSIZE] = { in start_pass_fdctmgr()
349 for (row = 0; row < DCTSIZE; row++) { in start_pass_fdctmgr()
350 for (col = 0; col < DCTSIZE; col++) { in start_pass_fdctmgr()
380 for (elemr = 0; elemr < DCTSIZE; elemr++) { in convsamp()
383 #if DCTSIZE == 8 /* unroll the inner loop */ in convsamp()
395 for (elemc = DCTSIZE; elemc > 0; elemc--) in convsamp()
509 for (bi = 0; bi < num_blocks; bi++, start_col += DCTSIZE) { in forward_DCT()
533 for (elemr = 0; elemr < DCTSIZE; elemr++) { in convsamp_float()
535 #if DCTSIZE == 8 /* unroll the inner loop */ in convsamp_float()
547 for (elemc = DCTSIZE; elemc > 0; elemc--) in convsamp_float()
601 for (bi = 0; bi < num_blocks; bi++, start_col += DCTSIZE) { in forward_DCT_float()