Home
last modified time | relevance | path

Searched refs:Alpha (Results 1 – 25 of 65) sorted by relevance

123

/external/opencore/codecs_v2/video/avc_h264/common/src/
Ddeblock.cpp62 static void EdgeLoop_Luma_vertical(uint8* SrcPtr, uint8 *Strength, int Alpha, int Beta, int *clipTa…
63 static void EdgeLoop_Luma_horizontal(uint8* SrcPtr, uint8 *Strength, int Alpha, int Beta, int *clip…
64 static void EdgeLoop_Chroma_vertical(uint8* SrcPtr, uint8 *Strength, int Alpha, int Beta, int *clip…
65 static void EdgeLoop_Chroma_horizontal(uint8* SrcPtr, uint8 *Strength, int Alpha, int Beta, int *cl…
296 int Alpha, Beta, Alpha_c, Beta_c; in DeblockMb() local
336 Alpha = ALPHA_TABLE[indexA]; in DeblockMb()
340 if (Alpha > 0 && Beta > 0) in DeblockMb()
342 EdgeLoop_Luma_vertical(SrcY, Strength, Alpha, Beta, clipTable, 20); in DeblockMb()
344 EdgeLoop_Luma_vertical(SrcY, Strength, Alpha, Beta, clipTable, pitch); in DeblockMb()
353 Alpha = ALPHA_TABLE[indexA]; in DeblockMb()
[all …]
/external/tesseract/classify/
Dcluster.cpp199 FLOAT64 Alpha; member
337 FLOAT64 ComputeChiSquared(uinT16 DegreesOfFreedom, FLOAT64 Alpha);
384 CHISTRUCT *NewChiStruct(uinT16 DegreesOfFreedom, FLOAT64 Alpha);
1932 ComputeChiSquared (uinT16 DegreesOfFreedom, FLOAT64 Alpha) in ComputeChiSquared() argument
1964 if (Alpha < MINALPHA) in ComputeChiSquared()
1965 Alpha = MINALPHA; in ComputeChiSquared()
1966 if (Alpha > 1.0) in ComputeChiSquared()
1967 Alpha = 1.0; in ComputeChiSquared()
1974 SearchKey.Alpha = Alpha; in ComputeChiSquared()
1979 OldChiSquared = NewChiStruct (DegreesOfFreedom, Alpha); in ComputeChiSquared()
[all …]
/external/webkit/WebCore/platform/graphics/wx/
DColorWx.cpp36 m_color = makeRGBA((int)color.Red(), (int)color.Green(), (int)color.Blue(), (int)color.Alpha()); in Color()
/external/openssl/crypto/
Dopensslconf.h.in38 * - elder Alpha because it lacks byte load/store instructions;
52 /* If this is set to 'unsigned int' on a DEC Alpha, this gives about a
136 #elif defined( __osf1__ ) /* Alpha */
Dcrypto-lib.com788 $ WRITE SYS$OUTPUT " AXP : Alpha Architecture."
/external/openssl/crypto/des/
DINSTALL23 For the DEC Alpha, edit des.h and change DES_LONG to 'unsigned int'
66 As a final note on performace. Certain CPUs like sparcs and Alpha often give
Doptions.txt17 DEC Alpha 165mhz?? - cc - RISC2 PTR [2] 181,000 1448k/s
DREADME49 It is worth noting that on sparc and Alpha CPUs, performance of the DES
/external/webkit/WebCore/platform/image-decoders/wx/
DImageDecoderWx.cpp110 p.Alpha() = bytes[i+3]; in asNewNativeImage()
/external/icu4c/config/
Dmh-alpha-osf2 ## Alpha-OSF-specific setup
Dmh-alpha-linux-cc2 ## Alpha-Linux-specific setup
/external/qemu/
DChangelog79 - Preliminary Alpha guest support (J. Mayer)
386 - sparc and Alpha host fixes
419 - Sparc and Alpha ports work on the regression test
429 - initial Alpha port (Falk Hueffner)
457 - first Alpha CPU patches (Falk Hueffner)
/external/webkit/WebCore/platform/wx/wxcode/gtk/
Dnon-kerned-drawing.cpp213 …t_source_rgba(cr, color.Red()/255.0, color.Green()/255.0, color.Blue()/255.0, color.Alpha()/255.0); in drawTextWithSpacing()
/external/icu4c/data/unidata/
DPropertyAliases.txt111 Alpha ; Alphabetic
/external/qemu/distrib/sdl-1.2.12/
DCREDITS49 * Ash, for a place to do the OSF/1 Alpha port
/external/libffi/
DREADME199 Patch for DU assembler compatibility for the Alpha from Richard
210 Richard Henderson produces Alpha port.
DChangeLog.v153 * configure.in: Add Alpha config bits.
245 * ffi.h.in: Alpha support.
431 * Makefile.am: Alpha port.
/external/webkit/WebKitTools/android/flex-2.5.4a/MISC/VMS/
DREADME.VMS26 To build with DEC C for either VAX/VMS or Alpha/VMS:
/external/webkit/WebCore/html/
DHTMLEntityNames.gperf39 Alpha, 0x0391 keyword
/external/openssl/ssl/
Dssl-lib.com550 $ WRITE SYS$OUTPUT " AXP : Alpha Architecture."
/external/strace/
Dconfigure.ac72 AC_DEFINE([ALPHA], 1, [Define for the Alpha architecture.])
DNEWS30 * Update syscall tables for Alpha, ARM, HPPA.
/external/libpcap/
Dconfig.guess289 Alpha*:OpenVMS:*:*)
292 Alpha\ *:Windows_NT*:*)
/external/tcpdump/
Dconfig.guess289 Alpha*:OpenVMS:*:*)
292 Alpha\ *:Windows_NT*:*)
/external/dbus/
Dconfig.guess293 Alpha*:OpenVMS:*:*)
296 Alpha\ *:Windows_NT*:*)

123