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

  /external/webp/src/utils/
quant_levels.h 25 // Valid range for 'num_levels' is [2, 256].
27 int QuantizeLevels(uint8_t* const data, int width, int height, int num_levels,
quant_levels.c 30 int num_levels, uint64_t* const sse) {
48 if (num_levels < 2 || num_levels > 256) {
63 if (num_levels_in <= num_levels) goto End; // nothing to do!
66 for (i = 0; i < num_levels; ++i) {
67 inv_q_level[i] = min_s + (double)(max_s - min_s) * i / (num_levels - 1);
72 q_level[max_s] = num_levels - 1;
74 assert(inv_q_level[num_levels - 1] == max_s);
85 while (slot < num_levels - 1 &&
97 if (num_levels > 2)
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/extensions/
XKBstr.h 84 unsigned char num_levels; member in struct:_XkbKeyType
336 #define XkbCMKeyGroupWidth(m,k,g) (XkbCMKeyType(m,k,g)->num_levels)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/
XKBstr.h 84 unsigned char num_levels; member in struct:_XkbKeyType
336 #define XkbCMKeyGroupWidth(m,k,g) (XkbCMKeyType(m,k,g)->num_levels)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/
XKBstr.h 84 unsigned char num_levels; member in struct:_XkbKeyType
336 #define XkbCMKeyGroupWidth(m,k,g) (XkbCMKeyType(m,k,g)->num_levels)

Completed in 51 milliseconds