HomeSort by relevance Sort by last modified time
    Searched full:sfix (Results 1 - 7 of 7) sorted by null

  /external/webp/src/enc/
picture_csp.c 161 // We could use SFIX=0 and only uint8_t for fixed_y_t, but it produces some
163 #define SFIX 2 // fixed-point precision of RGB and Y/W
164 typedef int16_t fixed_t; // signed type with extra SFIX precision for UV
165 typedef uint16_t fixed_y_t; // unsigned type with extra SFIX precision for W
167 #define SHALF (1 << SFIX >> 1)
168 #define MAX_Y_T ((256 << SFIX) - 1)
169 #define SROUNDER (1 << (YUV_FIX + SFIX - 1))
309 static WEBP_INLINE fixed_y_t UpLift(uint8_t a) { // 8bit -> SFIX
310 return ((fixed_y_t)a << SFIX) | SHALF;
371 return clip_8b(16 + (luma >> (YUV_FIX + SFIX)));
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/distutils/command/
bdist_wininst.py 358 sfix = self.plat_name[3:]
360 sfix = ''
362 filename = os.path.join(directory, "wininst-%.1f%s.exe" % (bv, sfix))
  /prebuilts/gdb/linux-x86/lib/python2.7/distutils/command/
bdist_wininst.py 358 sfix = self.plat_name[3:]
360 sfix = ''
362 filename = os.path.join(directory, "wininst-%.1f%s.exe" % (bv, sfix))
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/
bdist_wininst.py 358 sfix = self.plat_name[3:]
360 sfix = ''
362 filename = os.path.join(directory, "wininst-%.1f%s.exe" % (bv, sfix))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/
bdist_wininst.py 358 sfix = self.plat_name[3:]
360 sfix = ''
362 filename = os.path.join(directory, "wininst-%.1f%s.exe" % (bv, sfix))
  /toolchain/binutils/binutils-2.25/bfd/
elf32-microblaze.c 1858 int sfix, efix; local
1873 int sfix, efix; local
    [all...]
  /external/valgrind/coregrind/m_debuginfo/
storage.c 379 UShort* new = ML_(dinfo_zalloc)( "di.storage.sfix.1",
396 UInt* new = ML_(dinfo_zalloc)( "di.storage.sfix.2",
    [all...]

Completed in 145 milliseconds