Searched defs:getBlockSum (Results 1 - 1 of 1) sorted by last modified time

/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Dfastcodemb.cpp168 sad = getBlockSum(input, width);
187 sad = getBlockSum(input, width);
397 sad = getBlockSum(input, width);
408 sad = getBlockSum(input, width);
588 /* Function : getBlockSum( ) */
599 Int getBlockSum(UChar *cur, Int width) function

Completed in 320 milliseconds