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

  /hardware/intel/img/psb_video/src/mrst/
psb_H264.c 61 #define SIGNTRUNC( x ) ((( (x) >> 15) & 0x10000) | ( (x) & 0xffff))
    [all...]
  /hardware/intel/img/psb_video/src/
pnw_H264.c 66 #define SIGNTRUNC( x ) ((( (x) >> 15) & 0x10000) | ( (x) & 0xffff))
    [all...]
tng_VP8.c 192 #define SIGNTRUNC( x ) ((( (x) >> 15) & 0x10000) | ( (x) & 0xffff))
    [all...]

Completed in 137 milliseconds