/third_party/ffmpeg/libavfilter/x86/ |
H A D | vf_removegrain_init.c | 50 av_cold void ff_removegrain_init_x86(RemoveGrainContext *rg) in ff_removegrain_init_x86() argument [all...] |
/third_party/skia/third_party/externals/libwebp/src/utils/ |
H A D | random_utils.c | 33 void VP8InitRandom(VP8Random* const rg, float dithering) { in VP8InitRandom() argument
|
H A D | random_utils.h | 39 static WEBP_INLINE int VP8RandomBits2(VP8Random* const rg, int num_bits, in VP8RandomBits2() argument 55 VP8RandomBits(VP8Random* const rg, int num_bits) VP8RandomBits() argument [all...] |
/third_party/ffmpeg/libavfilter/ |
H A D | removegrain.h | 38 int (*rg[4])(int c, int a1, int a2, int a3, int a4, int a5, int a6, int a7, int a8); member
|
H A D | af_ashowinfo.c | 132 AVReplayGain *rg; in dump_replaygain() local
|
H A D | vf_colorcontrast.c | 125 float gb, br, rg; in colorcontrast_slice8() local 179 float gb, br, rg; in colorcontrast_slice16() local 231 float gb, br, rg; in colorcontrast_slice8p() local 283 float gb, br, rg; in colorcontrast_slice16p() local
|
H A D | vf_colorchannelmixer.c | 43 double rr, rg, rb, ra; member
|
H A D | vf_hqx.c | 509 int bg, rg, g; in init() local [all...] |
H A D | vf_xbr.c | 377 int bg, rg, g; in init() local [all...] |
/third_party/ltp/testcases/kernel/syscalls/setregid/ |
H A D | setregid04.c | 51 static void gid_verify(gid_t rg, gid_t eg, const char *when) in gid_verify() argument
|
H A D | setregid03.c | 96 static void gid_verify(gid_t rg, gid_t eg, char *when) in gid_verify() argument
|
H A D | setregid02.c | 55 void gid_verify(gid_t rg, gid_t eg, char *when) in gid_verify() argument
|
/third_party/skia/tests/ |
H A D | SkRasterPipelineTest.cpp | 501 uint16_t rg[64]; in DEF_TEST() local 526 float rg[64][2]; in DEF_TEST() local
|
/third_party/mesa3d/src/broadcom/compiler/ |
H A D | v3d_nir_lower_image_load_store.c | 185 nir_ssa_def *rg = nir_channel(b, result, 0); in v3d_nir_lower_image_load() local
|
/third_party/skia/third_party/externals/libwebp/extras/ |
H A D | extras.c | 62 const uint32_t rg = rgb565[2 * x + 1]; in WebPImportRGB565() local 95 const uint32_t rg = rgb4444[2 * x + 1]; in WebPImportRGB4444() local
|
/third_party/skia/third_party/externals/libwebp/src/dsp/ |
H A D | upsampling_mips_dsp_r2.c | 68 const int rg = (r & 0xf8) | (g >> 5); in YuvToRgb565() local 84 const int rg = (r & 0xf0) | (g >> 4); in YuvToRgba4444() local
|
H A D | yuv.h | 98 const int rg = (r & 0xf8) | (g >> 5); in VP8YuvToRgb565() local 114 const int rg = (r & 0xf0) | (g >> 4); in VP8YuvToRgba4444() local
|
H A D | upsampling_msa.c | 276 const int rg = (r & 0xf8) | (g >> 5); in YuvToRgb565() local 295 const int rg = (r & 0xf0) | (g >> 4); in YuvToRgba4444() local
|
H A D | alpha_processing.c | 270 const uint32_t rg = rgba4444[2 * i + rg_byte_pos]; in ApplyAlphaMultiply4444_C() local
|
/third_party/skia/modules/skottie/src/effects/ |
H A D | GradientEffect.cpp | 104 auto* rg = static_cast<sksg::RadialGradient*>(fGradient.get()); variable
|
/third_party/ffmpeg/libavcodec/ |
H A D | qtrle.c | 306 uint16_t rg; in qtrle_decode_24bpp() local
|
H A D | cfhd.c | 165 int g, rg, bg, gd; in process_bayer() local
|
/third_party/node/deps/icu-small/source/common/ |
H A D | loclikely.cpp | 795 icu::CharString rg; in ulocimp_getRegionForSupplementalData() local
|
/third_party/ffmpeg/libavformat/ |
H A D | dump.c | 249 const AVReplayGain *rg; in dump_replaygain() local
|
H A D | mp3enc.c | 402 AVReplayGain *rg; in mp3_update_xing() local [all...] |