I'm finding this again and again in articles related to the DCT, where people claim that the 0th coefficient of the DCT matrix is the average or mean of the values being transformed.
For example, see here, here, or even in the JPEG Bible here.
However, this simply isn't true... If the formula for the DCT-II is
(this formula from Matlab) where it turns out the coefficients outside the sums end up being 1/8. In no way does this end up being the mean. Rather, it's the sum divided by 8. To be the mean, there would have to be another 1/8 term. I can't understand why this is so, can somebody explain it?