Searched defs:Sad8x8 (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Dfastcodemb.cpp178 sad = Sad8x8(input, pred, width);
190 sad = Sad8x8(input, pred, width);
400 sad = Sad8x8(input, pred, width);
410 sad = Sad8x8(input, pred, width);
522 /* Function : Sad8x8( ) */
533 Int Sad8x8(UChar *cur, UChar *prev, Int width) function

Completed in 53 milliseconds