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

/frameworks/av/libvideoeditor/vss/src/
H A DM4xVSS_internal.c840 (M4xVSS_ABS((M4OSA_Int32)(pImagePlanes[0].u_height\
844 (M4xVSS_ABS((M4OSA_Int32)(pImagePlanes[1].u_height\
848 (M4xVSS_ABS((M4OSA_Int32)(pImagePlanes[2].u_height\
861 (M4xVSS_ABS((M4OSA_Int32)(pImagePlanes[0].u_width\
865 (M4xVSS_ABS((M4OSA_Int32)(pImagePlanes[1].u_width\
869 (M4xVSS_ABS((M4OSA_Int32)(pImagePlanes[2].u_width\
890 ((M4xVSS_ABS((M4OSA_Int32)(pImagePlanes[0].u_height\
894 ((M4xVSS_ABS((M4OSA_Int32)(pImagePlanes[1].u_height\
899 ((M4xVSS_ABS((M4OSA_Int32)(pImagePlanes[2].u_height\
913 ((M4xVSS_ABS((M4OSA_Int3
[all...]
H A DM4VSS3GPP_EditVideo.c55 #define M4xVSS_ABS(a) ( ( (a) < (0) ) ? (-(a)) : (a) ) macro
3241 (M4xVSS_ABS((M4OSA_Int32)(pImagePlanesTemp[0].u_height -
3246 (M4xVSS_ABS((M4OSA_Int32)(pImagePlanesTemp[1].u_height -
3252 (M4xVSS_ABS((M4OSA_Int32)(pImagePlanesTemp[2].u_height -
3265 (M4xVSS_ABS((M4OSA_Int32)(pImagePlanesTemp[0].u_width -
3269 (M4xVSS_ABS((M4OSA_Int32)(pImagePlanesTemp[1].u_width -
3273 (M4xVSS_ABS((M4OSA_Int32)(pImagePlanesTemp[2].u_width -
/frameworks/av/libvideoeditor/vss/inc/
H A DM4xVSS_Internal.h57 #define M4xVSS_ABS(a) ( ( (a) < (0) ) ? (-(a)) : (a) ) macro
/frameworks/av/libvideoeditor/lvpp/
H A DVideoEditorTools.cpp1768 pImagePlanesTemp[0].u_topleft = (M4xVSS_ABS((M4OSA_Int32)(pImagePlanesTemp[0].u_height-Params.m_outputSize.m_height)>>1))*pImagePlanesTemp[0].u_stride;
1770 pImagePlanesTemp[1].u_topleft = (M4xVSS_ABS((M4OSA_Int32)(pImagePlanesTemp[1].u_height-(Params.m_outputSize.m_height>>1)))>>1)*pImagePlanesTemp[1].u_stride;
1772 pImagePlanesTemp[2].u_topleft = (M4xVSS_ABS((M4OSA_Int32)(pImagePlanesTemp[2].u_height-(Params.m_outputSize.m_height>>1)))>>1)*pImagePlanesTemp[2].u_stride;
1781 pImagePlanesTemp[0].u_topleft = (M4xVSS_ABS((M4OSA_Int32)(pImagePlanesTemp[0].u_width-Params.m_outputSize.m_width)>>1));
1783 pImagePlanesTemp[1].u_topleft = (M4xVSS_ABS((M4OSA_Int32)(pImagePlanesTemp[1].u_width-(Params.m_outputSize.m_width>>1)))>>1);
1785 pImagePlanesTemp[2].u_topleft = (M4xVSS_ABS((M4OSA_Int32)(pImagePlanesTemp[2].u_width-(Params.m_outputSize.m_width>>1)))>>1);

Completed in 83 milliseconds