/third_party/ffmpeg/libavcodec/ |
D | sbrdsp_template.c | 47 const AAC_FLOAT *q_filt, int noise, in sbr_hf_apply_noise_0() 54 const AAC_FLOAT *q_filt, int noise, in sbr_hf_apply_noise_1() 62 const AAC_FLOAT *q_filt, int noise, in sbr_hf_apply_noise_2() 69 const AAC_FLOAT *q_filt, int noise, in sbr_hf_apply_noise_3()
|
D | noise_bsf.c | 36 static int noise(AVBSFContext *ctx, AVPacket *pkt) in noise() function
|
D | sbrdsp.c | 201 int noise, in sbr_hf_apply_noise()
|
D | eac3dec.c | 144 float noise = nscale * (int32_t)av_lfg_get(&s->dith_state); in ff_eac3_apply_spectral_extension() local
|
D | sbrdsp_fixed.c | 265 int noise, in sbr_hf_apply_noise()
|
/third_party/ffmpeg/libavfilter/x86/ |
D | vf_noise.c | 29 const int8_t *noise, int len, int shift) in line_noise_mmx() 101 const int8_t *noise, int len, int shift) in line_noise_mmxext()
|
/third_party/gstreamer/gstplugins_bad/gst/geometrictransform/ |
D | geometricmath.c | 75 GstGMNoise *noise = g_new0 (GstGMNoise, 1); in gst_gm_noise_new() local 105 gst_gm_noise_free (GstGMNoise * noise) in gst_gm_noise_free() 123 gst_gm_noise_2 (GstGMNoise * noise, gdouble x, gdouble y) in gst_gm_noise_2()
|
D | gstmarble.h | 79 GstGMNoise *noise; member
|
/third_party/ffmpeg/libavfilter/ |
D | vf_noise.c | 72 int8_t *noise = av_malloc(MAX_NOISE * sizeof(int8_t)); in init_noise() local 165 void ff_line_noise_c(uint8_t *dst, const uint8_t *src, const int8_t *noise, in ff_line_noise_c() 190 static void noise(uint8_t *dst, const uint8_t *src, in noise() function 195 int8_t *noise = p->noise; in noise() local
|
D | vf_noise.h | 42 int8_t *noise; member
|
D | vf_convolve.c | 56 float noise; member 388 const float noise = s->noise; in complex_multiply() local 419 const float noise = s->noise; in complex_divide() local
|
D | af_silencedetect.c | 37 double noise; ///< noise amplitude ratio member
|
D | vf_freezedetect.c | 46 double noise; member
|
/third_party/ffmpeg/libavcodec/mips/ |
D | sbrdsp_mips.c | 704 const float *q_filt, int noise, in sbr_hf_apply_noise_0_mips() 749 const float *q_filt, int noise, in sbr_hf_apply_noise_1_mips() 796 const float *q_filt, int noise, in sbr_hf_apply_noise_2_mips() 840 const float *q_filt, int noise, in sbr_hf_apply_noise_3_mips()
|
/third_party/ffmpeg/libswresample/ |
D | dither_template.c | 54 const float *noise = ((const float *)noises->ch[ch]) + s->dither.noise_pos; in RENAME() local
|
/third_party/ffmpeg/tests/checkasm/ |
D | sbrdsp.c | 226 int noise = 0x2a; in test_hf_apply_noise() local
|
/third_party/pyyaml/packaging/build/ |
D | appveyor.ps1 | 34 Invoke-Exe { $noise = reg.exe import packaging\build\FixVS9CMake.reg 2>&1 } in Bootstrap() variable
|
/third_party/boost/libs/mpi/test/ |
D | scatter_test.cpp | 178 value_type noise = generator(comm.size()+1); in scatterd_test() local
|
/third_party/uboot/u-boot-2020.01/drivers/i2c/ |
D | i2c-uniphier.c | 34 u32 noise; /* noise filter control */ member
|
D | i2c-uniphier-f.c | 53 u32 noise; /* noise filter control */ member
|
/third_party/gstreamer/gstplugins_bad/gst/siren/ |
D | huffman.c | 312 float noise; in decode_vector() local
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
D | bss.h | 94 int noise; member
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
D | bss.h | 94 int noise; member
|
/third_party/skia/modules/skottie/src/effects/ |
D | FractalNoiseEffect.cpp | 386 std::tuple<SkV2, float> noise() const { in noise() function in skottie::internal::__anond13ec1d70111::FractalNoiseAdapter
|
/third_party/flutter/skia/src/shaders/ |
D | SkPerlinNoiseShader.cpp | 231 uint16_t noise[4][kBlockSize][2]; in init() local 542 SkScalar noise = noise2D(channel, stitchData, noiseVector); in calculateTurbulenceValueForPoint() local 1397 const GrImprovedPerlinNoiseEffect& noise = processor.cast<GrImprovedPerlinNoiseEffect>(); in onSetData() local
|