Home
last modified time | relevance | path

Searched defs:coeff (Results 1 - 25 of 76) sorted by relevance

1234

/third_party/ffmpeg/libavcodec/
H A Ddcaadpcm.h36 const int16_t *coeff = ff_dca_adpcm_vb[pred_vq_index]; in ff_dcaadpcm_predict() local
H A Dadx.c26 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 Dadx.h48 int coeff[2]; member
H A Dopusdsp.c46 static float deemphasis_c(float *y, float *x, float coeff, int len) in deemphasis_c() argument
H A Drtjpeg.c48 int coeff, i, n; in get_block() local
[all...]
H A Dvp5.c188 int coeff, sign, coeff_idx; in vp5_parse_coeff() local
[all...]
H A Ddstdec.c66 int coeff[DST_MAX_ELEMENTS][128]; member
H A Dbinkaudio.c178 int width, coeff; in decode_block() local
H A Dmlpdsp.c27 static void mlp_filter_channel(int32_t *state, const int32_t *coeff, in mlp_filter_channel() argument
H A Dmlp.h90 int32_t coeff[NUM_FILTERS][MAX_FIR_ORDER]; member
H A Dnellymoserenc.c308 float power_val, coeff, coeff_sum; in encode_block() local
H A Dratecontrol.h36 double coeff; member
/third_party/python/Modules/_decimal/tests/
H A Dbignum.py35 coeff = int(x) variable
/third_party/ffmpeg/libswresample/
H A Drematrix_template.c65 INTER coeff = coeffp[index]; in copy() local
/third_party/ffmpeg/libavcodec/x86/
H A Dmlpdsp_init.c135 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 Dsw_scale.c85 uint16_t coeff[8]; in check_yuv2yuvX() member
/third_party/ffmpeg/libswscale/
H A Dswscale.h117 double *coeff; ///< pointer to the list of coefficients member
/third_party/skia/src/gpu/
H A DGrXferProcessor.cpp102 static const char* coeff_string(GrBlendCoeff coeff) { in coeff_string() argument
H A DGrBlend.h77 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 Dyuv.h59 static WEBP_INLINE int MultHi(int v, int coeff) { // _mm_mulhi_epu16 emulation in MultHi() argument
/third_party/ffmpeg/libavfilter/
H A Dafir_template.c150 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 Daf_afir.h48 AVFrame *coeff; member
H A Dvf_owdenoise.c78 static const double coeff[2][5] = { variable
/third_party/ffmpeg/libavutil/
H A Dlibm.h82 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 Dlp_bld_format_srgb.c187 LLVMValueRef pow_approx, coeff, x2, exponent, pow_1, pow_2; in lp_build_linear_to_srgb() local

Completed in 12 milliseconds

1234