HomeSort by relevance Sort by last modified time
    Searched refs:M4MCS_ABS (Results 1 - 3 of 3) sorted by null

  /frameworks/av/libvideoeditor/vss/mcs/src/
M4MCS_VideoPreProcessing.c 249 (M4MCS_ABS((M4OSA_Int32)
255 (M4MCS_ABS((M4OSA_Int32)(pImagePlanesTemp[1].u_height\
260 (M4MCS_ABS((M4OSA_Int32)(pImagePlanesTemp[2].u_height\
275 (M4MCS_ABS((M4OSA_Int32)(pImagePlanesTemp[0].u_width-\
279 (M4MCS_ABS((M4OSA_Int32)(pImagePlanesTemp[1].u_width-\
283 (M4MCS_ABS((M4OSA_Int32)(pImagePlanesTemp[2].u_width-\
M4MCS_API.c     [all...]
  /frameworks/av/libvideoeditor/vss/mcs/inc/
M4MCS_InternalTypes.h 35 #define M4MCS_ABS(a) ( ( (a) < (0) ) ? (-(a)) : (a) )

Completed in 237 milliseconds