HomeSort by relevance Sort by last modified time
    Searched defs:PV_ABS (Results 1 - 2 of 2) sorted by null

  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
mp4def.h 41 #define PV_ABS(x) (((x)<0)? -(x) : (x))
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
mp4def.h 113 #define PV_ABS(x) (((x)<0)? -(x) : (x))

Completed in 80 milliseconds