Searched refs:satd (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/media/libstagefright/codecs/avc/enc/src/
H A Dintra_est.cpp1294 int satd = 0; local
1347 satd += ((tmp1 >= 0) ? tmp1 : -tmp1);
1349 satd += ((tmp1 >= 0) ? tmp1 : -tmp1);
1351 satd += ((tmp1 >= 0) ? tmp1 : -tmp1);
1353 satd += ((tmp1 >= 0) ? tmp1 : -tmp1);
1357 satd = (satd + 1) >> 1;
1358 *cost += satd;

Completed in 43 milliseconds