/third_party/ffmpeg/libavcodec/ |
H A D | dcaadpcm.h | 36 const int16_t *coeff = ff_dca_adpcm_vb[pred_vq_index]; in ff_dcaadpcm_predict() local
|
H A D | adx.c | 26 void ff_adx_calculate_coeffs(int cutoff, int sample_rate, int bits, int *coeff) in ff_adx_calculate_coeffs() argument 38 ff_adx_decode_header(AVCodecContext *avctx, const uint8_t *buf, int bufsize, int *header_size, int *coeff) ff_adx_decode_header() argument
|
H A D | adx.h | 48 int coeff[2]; member
|
H A D | opusdsp.c | 46 static float deemphasis_c(float *y, float *x, float coeff, int len) in deemphasis_c() argument
|
H A D | rtjpeg.c | 48 int coeff, i, n; in get_block() local [all...] |
H A D | vp5.c | 188 int coeff, sign, coeff_idx; in vp5_parse_coeff() local [all...] |
H A D | dstdec.c | 66 int coeff[DST_MAX_ELEMENTS][128]; member
|
H A D | binkaudio.c | 178 int width, coeff; in decode_block() local
|
H A D | mlpdsp.c | 27 static void mlp_filter_channel(int32_t *state, const int32_t *coeff, in mlp_filter_channel() argument
|
H A D | mlp.h | 90 int32_t coeff[NUM_FILTERS][MAX_FIR_ORDER]; member
|
H A D | nellymoserenc.c | 308 float power_val, coeff, coeff_sum; in encode_block() local
|
H A D | ratecontrol.h | 36 double coeff; member
|
/third_party/python/Modules/_decimal/tests/ |
H A D | bignum.py | 35 coeff = int(x) variable
|
/third_party/ffmpeg/libswresample/ |
H A D | rematrix_template.c | 65 INTER coeff = coeffp[index]; in copy() local
|
/third_party/ffmpeg/libavcodec/x86/ |
H A D | mlpdsp_init.c | 135 static void mlp_filter_channel_x86(int32_t *state, const int32_t *coeff, in mlp_filter_channel_x86() argument
|
/third_party/ffmpeg/tests/checkasm/ |
H A D | sw_scale.c | 85 uint16_t coeff[8]; in check_yuv2yuvX() member
|
/third_party/ffmpeg/libswscale/ |
H A D | swscale.h | 117 double *coeff; ///< pointer to the list of coefficients member
|
/third_party/skia/src/gpu/ |
H A D | GrXferProcessor.cpp | 102 static const char* coeff_string(GrBlendCoeff coeff) { in coeff_string() argument
|
H A D | GrBlend.h | 77 static constexpr bool GrBlendCoeffRefsSrc(const GrBlendCoeff coeff) { in GrBlendCoeffRefsSrc() argument 82 static constexpr bool GrBlendCoeffRefsDst(const GrBlendCoeff coeff) { in GrBlendCoeffRefsDst() argument 87 GrBlendCoeffRefsSrc2(const GrBlendCoeff coeff) GrBlendCoeffRefsSrc2() argument 113 GrBlendCoeffRefsConstant(const GrBlendCoeff coeff) GrBlendCoeffRefsConstant() argument [all...] |
/third_party/skia/third_party/externals/libwebp/src/dsp/ |
H A D | yuv.h | 59 static WEBP_INLINE int MultHi(int v, int coeff) { // _mm_mulhi_epu16 emulation in MultHi() argument
|
/third_party/ffmpeg/libavfilter/ |
H A D | afir_template.c | 150 ctype *coeff = (ctype *)seg->coeff->extended_data[ch]; in convert_channels() local 314 const ctype *coeff = (const ctype *)seg->coeff->extended_data[ch * !s->one2many] + coffset; in fir_quantum() local 347 const ctype *coeff = (const ctype *)seg->coeff in fir_quantum() local [all...] |
H A D | af_afir.h | 48 AVFrame *coeff; member
|
H A D | vf_owdenoise.c | 78 static const double coeff[2][5] = { variable
|
/third_party/ffmpeg/libavutil/ |
H A D | libm.h | 82 static inline double ff_eval_poly(const double *coeff, int size, double x) { in ff_eval_poly() argument
|
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
H A D | lp_bld_format_srgb.c | 187 LLVMValueRef pow_approx, coeff, x2, exponent, pow_1, pow_2; in lp_build_linear_to_srgb() local
|