| /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 | 126 static int noise(AVBSFContext *ctx, AVPacket *pkt) in noise() function
|
| D | sbrdsp.c | 201 int noise, in sbr_hf_apply_noise()
|
| D | eac3dec.c | 145 UINTFLOAT noise = (INTFLOAT)(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()
|
| D | wmadec.c | 639 float *coefs, *exponents, mult, mult1, noise; in wma_decode_block() local
|
| D | siren.c | 580 float noise; in decode_vector() local
|
| /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 | af_silencedetect.c | 37 double noise; ///< noise amplitude ratio member
|
| D | vf_convolve.c | 70 float noise; member 521 const float noise = s->noise; in complex_multiply() local 581 const float noise = s->noise; in complex_divide() local
|
| D | vf_freezedetect.c | 45 double noise; member
|
| /third_party/ffmpeg/libavfilter/x86/ |
| D | vf_noise.c | 73 const int8_t *noise, int len, int shift) in line_noise_mmxext()
|
| /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() 841 const float *q_filt, int noise, in sbr_hf_apply_noise_3_mips()
|
| /third_party/lame/libmp3lame/ |
| D | quantize_pvt.h | 79 FLOAT noise[39]; member
|
| D | quantize_pvt.c | 754 FLOAT noise = 0; in calc_noise_core_c() local 838 FLOAT noise = 0.0f; in calc_noise() local 947 calc_noise_result noise; in set_pinfo() local
|
| /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 | 228 int noise = 0x2a; in test_hf_apply_noise() local
|
| /third_party/pulseaudio/speex/tmv/ |
| D | preprocess_tm.h | 527 float * restrict noise, in compute_gain_floor() 627 register spx_word32_t * restrict noise = st->noise; in preprocess_update_noise() local 659 register spx_word32_t * restrict noise = st->noise; in preprocess_compute_SNR() local
|
| /third_party/pulseaudio/speex/libspeexdsp/ |
| D | preprocess.c | 207 spx_word32_t *noise; /**< Noise estimate */ member 317 static void compute_gain_floor(int noise_suppress, int effective_echo_suppress, spx_word32_t *noise… in compute_gain_floor() 376 static void compute_gain_floor(int noise_suppress, int effective_echo_suppress, spx_word32_t *noise… in compute_gain_floor()
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9/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::__anone73d37120111::FractalNoiseAdapter
|
| /third_party/python/Lib/test/ |
| D | test_exceptions.py | 2081 noise = more_noise = a = bc = None variable in AttributeErrorTests.test_getattr_suggestions.Substitution 2085 noise = more_noise = a = bc = None variable in AttributeErrorTests.test_getattr_suggestions.Elimination 2089 noise = more_noise = a = bc = None variable in AttributeErrorTests.test_getattr_suggestions.Addition
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
| D | bss.h | 106 int noise; member
|
| /third_party/skia/src/shaders/ |
| D | SkPerlinNoiseShader.cpp | 175 uint16_t noise[4][kBlockSize][2]; in init() local 481 SkScalar noise = noise2D(channel, stitchData, noiseVector); in calculateTurbulenceValueForPoint() local
|