HomeSort by relevance Sort by last modified time
    Searched full:alphas (Results 1 - 25 of 33) sorted by null

1 2

  /external/webp/src/enc/
analysis.c 145 static void AssignSegments(VP8Encoder* const enc, const int alphas[256]) {
156 for (n = 0; n < 256 && alphas[n] == 0; ++n) {}
158 for (n = 255; n > min_a && alphas[n] == 0; --n) {}
178 if (alphas[a]) {
184 dist_accum[n] += a * alphas[a];
185 accum[n] += alphas[a];
220 SetSegmentAlphas(enc, centers, weighted_average); // pick some alphas.
306 int alphas[256], int* const uv_alpha) {
326 alphas[best_alpha]++;
334 // distribution in alphas[]. Segments is assigned a-posteriori, based o
342 int alphas[256] = { 0 }; local
    [all...]
  /external/chromium/third_party/libjingle/source/talk/base/
urlencode.h 39 // Encode all characters except alphas, numbers, and -_.!~*'()
43 // Encode all characters except alphas, numbers, and -_.!~*'()
  /external/skia/src/opts/
SkBlitRow_opts_SSE2.cpp 130 // Shift alphas down to lower 8 bits of each quad.
136 // Subtract alphas from 255, to get 0..255
188 // Subtract alphas from 256, to get 1..256
271 // Subtract alphas from 256, to get 1..256
449 // Subtract alphas from 256, to get 1..256
SkBlitRow_opts_arm.cpp 473 /* get the alphas spread out properly */
    [all...]
  /frameworks/base/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_deblocking.c 77 static const u8 alphas[52] = {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,4,5,6,7,8,9,10, variable
    [all...]
  /external/netcat/scripts/
web 138 # allowed alphas in a URL: $_-.+!*'(),
  /bionic/linker/
linker_format.c 415 /* Write an hexadecimal into a buffer, isCap is true for capital alphas.
  /external/libvpx/examples/includes/geshi/geshi/
actionscript3.php 283 'altKey', 'alphas', 'alphaOffset', 'alphaMultiplier', 'alpha',
  /external/netcat/
generic.h 291 /* osf on alphas */
  /external/icu4c/data/brkitr/
line.txt 42 # alphas.
line_fi.txt 42 # alphas.
line_he.txt 42 # alphas.
  /external/libpcap/
aclocal.m4 250 dnl skip alphas when an actual release is present
  /frameworks/base/media/libstagefright/codecs/aacdec/
ps_init_stereo_mixing.cpp 168 * alphas ranged between 0 and pi/2
  /frameworks/base/opengl/libagl/
dxt.cpp 424 // Specified alphas from the previous block
  /external/qemu/distrib/zlib-1.2.3/
inflate.c 27 * to avoid negation problem on Alphas (64 bit) in inflate.c
    [all...]
  /external/tcpdump/
aclocal.m4 245 dnl skip alphas when an actual release is present
    [all...]
  /frameworks/base/tools/aapt/
Images.cpp 139 *outError = "Frame pixels must be either solid or transparent (not intermediate alphas)";
    [all...]
  /external/zlib/
inflate.c 27 * to avoid negation problem on Alphas (64 bit) in inflate.c
    [all...]
  /external/bluetooth/glib/
ChangeLog.pre-1-2     [all...]
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.2.1/info/
gccinstall.info 679 On MIPS based systems and on Alphas, you must specify whether you
    [all...]
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.3.1/info/
gccinstall.info 708 On MIPS based systems and on Alphas, you must specify whether you
    [all...]
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.4.0/info/
gccinstall.info 749 On MIPS based systems and on Alphas, you must specify whether you
    [all...]
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.4.3/info/
gccinstall.info 749 On MIPS based systems and on Alphas, you must specify whether you
    [all...]
  /prebuilt/darwin-x86/toolchain/arm-linux-androideabi-4.4.x/info/
gccinstall.info 749 On MIPS based systems and on Alphas, you must specify whether you
    [all...]

Completed in 2011 milliseconds

1 2