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

/frameworks/av/media/libstagefright/codecs/avc/enc/src/
H A Dsad_halfpel_inline.h40 __inline int32 INTERP2_SUB_SAD(int32 sad, int32 tmp, int32 tmp2) function
63 __inline int32 INTERP2_SUB_SAD(int32 sad, int32 tmp, int32 tmp2) function
90 __inline int32 INTERP2_SUB_SAD(int32 sad, int32 tmp, int32 tmp2) function
H A Dsad_halfpel.cpp217 sad = INTERP2_SUB_SAD(sad, tmp, tmp2);;
223 sad = INTERP2_SUB_SAD(sad, tmp, tmp2);;
229 sad = INTERP2_SUB_SAD(sad, tmp, tmp2);;
237 sad = INTERP2_SUB_SAD(sad, tmp, tmp2);;
456 sad = INTERP2_SUB_SAD(sad, tmp, tmp2);;
462 sad = INTERP2_SUB_SAD(sad, tmp, tmp2);;
468 sad = INTERP2_SUB_SAD(sad, tmp, tmp2);;
476 sad = INTERP2_SUB_SAD(sad, tmp, tmp2);;
/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 81 milliseconds