/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/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 | 125 const int rg = (r & 0xf8) | (g >> 5); in VP8YuvToRgb565() local 141 const int rg = (r & 0xf0) | (g >> 4); in VP8YuvToRgba4444() local 187 const int rg = ((VP8kClip[y + r_off - YUV_RANGE_MIN] & 0xf8) | in VP8YuvToRgb565() local 205 const int rg = ((VP8kClip4Bits[y + r_off - YUV_RANGE_MIN] << 4) | in VP8YuvToRgba4444() local
|
D | alpha_processing.c | 263 const uint32_t rg = rgba4444[2 * i + rg_byte_pos]; in ApplyAlphaMultiply4444() local
|
D | lossless.c | 1325 const uint8_t rg = ((argb >> 16) & 0xf0) | ((argb >> 12) & 0xf); in VP8LConvertBGRAToRGBA4444_C() local 1342 const uint8_t rg = ((argb >> 16) & 0xf8) | ((argb >> 13) & 0x7); in VP8LConvertBGRAToRGB565_C() local
|
/external/webp/src/enc/ |
D | picture_csp.c | 144 static int RGBToY(int r, int g, int b, VP8Random* const rg) { in RGBToY() 149 static int RGBToU(int r, int g, int b, VP8Random* const rg) { in RGBToU() 154 static int RGBToV(int r, int g, int b, VP8Random* const rg) { in RGBToV() 763 VP8Random* const rg) { in ConvertRowToY() 778 VP8Random* const rg) { in ConvertRowsToUVWithAlpha() 820 VP8Random* const rg) { in ConvertRowsToUV() 888 VP8Random* rg = NULL; in ImportYUVAFromRGBA() local
|
/external/jemalloc/include/jemalloc/internal/ |
D | bitmap.h | 117 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/CPP/7zip/UI/Common/ |
D | Bench.cpp | 101 void Set(CBaseRandomGenerator *rg) { RG = rg; } in Set() 496 CBenchRandomGenerator rg; member 709 CBaseRandomGenerator rg; in LzmaBench() local
|
/external/lzma/Java/SevenZip/ |
D | LzmaBench.java | 317 CBenchRandomGenerator rg = new CBenchRandomGenerator(); in LzmaBenchmark() local
|
/external/webp/src/dec/ |
D | frame.c | 199 static void Dither8x8(VP8Random* const rg, uint8_t* dst, int bps, int amp) { in Dither8x8()
|
/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 | 959 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,…
|