Home
last modified time | relevance | path

Searched defs:coeff (Results 26 - 50 of 91) sorted by relevance

1234

/third_party/ffmpeg/libavcodec/
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
H A Ddcadsp.c36 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() argument
318 static void dmix_sub_c(int32_t *dst, const int32_t *src, int coeff, ptrdiff_t len) in dmix_sub_c() argument
326 static void dmix_add_c(int32_t *dst, const int32_t *src, int coeff, ptrdiff_t len) in dmix_add_c() argument
350 static void filter0(SUINT32 *dst, const int32_t *src, int32_t coeff, ptrdiff_t len) in filter0() argument
358 filter1(SUINT32 *dst, const int32_t *src, int32_t coeff, ptrdiff_t len) filter1() argument
366 assemble_freq_bands_c(int32_t *dst, int32_t *src0, int32_t *src1, const int32_t *coeff, ptrdiff_t len) assemble_freq_bands_c() argument
388 lbr_bank_c(float output[32][4], float **input, const float *coeff, ptrdiff_t ofs, ptrdiff_t len) lbr_bank_c() argument
[all...]
H A Dmimic.c229 int coeff; in vlc_decode_block() local
H A Deac3dec.c106 float coeff = s->transform_coeffs[ch][bin++]; in ff_eac3_apply_spectral_extension() local
H A Dcfhd.c775 int level, run, coeff; in cfhd_decode() local
H A Ddca_xll.c80 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]; chs_filter_band_data() local
899 int coeff = mul16(*coeff_ptr, scale_inv); prescale_down_mix() local
1192 int coeff = *coeff_ptr++; undo_down_mix() local
[all...]
H A Dvp6.c413 int coeff, sign, coeff_idx; in vp6_parse_coeff_huffman() local
475 int coeff, sig in vp6_parse_coeff() local
[all...]
H A Dratecontrol.c398 double coeff = a->qblur == 0 ? 1.0 : exp(-d * d / (a->qblur * a->qblur)); in init_pass2() local
H A Dralf.c247 int cmode = 0, coeff = 0; in decode_channel() local
/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
H A Daf_acrusher.c60 double coeff; member
126 const double coeff = s->coeff; in bitreduction() local
[all...]
H A Dvf_colorlevels.c96 float coeff[4]; member
411 float coeff; in filter_frame() local
451 float coeff; in filter_frame() local
[all...]
H A Dvf_colormap.c54 float coeff[MAX_SIZE][4]; member
348 const float *coeff = s->coeff[z]; in colormap_slice() local
H A Dvf_perspective.c44 int32_t coeff[SUB_PIXELS][4]; member
106 double coeff, A = -0.60; in get_coeff() local
[all...]
/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
/third_party/skia/src/gpu/
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 Denc_mips32.c194 int sign, coeff, level, i; in QuantizeBlock_MIPS32() local
[all...]
/third_party/skia/src/pathops/
H A DSkPathOpsConic.cpp27 double coeff[3]; in conic_eval_tan() local
33 double coeff[ in FindExtrema() local
15 conic_deriv_coeff(const double src[], SkScalar w, double coeff[3]) conic_deriv_coeff() argument
[all...]
/third_party/ffmpeg/libswresample/
H A Dresample.c33 static inline double eval_poly(const double *coeff, int size, double x) { in eval_poly() argument
/third_party/ffmpeg/libavcodec/mips/
H A Dvc1dsp_mmi.c484 int16_t coeff[64] = {12, 16, 16, 15, 12, 9, 6, 4, in ff_vc1_inv_trans_8x4_mmi() local
950 int16_t coeff[16] = {17, 22, 17, 10, ff_vc1_inv_trans_4x8_mmi() local
1180 int16_t coeff[16] = {17, 22, 17, 10, ff_vc1_inv_trans_4x4_mmi() local
[all...]

Completed in 24 milliseconds

1234