Home
last modified time | relevance | path

Searched refs:dctdiff (Results 1 – 4 of 4) sorted by relevance

/dports/graphics/netpbm/netpbm-10.91.01/converter/ppm/ppmtompeg/
H A Dblock.c466 Block dctdiff[4], dctquant[4]; in LumMotionError() local
476 dctdiff[(x>7)+2*(y>7)][y%8][x%8] = cacross[x]-across[x]; in LumMotionError()
481 mp_fwd_dct_block2(dctdiff[i], dctdiff[i]); in LumMotionError()
482 if (Mpost_QuantZigBlock(dctdiff[i], quant, pq, FALSE) == in LumMotionError()
/dports/multimedia/mpeg_encode/mpeg_encode/
H A Dblock.c592 Block dctdiff[4], dctquant[4]; local
602 dctdiff[(x>7)+2*(y>7)][y%8][x%8] = cacross[x]-across[x];
607 mp_fwd_dct_block2(dctdiff[i], dctdiff[i]);
608 if (Mpost_QuantZigBlock(dctdiff[i], quant, pq, FALSE) == MPOST_ZERO) {
/dports/science/afni/afni-AFNI_21.3.16/src/mpeg_encodedir/
H A Dblock.c604 Block dctdiff[4], dctquant[4]; local
614 dctdiff[(x>7)+2*(y>7)][y%8][x%8] = cacross[x]-across[x];
619 mp_fwd_dct_block2(dctdiff[i], dctdiff[i]);
620 if (Mpost_QuantZigBlock(dctdiff[i], quant, pq, FALSE) == MPOST_ZERO) {
/dports/cad/gmsh/gmsh-4.9.2-source/contrib/mpeg_encode/
H A Dblock.cpp587 Block dctdiff[4], dctquant[4]; in LumMotionError() local
597 dctdiff[(x>7)+2*(y>7)][y%8][x%8] = cacross[x]-across[x]; in LumMotionError()
602 mp_fwd_dct_block2(dctdiff[i], dctdiff[i]); in LumMotionError()
603 if (Mpost_QuantZigBlock(dctdiff[i], quant, pq, FALSE) == MPOST_ZERO) { in LumMotionError()