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
..
2011-02-08 16:35:43 -05:00
2011-05-30 11:10:03 +03:00
2011-06-01 10:48:05 +03:00
2011-02-10 15:09:44 -05:00
2011-03-21 13:33:45 +02:00
2011-03-21 13:33:45 +02:00
2011-02-10 15:09:44 -05:00
2011-06-01 10:48:05 +03:00
2011-06-01 10:48:05 +03:00
2011-06-06 16:44:05 -07:00