/external/webp/src/utils/ |
D | random.h | 39 static WEBP_INLINE int VP8RandomBits2(VP8Random* const rg, int num_bits, in VP8RandomBits2() 55 static WEBP_INLINE int VP8RandomBits(VP8Random* const rg, int num_bits) { in VP8RandomBits()
|
D | random.c | 33 void VP8InitRandom(VP8Random* const rg, float dithering) { in VP8InitRandom()
|
/external/opencv3/3rdparty/libwebp/dsp/ |
D | yuv.h | 98 const uint8_t rg = ((VP8kClip[y + r_off - YUV_RANGE_MIN] & 0xf8) | in VP8YuvToRgb565() local 116 const uint8_t rg = ((VP8kClip4Bits[y + r_off - YUV_RANGE_MIN] << 4) | in VP8YuvToRgba4444() local 181 const uint8_t rg = (r & 0xf8) | (g >> 3); in VP8YuvToRgb565() local 197 const uint8_t rg = (r & 0xf0) | g; in VP8YuvToRgba4444() local
|
D | lossless.c | 1237 const uint8_t rg = ((argb >> 16) & 0xf0) | ((argb >> 12) & 0xf); in ConvertBGRAToRGBA4444() local 1254 const uint8_t rg = ((argb >> 16) & 0xf8) | ((argb >> 13) & 0x7); in ConvertBGRAToRGB565() local
|
/external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.ref/ |
D | p1.cpp | 10 int (&rg)(int) = g; in f() local
|
/external/v8/test/webkit/fast/js/kde/ |
D | RegExp.js | 40 var rg = /a/g; variable
|
/external/webp/src/dsp/ |
D | yuv.h | 112 const int rg = (r & 0xf8) | (g >> 5); in VP8YuvToRgb565() local 128 const int rg = (r & 0xf0) | (g >> 4); in VP8YuvToRgba4444() local
|
D | lossless.c | 444 const uint8_t rg = ((argb >> 16) & 0xf0) | ((argb >> 12) & 0xf); in VP8LConvertBGRAToRGBA4444_C() local 461 const uint8_t rg = ((argb >> 16) & 0xf8) | ((argb >> 13) & 0x7); in VP8LConvertBGRAToRGB565_C() local
|
D | alpha_processing.c | 263 const uint32_t rg = rgba4444[2 * i + rg_byte_pos]; in ApplyAlphaMultiply4444() local
|
D | yuv_sse2.c | 105 const __m128i rg = _mm_unpacklo_epi8(rb, ga); in PackAndStore4() local 147 const __m128i rg = _mm_or_si128(r1, g1); in PackAndStore565() local
|
/external/webp/src/enc/ |
D | picture_csp.c | 140 static int RGBToY(int r, int g, int b, VP8Random* const rg) { in RGBToY() 145 static int RGBToU(int r, int g, int b, VP8Random* const rg) { in RGBToU() 150 static int RGBToV(int r, int g, int b, VP8Random* const rg) { in RGBToV() 751 VP8Random* const rg) { in ConvertRowToY() 824 VP8Random* const rg) { in ConvertRowsToUV() 889 VP8Random* rg = NULL; in ImportYUVAFromRGBA() local
|
/external/jemalloc/include/jemalloc/internal/ |
D | bitmap.h | 139 bitmap_t rg = bitmap[rgoff]; in bitmap_full() local
|
/external/clang/test/SemaCXX/ |
D | references.cpp | 10 int (&rg)(int) = g; in f() local
|
/external/lzma/Java/SevenZip/ |
D | LzmaBench.java | 317 CBenchRandomGenerator rg = new CBenchRandomGenerator(); in LzmaBenchmark() local
|
/external/skia/src/opts/ |
D | SkSwizzler_opts.h | 515 __m128i rg = _mm_unpacklo_epi32(*lo, *hi), // rrrrRRRR ggggGGGG in premul_should_swapRB() local 749 __m128i rg = _mm_or_si128(r, _mm_slli_epi16(g, 8)), // rgrgrgrg RGRGRGRG in inverted_cmyk_to() local
|
/external/webp/src/dec/ |
D | frame.c | 366 static void Dither8x8(VP8Random* const rg, uint8_t* dst, int bps, int amp) { in Dither8x8()
|
/external/lzma/CPP/7zip/UI/Common/ |
D | Bench.cpp | 129 void Set(CBaseRandomGenerator *rg) { RG = rg; } in Set() 651 CBenchRandomGenerator rg; member 1098 CBaseRandomGenerator rg; in MethodBench() local
|
/external/clang/test/Index/ |
D | print-type-size.cpp | 362 C &rg; member
|
/external/valgrind/VEX/priv/ |
D | host_x86_defs.c | 886 X86Instr* X86Instr_SseReRg ( X86SseOp op, HReg re, HReg rg ) { in X86Instr_SseReRg()
|
D | host_amd64_defs.c | 981 AMD64Instr* AMD64Instr_SseReRg ( AMD64SseOp op, HReg re, HReg rg ) { in AMD64Instr_SseReRg()
|
/external/v8/tools/profviz/ |
D | gnuplot-4.6.3-emscripten.js | 4496 …0,A=0,B=0,C=0,D=0,E=0,F=0,G=0,H=0,I=0,J=0,K=0,L=0,M=0,N=0,O=0,Q=0,R=0,S=0,T=0,U=0,V=0,W=0,X=0,Y=0,…
|
/external/v8/test/mjsunit/asm/poppler/ |
D | poppler.js | 7313 …a|0;i=a}function Nd(a,b){a=a|0;b=b|0;if((s|0)==0){s=a;t=b}}function Od(b){b=b|0;a[k]=a[b];a[k+1|0]… argument
|