Home
last modified time | relevance | path

Searched defs:rg (Results 1 – 25 of 35) 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/tensorflow/tensorflow/compiler/xla/service/
Dall_reduce_folder.cc39 for (const ReplicaGroup &rg : replica_groups0) { in FoldReplicaGroups() local
72 for (const ReplicaGroup &rg : replica_groups1) { in FoldReplicaGroups() local
Dcollective_decomposer_utils.cc126 for (const ReplicaGroup &rg : replica_groups) { in CreateStartIndicesForCollectiveDecomposition() local
/external/webp/extras/
Dextras.c62 const uint32_t rg = rgb565[2 * x + 1]; in WebPImportRGB565() local
95 const uint32_t rg = rgb4444[2 * x + 1]; in WebPImportRGB4444() local
/external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.ref/
Dp1.cpp10 int (&rg)(int) = g; in f() local
/external/webp/src/enc/
Dpicture_csp_enc.c152 static int RGBToY(int r, int g, int b, VP8Random* const rg) { in RGBToY()
157 static int RGBToU(int r, int g, int b, VP8Random* const rg) { in RGBToU()
162 static int RGBToV(int r, int g, int b, VP8Random* const rg) { in RGBToV()
380 VP8Random* const rg) { in ConvertRowToY()
462 VP8Random* const rg) { in ConvertRowsToUV()
528 VP8Random* rg = NULL; in ImportYUVAFromRGBA() 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.c472 const uint8_t rg = ((argb >> 16) & 0xf0) | ((argb >> 12) & 0xf); in VP8LConvertBGRAToRGBA4444_C() local
489 const uint8_t rg = ((argb >> 16) & 0xf8) | ((argb >> 13) & 0x7); in VP8LConvertBGRAToRGB565_C() local
Dupsampling_msa.c276 const int rg = (r & 0xf8) | (g >> 5); in YuvToRgb565() local
295 const int rg = (r & 0xf0) | (g >> 4); in YuvToRgba4444() local
Dalpha_processing.c270 const uint32_t rg = rgba4444[2 * i + rg_byte_pos]; in ApplyAlphaMultiply4444_C() local
/external/ltp/testcases/kernel/syscalls/setregid/
Dsetregid04.c51 static void gid_verify(gid_t rg, gid_t eg, const char *when) in gid_verify()
Dsetregid02.c55 void gid_verify(gid_t rg, gid_t eg, char *when) in gid_verify()
Dsetregid03.c96 static void gid_verify(gid_t rg, gid_t eg, char *when) in gid_verify()
/external/mesa3d/src/broadcom/compiler/
Dv3d_nir_lower_image_load_store.c180 nir_ssa_def *rg = nir_channel(b, result, 0); in v3d_nir_lower_image_load() local
/external/skia/modules/skottie/src/effects/
DGradientEffect.cpp104 auto* rg = static_cast<sksg::RadialGradient*>(fGradient.get()); in onSync() local
/external/skia/src/opts/
DSkSwizzler_opts.h373 __m512i rg = _mm512_unpacklo_epi32(*lo, *hi), in premul_should_swapRB() local
577 __m512i rg = _mm512_or_si512(r, _mm512_slli_epi16(g, 8)), in inverted_cmyk_to() local
650 __m256i rg = _mm256_unpacklo_epi32(*lo, *hi), // rrrrRRRR ggggGGGG rrrrRRRR ggggGGGG in premul_should_swapRB() local
825 __m256i rg = _mm256_or_si256(r, _mm256_slli_epi16(g, 8)), in inverted_cmyk_to() local
896 __m128i rg = _mm_unpacklo_epi32(*lo, *hi), // rrrrRRRR ggggGGGG in premul_should_swapRB() local
1051 __m128i rg = _mm_or_si128(r, _mm_slli_epi16(g, 8)), // rgrgrgrg RGRGRGRG in inverted_cmyk_to() local
/external/clang/test/SemaCXX/
Dreferences.cpp10 int (&rg)(int) = g; in f() local
/external/mesa3d/src/compiler/nir/
Dnir_lower_tex.c855 nir_ssa_def *rg = nir_channel(b, color, 0); in lower_tex_packing() local
862 nir_ssa_def *rg = nir_channel(b, color, 0); in lower_tex_packing() local
/external/jemalloc_new/include/jemalloc/internal/
Dbitmap.h179 bitmap_t rg = bitmap[rgoff]; in bitmap_full() 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/webp/src/dec/
Dframe_dec.c362 static void Dither8x8(VP8Random* const rg, uint8_t* dst, int bps, int amp) { in Dither8x8()

12