| /third_party/python/Modules/_decimal/tests/ |
| D | bignum.py | 20 def xhash(coeff, exp): argument 35 coeff = int(x) variable
|
| /third_party/ffmpeg/tests/checkasm/ |
| D | vf_colorspace.c | 76 int16_t (*coeff)[3][8] = (int16_t(*)[3][8]) coeff_buf; in check_yuv2yuv() local 143 int16_t (*coeff)[3][8] = (int16_t(*)[3][8]) coeff_buf; in check_yuv2rgb() local 220 int16_t (*coeff)[3][8] = (int16_t(*)[3][8]) coeff_buf; in check_rgb2yuv() local 277 int16_t (*coeff)[3][8] = (int16_t(*)[3][8]) coeff_buf; in check_multiply3x3() local
|
| /third_party/ffmpeg/libavcodec/ |
| D | adx.c | 26 void ff_adx_calculate_coeffs(int cutoff, int sample_rate, int bits, int *coeff) in ff_adx_calculate_coeffs() 39 int bufsize, int *header_size, int *coeff) in ff_adx_decode_header()
|
| D | dcadsp.c | 37 const int8_t *coeff = hf_vq[vq_index[i]]; in decode_hf_c() local 299 static void decor_c(int32_t *dst, const int32_t *src, int coeff, ptrdiff_t len) in decor_c() 319 static void dmix_sub_c(int32_t *dst, const int32_t *src, int coeff, ptrdiff_t len) in dmix_sub_c() 327 static void dmix_add_c(int32_t *dst, const int32_t *src, int coeff, ptrdiff_t len) in dmix_add_c() 351 static void filter0(SUINT32 *dst, const int32_t *src, int32_t coeff, ptrdiff_t len) in filter0() 359 static void filter1(SUINT32 *dst, const int32_t *src, int32_t coeff, ptrdiff_t len) in filter1() 368 const int32_t *coeff, ptrdiff_t len) in assemble_freq_bands_c() 390 const float *coeff, ptrdiff_t ofs, ptrdiff_t len) in lbr_bank_c()
|
| D | dcaadpcm.h | 36 const int16_t *coeff = ff_dca_adpcm_vb[pred_vq_index]; in ff_dcaadpcm_predict() local
|
| D | opusdsp.c | 44 static float deemphasis_c(float *y, float *x, float coeff, int len) in deemphasis_c()
|
| D | adx.h | 48 int coeff[2]; member
|
| D | dca_xll.c | 78 int code, sign, coeff, scale, scale_inv = 0; in parse_dmix_coeffs() local 638 int coeff[DCA_XLL_ADAPT_PRED_ORDER_MAX]; in chs_filter_band_data() local 670 int coeff = b->decor_coeff[i]; in chs_filter_band_data() local 897 int coeff = mul16(*coeff_ptr, scale_inv); in prescale_down_mix() local 1190 int coeff = *coeff_ptr++; in undo_down_mix() local
|
| /third_party/skia/src/gpu/ |
| D | GrBlend.h | 77 static constexpr bool GrBlendCoeffRefsSrc(const GrBlendCoeff coeff) { in GrBlendCoeffRefsSrc() 82 static constexpr bool GrBlendCoeffRefsDst(const GrBlendCoeff coeff) { in GrBlendCoeffRefsDst() 87 static constexpr bool GrBlendCoeffRefsSrc2(const GrBlendCoeff coeff) { in GrBlendCoeffRefsSrc2() 113 static constexpr bool GrBlendCoeffRefsConstant(const GrBlendCoeff coeff) { in GrBlendCoeffRefsConstant()
|
| /third_party/ffmpeg/libswscale/arm/ |
| D | rgb2yuv_neon_32.S | 64 .macro compute_y_16x1_step action, s8x16, coeff 99 .macro compute_chroma_8x1_step action, s16x8, coeff
|
| D | rgb2yuv_neon_16.S | 50 .macro compute_y_16x1_step action, s8x16, coeff
|
| /third_party/flutter/skia/src/gpu/ |
| D | GrBlend.h | 79 static constexpr bool GrBlendCoeffRefsSrc(const GrBlendCoeff coeff) { in GrBlendCoeffRefsSrc() 84 static constexpr bool GrBlendCoeffRefsDst(const GrBlendCoeff coeff) { in GrBlendCoeffRefsDst() 89 static constexpr bool GrBlendCoeffRefsSrc2(const GrBlendCoeff coeff) { in GrBlendCoeffRefsSrc2()
|
| D | GrXferProcessor.cpp | 100 static const char* coeff_string(GrBlendCoeff coeff) { in coeff_string()
|
| /third_party/ffmpeg/libavfilter/ |
| D | vf_colorlevels.c | 102 float coeff[4]; member 128 const float coeff = td->coeff[comp]; in colorlevels_slice_8() local 150 const float coeff = td->coeff[comp]; in colorlevels_slice_16() local 219 float coeff; in filter_frame() local 259 float coeff; in filter_frame() local
|
| /third_party/cmsis/CMSIS/DSP/Source/TransformFunctions/ |
| D | arm_cfft_radix2_q15.c | 99 q31_t coeff, out1, out2; in arm_radix2_butterfly_q15() local 409 q31_t coeff, out1, out2; in arm_radix2_butterfly_inverse_q15() local
|
| /third_party/cmsis/CMSIS/DSP/Source/FilteringFunctions/ |
| D | arm_fir_sparse_f32.c | 128 float32_t coeff = *pCoeffs++; /* Read the first coefficient value */ in arm_fir_sparse_f32() local
|
| D | arm_fir_sparse_q31.c | 75 q31_t coeff = *pCoeffs++; /* Read the first coefficient value */ in arm_fir_sparse_q31() local
|
| D | arm_fir_sparse_q15.c | 79 q15_t coeff = *pCoeffs++; /* Read the first coefficient value */ in arm_fir_sparse_q15() local
|
| D | arm_fir_sparse_q7.c | 80 q7_t coeff = *pCoeffs++; /* Read the coefficient value */ in arm_fir_sparse_q7() local
|
| /third_party/flutter/skia/src/pathops/ |
| D | SkPathOpsConic.cpp | 27 double coeff[3]; in conic_eval_tan() local 33 double coeff[3]; in FindExtrema() local
|
| /third_party/skia/src/pathops/ |
| D | SkPathOpsConic.cpp | 27 double coeff[3]; in conic_eval_tan() local 33 double coeff[3]; in FindExtrema() local
|
| /third_party/ffmpeg/libavutil/x86/ |
| D | lls.asm | 34 .coeff: resq MAX_VARS*MAX_VARS label
|
| /third_party/skia/tests/ |
| D | CubicMapTest.cpp | 26 SkCubicCoeff coeff(array); in accurate_solve() local
|
| /third_party/flutter/skia/tests/ |
| D | CubicMapTest.cpp | 26 SkCubicCoeff coeff(array); in accurate_solve() local
|
| /third_party/flutter/skia/third_party/externals/sdl/src/audio/ |
| D | SDL_wave.c | 86 Uint8 nybble, Sint16 * coeff) in MS_ADPCM_nibble() 126 Sint16 *coeff[2]; in MS_ADPCM_decode() local
|