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

/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Dsad_halfpel_inline.h43 __inline int32 INTERP2_SUB_SAD(int32 sad, int32 tmp, int32 tmp2) function
66 __inline int32 INTERP2_SUB_SAD(int32 sad, int32 tmp, int32 tmp2) function
101 __inline int32 INTERP2_SUB_SAD(int32 sad, int32 tmp, int32 tmp2) function
H A Dsad_halfpel.cpp368 sad = INTERP2_SUB_SAD(sad, tmp, tmp2);;
374 sad = INTERP2_SUB_SAD(sad, tmp, tmp2);;
380 sad = INTERP2_SUB_SAD(sad, tmp, tmp2);;
388 sad = INTERP2_SUB_SAD(sad, tmp, tmp2);;
601 sad = INTERP2_SUB_SAD(sad, tmp, tmp2);;
607 sad = INTERP2_SUB_SAD(sad, tmp, tmp2);;
613 sad = INTERP2_SUB_SAD(sad, tmp, tmp2);;
621 sad = INTERP2_SUB_SAD(sad, tmp, tmp2);;

Completed in 498 milliseconds