/external/chromium_org/third_party/libwebp/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/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/chromium_org/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 | 1316 const uint8_t rg = ((argb >> 16) & 0xf0) | ((argb >> 12) & 0xf); in VP8LConvertBGRAToRGBA4444_C() local 1333 const uint8_t rg = ((argb >> 16) & 0xf8) | ((argb >> 13) & 0x7); in VP8LConvertBGRAToRGB565_C() local
|
/external/chromium_org/third_party/libwebp/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 | 75 static int RGBToY(int r, int g, int b, VP8Random* const rg) { in RGBToY() 79 static int RGBToU(int r, int g, int b, VP8Random* const rg) { in RGBToU() 83 static int RGBToV(int r, int g, int b, VP8Random* const rg) { in RGBToV() 183 VP8Random rg; in ImportYUVAFromRGBA() local
|
/external/chromium_org/third_party/libwebp/enc/ |
D | picture_csp.c | 75 static int RGBToY(int r, int g, int b, VP8Random* const rg) { in RGBToY() 79 static int RGBToU(int r, int g, int b, VP8Random* const rg) { in RGBToU() 83 static int RGBToV(int r, int g, int b, VP8Random* const rg) { in RGBToV() 183 VP8Random rg; in ImportYUVAFromRGBA() local
|
/external/pixman/pixman/ |
D | pixman-gradient-walker.c | 62 float ra, rr, rg, rb; in gradient_walker_reset() local
|
/external/jemalloc/include/jemalloc/internal/ |
D | bitmap.h | 71 bitmap_t rg = bitmap[rgoff]; in bitmap_full() local
|
/external/srec/srec/cfront/ |
D | cheldsp4.c | 75 static void regress(cepdata *rg, const cepdata*cp_buf, unsigned short frmind, in regress()
|
/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/chromium_org/third_party/libwebp/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 | 361 C &rg; member
|
/external/yaffs2/yaffs2/ |
D | yaffs_fs.c | 1956 unsigned rg = 0, mask_bitfield; local
|
/external/valgrind/main/VEX/priv/ |
D | host_x86_defs.c | 887 X86Instr* X86Instr_SseReRg ( X86SseOp op, HReg re, HReg rg ) { in X86Instr_SseReRg()
|