Yaowu Xu d4700731ca remove redundant functions
The encoder defined about 4 set of similar functions to calculate sum,
variance or sse or a combination of them. This commit removed one set
of these functions, get8x8var and get16x16var, where calls to the later
function are replaced with var16x16 by using the fact on a 16x16 MB:
    variance == sse - sum*sum/256

Change-Id: I803eabd1fb3ab177780a40338cbd596dffaed267
2011-06-06 16:44:05 -07:00
..
2010-11-10 14:34:02 -08:00
2010-11-10 14:34:02 -08:00
2010-10-18 14:15:15 -04:00
2010-10-18 14:15:15 -04:00
2011-06-06 16:44:05 -07:00
2011-06-06 16:44:05 -07:00