Home
last modified time | relevance | path

Searched defs:rg (Results 1 – 25 of 32) sorted by relevance

12

/external/webp/src/utils/
Drandom_utils.h39 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()
Drandom_utils.c33 void VP8InitRandom(VP8Random* const rg, float dithering) { in VP8InitRandom()
/external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.ref/
Dp1.cpp10 int (&rg)(int) = g; in f() local
/external/webp/src/dsp/
Dupsampling_mips_dsp_r2.c68 const int rg = (r & 0xf8) | (g >> 5); in YuvToRgb565() local
84 const int rg = (r & 0xf0) | (g >> 4); in YuvToRgba4444() local
Dyuv.h98 const int rg = (r & 0xf8) | (g >> 5); in VP8YuvToRgb565() local
114 const int rg = (r & 0xf0) | (g >> 4); in VP8YuvToRgba4444() local
Dlossless.c455 const uint8_t rg = ((argb >> 16) & 0xf0) | ((argb >> 12) & 0xf); in VP8LConvertBGRAToRGBA4444_C() local
472 const uint8_t rg = ((argb >> 16) & 0xf8) | ((argb >> 13) & 0x7); in VP8LConvertBGRAToRGB565_C() local
Dupsampling_msa.c275 const int rg = (r & 0xf8) | (g >> 5); in YuvToRgb565() local
294 const int rg = (r & 0xf0) | (g >> 4); in YuvToRgba4444() local
Dalpha_processing.c268 const uint32_t rg = rgba4444[2 * i + rg_byte_pos]; in ApplyAlphaMultiply4444_C() local
Dyuv_sse2.c112 const __m128i rg = _mm_unpacklo_epi8(rb, ga); in PackAndStore4_SSE2() local
154 const __m128i rg = _mm_or_si128(r1, g1); in PackAndStore565_SSE2() local
/external/ltp/testcases/kernel/syscalls/setregid/
Dsetregid04.c137 static void gid_verify(struct group *rg, struct group *eg, const char *when) in gid_verify()
Dsetregid02.c173 void gid_verify(struct group *rg, struct group *eg, char *when) in gid_verify()
Dsetregid03.c204 static void gid_verify(struct group *rg, struct group *eg, char *when) in gid_verify()
/external/webp/src/enc/
Dpicture_csp_enc.c140 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()
749 VP8Random* const rg) { in ConvertRowToY()
822 VP8Random* const rg) { in ConvertRowsToUV()
886 VP8Random* rg = NULL; in ImportYUVAFromRGBA() local
/external/jemalloc/include/jemalloc/internal/
Dbitmap.h139 bitmap_t rg = bitmap[rgoff]; in bitmap_full() local
/external/clang/test/SemaCXX/
Dreferences.cpp10 int (&rg)(int) = g; in f() local
/external/clang/test/OpenMP/
Dtarget_is_device_ptr_ast_print.cpp17 STarr &rg = g; member
Dtarget_is_device_ptr_messages.cpp12 STarr &rg = g; member
/external/lzma/Java/SevenZip/
DLzmaBench.java317 CBenchRandomGenerator rg = new CBenchRandomGenerator(); in LzmaBenchmark() local
/external/skqp/src/opts/
DSkSwizzler_opts.h521 __m128i rg = _mm_unpacklo_epi32(*lo, *hi), // rrrrRRRR ggggGGGG in premul_should_swapRB() local
755 __m128i rg = _mm_or_si128(r, _mm_slli_epi16(g, 8)), // rgrgrgrg RGRGRGRG in inverted_cmyk_to() local
DSkNx_sse.h332 __m128i rg = _mm_unpacklo_epi16(even, odd), // r0 r1 r2 r3 g0 g1 g2 g3 in Load4() local
356 __m128i rg = _mm_unpacklo_epi16(r.fVec, g.fVec); in Store4() local
/external/skia/src/opts/
DSkSwizzler_opts.h521 __m128i rg = _mm_unpacklo_epi32(*lo, *hi), // rrrrRRRR ggggGGGG in premul_should_swapRB() local
755 __m128i rg = _mm_or_si128(r, _mm_slli_epi16(g, 8)), // rgrgrgrg RGRGRGRG in inverted_cmyk_to() local
DSkNx_sse.h339 __m128i rg = _mm_unpacklo_epi16(even, odd), // r0 r1 r2 r3 g0 g1 g2 g3 in Load4() local
363 __m128i rg = _mm_unpacklo_epi16(r.fVec, g.fVec); in Store4() local
/external/webp/src/dec/
Dframe_dec.c363 static void Dither8x8(VP8Random* const rg, uint8_t* dst, int bps, int amp) { in Dither8x8()
/external/lzma/CPP/7zip/UI/Common/
DBench.cpp191 CBaseRandomGenerator rg = *_RG_; in GenerateSimpleRandom() local
201 CBaseRandomGenerator rg = *_RG_; in GenerateLz() local
742 CBenchRandomGenerator rg; member
1252 CBaseRandomGenerator rg; in MethodBench() local
/external/tensorflow/tensorflow/python/keras/_impl/keras/preprocessing/
Dimage.py68 rg, argument

12