Home
last modified time | relevance | path

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

123

/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/llvm-project/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.c458 const uint8_t rg = ((argb >> 16) & 0xf0) | ((argb >> 12) & 0xf); in VP8LConvertBGRAToRGBA4444_C() local
475 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
/external/ltp/testcases/kernel/syscalls/setregid/
Dsetregid04.c52 static void gid_verify(struct group *rg, struct group *eg, const char *when) in gid_verify()
Dsetregid02.c74 void gid_verify(struct group *rg, struct group *eg, char *when) in gid_verify()
Dsetregid03.c112 static void gid_verify(struct group *rg, struct group *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/webp/src/enc/
Dpicture_csp_enc.c143 static int RGBToY(int r, int g, int b, VP8Random* const rg) { in RGBToY()
148 static int RGBToU(int r, int g, int b, VP8Random* const rg) { in RGBToU()
153 static int RGBToV(int r, int g, int b, VP8Random* const rg) { in RGBToV()
760 VP8Random* const rg) { in ConvertRowToY()
833 VP8Random* const rg) { in ConvertRowsToUV()
897 VP8Random* rg = NULL; in ImportYUVAFromRGBA() 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/tensorflow/tensorflow/compiler/xla/service/
Dall_reduce_combiner.cc137 const auto& rg = replica_groups[i]; in operator <() local
/external/skia/tests/
DSkRasterPipelineTest.cpp499 uint16_t rg[64]; in DEF_TEST() local
524 float rg[64][2]; in DEF_TEST() local
/external/clang/test/SemaCXX/
Dreferences.cpp10 int (&rg)(int) = g; in f() local
/external/llvm-project/lldb/test/Shell/SymbolFile/NativePDB/
Dfunction-types-builtins.cpp138 auto rg = &unaryret<wchar_t, 6>; variable
/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/llvm-project/clang/test/SemaCXX/
Dreferences.cpp12 int (&rg)(int) = g; in f() 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
/external/llvm-project/clang/test/OpenMP/
Dtarget_parallel_is_device_ptr_ast_print.cpp21 STarr &rg = g; member
Dtarget_teams_is_device_ptr_ast_print.cpp20 STarr &rg = g; member

123