HomeSort by relevance Sort by last modified time
    Searched full:gamma (Results 126 - 150 of 220) sorted by null

1 2 3 4 56 7 8 9

  /frameworks/base/media/libstagefright/codecs/amrnb/common/include/
d_gain_c.h 104 * gamma. The quantized gain is given by g_q = g0 * gamma
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/include/
libmng_types.h 39 /* * (stdlib/mem for mem-mngmt & math for fp gamma-calc) * */
224 #include <math.h> /* fp gamma-calculation */
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/include/xorg/
edid.h 141 #define GAMMA _GAMMA(GET(D_GAMMA))
367 float gamma; member in struct:disp_features
  /bionic/libm/src/
math_private.h 217 #define __ieee754_gamma gamma
  /external/freetype/src/base/
ftlcdfil.c 276 /* providing a cheap gamma correction */
  /external/fdlibm/
k_standard.c 691 exc.name = "gamma";
705 exc.name = "gamma";
714 (void) WRITE2("gamma: SING error\n", 18);
  /external/quake/quake/src/QW/client/
gl_vidlinux_svga.c 142 float gamma, f, inf; local
148 gamma = Q_atof (Cmd_Argv(1));
152 f = pow ( (host_basepal[i]+1)/256.0 , gamma );
gl_vidlinux_x11.c 123 float gamma, f, inf; local
129 gamma = Q_atof (Cmd_Argv(1));
133 f = pow ( (host_basepal[i]+1)/256.0 , gamma );
  /external/libpng/
png.h     [all...]
CHANGES 110 fixed gamma and background correction for paletted images, so
195 fixed bug in gamma handling of 4-bit grayscale
196 added 2-bit grayscale gamma handling (Glenn R-P)
300 Fixed three bugs in pngrtran.c to make gamma+background handling consistent
369 error that was introduced in libpng-0.90 that can cause gamma processing
442 Correct gamma with srgb is 45455 instead of 45000 in pngrutil.c, to be
    [all...]
pngconf.h 465 /* This controls how fine the gamma correction becomes when you
468 * being called to fill in the gamma tables. Don't set this value
476 /* This controls how much a difference in gamma we can tolerate before
477 * we actually start doing gamma conversion.
    [all...]
pngrutil.c 717 /* Check for zero gamma */
721 "Ignoring gAMA chunk with gamma=0");
732 fprintf(stderr, "gamma = (%d/100000)", (int)igamma);
741 png_ptr->gamma = file_gamma;
998 igamma=(png_fixed_point)(info_ptr->gamma * 100000.);
1007 fprintf(stderr, "incorrect gamma=(%d/100000)\n",
1011 fprintf(stderr, "incorrect gamma=%f\n", png_ptr->gamma);
    [all...]
pngread.c 582 * the user to obtain a gamma-corrected palette, for example.
    [all...]
  /external/qemu/distrib/libpng-1.2.19/
png.h 726 /* The gAMA chunk describes the gamma characteristics of the system
730 float gamma; \/* gamma value of image, if (valid & PNG_INFO_gAMA) *\/ member in struct:png_info_struct
1225 float gamma; \/* file gamma value *\/ member in struct:png_struct_def
    [all...]
pngconf.h 417 /* This controls how fine the gamma correction becomes when you
420 * being called to fill in the gamma tables. Don't set this value
428 /* This controls how much a difference in gamma we can tolerate before
429 * we actually start doing gamma conversion.
    [all...]
pngrutil.c 624 /* check for zero gamma */
628 "Ignoring gAMA chunk with gamma=0");
639 fprintf(stderr, "gamma = (%d/100000)\n", (int)igamma);
648 png_ptr->gamma = file_gamma;
943 igamma=(png_fixed_point)(info_ptr->gamma * 100000.);
952 fprintf(stderr,"incorrect gamma=(%d/100000)\n",(int)png_ptr->int_gamma);
955 fprintf(stderr,"incorrect gamma=%f\n",png_ptr->gamma);
    [all...]
pngread.c 556 * the user to obtain a gamma-corrected palette, for example.
    [all...]
  /external/speex/libspeex/
filters.c 54 void bw_lpc(spx_word16_t gamma, const spx_coef_t *lpc_in, spx_coef_t *lpc_out, int order)
57 spx_word16_t tmp=gamma;
61 tmp = MULT16_16_P15(tmp, gamma);
  /external/libpng/contrib/gregbook/
README 186 "-bgc" for -bgcolor (versus "-bgp" for -bgpat), or "-g" for -gamma.
rpng2-win.c 7 It supports gamma correction, user-specified background colors, and user-
300 * get the "gamma" value, so we do it the hard way */
364 if (!strncmp(*argv, "-gamma", 2)) {
432 "Usage: %s [-gamma exp] [-bgcolor bg | -bgpat pat] [-timing]\n"
437 " exp \ttransfer-function exponent (``gamma'') of the display\n"
    [all...]
  /external/libpng/contrib/pngminus/
png2pnm.c 270 /* only if file has a file gamma, we do a correction */
  /external/libpng/contrib/visupng/
PngFile.c 203 // if required set gamma conversion
  /external/qemu/distrib/sdl-1.2.12/src/video/quartz/
SDL_QuartzVideo.h 182 /* Gamma Functions */
  /external/opencore/extern_libs_v2/khronos/openmax/include/
OMX_IVCommon.h 613 * Defines setting for Gamma
619 * nGamma : Values allowed for gamma -100 to 100, zero means no change
    [all...]
  /hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/
OMX_IVCommon.h 596 * Defines setting for Gamma
602 * nGamma : Values allowed for gamma -100 to 100, zero means no change
    [all...]

Completed in 244 milliseconds

1 2 3 4 56 7 8 9