OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:alphas
(Results
1 - 25
of
52
) sorted by null
1
2
3
/external/skia/gm/
modecolorfilters.cpp
103
SkColor
alphas
[] = {0xFFFFFFFF, 0x80808080};
local
133
int paintColorCnt = hasShader ? SK_ARRAY_COUNT(
alphas
) : SK_ARRAY_COUNT(colors);
134
SkColor* paintColors = hasShader ?
alphas
: colors;
/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/chromium_org/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/chromium_org/third_party/libwebp/enc/
analysis.c
146
const int
alphas
[MAX_ALPHA + 1]) {
157
for (n = 0; n <= MAX_ALPHA &&
alphas
[n] == 0; ++n) {}
159
for (n = MAX_ALPHA; n > min_a &&
alphas
[n] == 0; --n) {}
179
if (
alphas
[a]) {
185
dist_accum[n] += a *
alphas
[a];
186
accum[n] +=
alphas
[a];
220
SetSegmentAlphas(enc, centers, weighted_average); // pick some
alphas
.
331
int
alphas
[MAX_ALPHA + 1],
353
alphas
[best_alpha]++;
372
// distribution in
alphas
[]. Segments is assigned a-posteriori, based o
400
int
alphas
[MAX_ALPHA + 1] = { 0 };
local
[
all
...]
/external/webp/src/enc/
analysis.c
146
const int
alphas
[MAX_ALPHA + 1]) {
157
for (n = 0; n <= MAX_ALPHA &&
alphas
[n] == 0; ++n) {}
159
for (n = MAX_ALPHA; n > min_a &&
alphas
[n] == 0; --n) {}
179
if (
alphas
[a]) {
185
dist_accum[n] += a *
alphas
[a];
186
accum[n] +=
alphas
[a];
220
SetSegmentAlphas(enc, centers, weighted_average); // pick some
alphas
.
331
int
alphas
[MAX_ALPHA + 1],
353
alphas
[best_alpha]++;
372
// distribution in
alphas
[]. Segments is assigned a-posteriori, based o
400
int
alphas
[MAX_ALPHA + 1] = { 0 };
local
[
all
...]
/packages/apps/Gallery2/jni/filters/
edge.c
49
*(buf + j) = 255; // set initial
alphas
123
*(dst + last_row + j) = 255; // set
alphas
/packages/apps/Gallery2/jni_jpegstream/src/
jpeg_reader.cpp
217
// Set
alphas
to 255
226
// Reverse endianness and set
alphas
to 255
jpeg_writer.cpp
172
// Strips
alphas
181
// Strips
alphas
and flips endianness
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/textures/blending/
TextureBlenderDDS.java
55
//
alphas
/frameworks/av/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/chromium_org/third_party/skia/src/opts/
SkBlitRow_opts_SSE2.cpp
142
// Shift
alphas
down to lower 8 bits of each quad.
148
// Subtract
alphas
from 255, to get 0..255
200
// Subtract
alphas
from 256, to get 1..256
286
// Subtract
alphas
from 256, to get 1..256
472
// Subtract
alphas
from 256, to get 1..256
[
all
...]
SkBlitRow_opts_arm_neon.cpp
531
/* get the
alphas
spread out properly */
638
/* get the
alphas
spread out properly */
[
all
...]
/external/skia/src/opts/
SkBlitRow_opts_SSE2.cpp
142
// Shift
alphas
down to lower 8 bits of each quad.
148
// Subtract
alphas
from 255, to get 0..255
200
// Subtract
alphas
from 256, to get 1..256
286
// Subtract
alphas
from 256, to get 1..256
472
// Subtract
alphas
from 256, to get 1..256
[
all
...]
SkBlitRow_opts_arm_neon.cpp
531
/* get the
alphas
spread out properly */
638
/* get the
alphas
spread out properly */
[
all
...]
/external/aac/libSBRdec/src/
sbr_rom.h
184
extern const FIXP_DBL
Alphas
[NO_ICC_LEVELS];
/external/skia/tools/
filtermain.cpp
97
// Both paints are present so their
alphas
need to be combined
148
// have different non-255
alphas
but this is low priority since we have
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/
i915_state_emit.c
158
* and therefore we need to use the color factor for
alphas
. */
/external/libvpx/libvpx/examples/includes/geshi/geshi/
actionscript3.php
283
'altKey', '
alphas
', 'alphaOffset', 'alphaMultiplier', 'alpha',
/external/mesa3d/src/gallium/drivers/i915/
i915_state_emit.c
158
* and therefore we need to use the color factor for
alphas
. */
/external/chromium_org/third_party/mesa/src/src/mesa/main/
texcompress_fxt1.c
623
/* add in
alphas
*/
794
/* add in
alphas
*/
[
all
...]
/external/mesa3d/src/mesa/main/
texcompress_fxt1.c
623
/* add in
alphas
*/
794
/* add in
alphas
*/
[
all
...]
/external/icu4c/data/brkitr/
line.txt
42
#
alphas
.
line_fi.txt
42
#
alphas
.
line_ja.txt
42
#
alphas
.
/external/libpcap/
aclocal.m4
250
dnl skip
alphas
when an actual release is present
Completed in 540 milliseconds
1
2
3