| /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 | 36 const int8_t *coeff = hf_vq[vq_index[i]]; in decode_hf_c() local 298 static void decor_c(int32_t *dst, const int32_t *src, int coeff, ptrdiff_t len) in decor_c() 318 static void dmix_sub_c(int32_t *dst, const int32_t *src, int coeff, ptrdiff_t len) in dmix_sub_c() 326 static void dmix_add_c(int32_t *dst, const int32_t *src, int coeff, ptrdiff_t len) in dmix_add_c() 350 static void filter0(SUINT32 *dst, const int32_t *src, int32_t coeff, ptrdiff_t len) in filter0() 358 static void filter1(SUINT32 *dst, const int32_t *src, int32_t coeff, ptrdiff_t len) in filter1() 367 const int32_t *coeff, ptrdiff_t len) in assemble_freq_bands_c() 389 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 | 46 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 | 80 int code, sign, coeff, scale, scale_inv = 0; in parse_dmix_coeffs() local 640 int coeff[DCA_XLL_ADAPT_PRED_ORDER_MAX]; in chs_filter_band_data() local 672 int coeff = b->decor_coeff[i]; in chs_filter_band_data() local 899 int coeff = mul16(*coeff_ptr, scale_inv); in prescale_down_mix() local 1192 int coeff = *coeff_ptr++; in undo_down_mix() local
|
| D | rtjpeg.c | 48 int coeff, i, n; in get_block() local
|
| D | mlpdsp.c | 27 static void mlp_filter_channel(int32_t *state, const int32_t *coeff, in mlp_filter_channel()
|
| /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()
|
| D | GrXferProcessor.cpp | 102 static const char* coeff_string(GrBlendCoeff coeff) { in coeff_string()
|
| /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/ffmpeg/libavfilter/ |
| D | afir_template.c | 150 ctype *coeff = (ctype *)seg->coeff->extended_data[ch]; in fn() local 314 … const ctype *coeff = (const ctype *)seg->coeff->extended_data[ch * !s->one2many] + coffset; in fn() local 347 … const ctype *coeff = (const ctype *)seg->coeff->extended_data[ch * !s->one2many] + coffset; in fn() local
|
| D | vf_colorlevels.c | 96 float coeff[4]; member 411 float coeff; in filter_frame() local 451 float coeff; in filter_frame() local
|
| D | af_acrusher.c | 60 double coeff; member 126 const double coeff = s->coeff; in bitreduction() 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/mesa3d/src/gallium/auxiliary/vl/ |
| D | vl_mpeg12_bitstream.c | 52 struct dct_coeff coeff; member 549 struct dct_coeff coeff = src->coeff; in init_dct_coeff_table() local
|
| /third_party/ffmpeg/libswscale/ |
| D | swscale.h | 117 double *coeff; ///< pointer to the list of coefficients member
|
| /third_party/ffmpeg/libswresample/ |
| D | rematrix_template.c | 65 INTER coeff = coeffp[index]; in RENAME() local
|
| /third_party/ffmpeg/libavcodec/x86/ |
| D | mlpdsp_init.c | 135 static void mlp_filter_channel_x86(int32_t *state, const int32_t *coeff, in mlp_filter_channel_x86()
|
| /third_party/skia/src/gpu/d3d/ |
| D | GrD3DPipelineStateBuilder.cpp | 276 static D3D12_BLEND blend_coeff_to_d3d_blend(GrBlendCoeff coeff) { in blend_coeff_to_d3d_blend() 316 static D3D12_BLEND blend_coeff_to_d3d_blend_for_alpha(GrBlendCoeff coeff) { in blend_coeff_to_d3d_blend_for_alpha()
|