Home
last modified time | relevance | path

Searched defs:coeffs (Results 1 – 25 of 78) sorted by relevance

1234

/third_party/ffmpeg/libavcodec/mips/
Dhevc_idct_msa.c308 static void hevc_idct_4x4_msa(int16_t *coeffs) in hevc_idct_4x4_msa()
331 static void hevc_idct_8x8_msa(int16_t *coeffs) in hevc_idct_8x8_msa()
346 static void hevc_idct_16x16_msa(int16_t *coeffs) in hevc_idct_16x16_msa()
428 static void hevc_idct_8x32_column_msa(int16_t *coeffs, uint8_t buf_pitch, in hevc_idct_8x32_column_msa()
601 static void hevc_idct_transpose_32x8_to_8x32(int16_t *coeffs, int16_t *tmp_buf) in hevc_idct_transpose_32x8_to_8x32()
614 static void hevc_idct_transpose_8x32_to_32x8(int16_t *tmp_buf, int16_t *coeffs) in hevc_idct_transpose_8x32_to_32x8()
627 static void hevc_idct_32x32_msa(int16_t *coeffs) in hevc_idct_32x32_msa()
660 static void hevc_idct_dc_4x4_msa(int16_t *coeffs) in hevc_idct_dc_4x4_msa()
672 static void hevc_idct_dc_8x8_msa(int16_t *coeffs) in hevc_idct_dc_8x8_msa()
684 static void hevc_idct_dc_16x16_msa(int16_t *coeffs) in hevc_idct_dc_16x16_msa()
[all …]
/third_party/skia/src/core/
DSkColorSpacePriv.h68 static inline bool is_almost_srgb(const skcms_TransferFunction& coeffs) { in is_almost_srgb()
78 static inline bool is_almost_2dot2(const skcms_TransferFunction& coeffs) { in is_almost_2dot2()
86 static inline bool is_almost_linear(const skcms_TransferFunction& coeffs) { in is_almost_linear()
/third_party/ffmpeg/libavfilter/
Daf_asupercut.c45 BiquadCoeffs coeffs[10]; member
80 BiquadCoeffs *coeffs = &s->coeffs[0]; in get_coeffs() local
91 BiquadCoeffs *coeffs = &s->coeffs[b]; in get_coeffs() local
107 BiquadCoeffs *coeffs = &s->coeffs[0]; in get_coeffs() local
118 BiquadCoeffs *coeffs = &s->coeffs[b]; in get_coeffs() local
144 BiquadCoeffs *coeffs = &s->coeffs[b + j]; in get_coeffs() local
178 BiquadCoeffs *coeffs = &s->coeffs[b + j]; in get_coeffs() local
Daf_anlms.c52 AVFrame *coeffs; member
99 float *coeffs, float *tmp, int *offset) in fir_sample()
117 float *delay, float *coeffs, float *tmp, int *offsetp) in process_sample()
166 float *coeffs = (float *)s->coeffs->extended_data[c]; in process_channels() local
Daf_adynamicsmooth.c31 AVFrame *coeffs; member
69 double *coeffs = (double *)s->coeffs->extended_data[ch]; in filter_frame() local
Dcolorspace.c79 void ff_fill_rgb2xyz_table(const AVPrimaryCoefficients *coeffs, in ff_fill_rgb2xyz_table()
125 void ff_fill_rgb2yuv_table(const AVLumaCoefficients *coeffs, in ff_fill_rgb2yuv_table()
Daf_atilt.c43 Coeffs coeffs[MAX_ORDER]; member
75 static void set_tf1s(Coeffs *coeffs, double b1, double b0, double a0, in set_tf1s()
99 Coeffs *coeffs = &s->coeffs[i]; in set_filter() local
Dvf_scale_cuda_bicubic.cu63 __device__ inline void derived_fast_coeffs(float4 coeffs, float x, float *h0, float *h1, float *s) in derived_fast_coeffs()
74 __device__ inline V apply_coeffs(float4 coeffs, V c0, V c1, V c2, V c3) in apply_coeffs()
Dvf_iccdetect.c73 AVColorPrimariesDesc coeffs; in iccdetect_filter_frame() local
/third_party/ffmpeg/libavcodec/loongarch/
Dhevc_idct_lsx.c330 void ff_hevc_idct_4x4_lsx(int16_t *coeffs, int col_limit) in ff_hevc_idct_4x4_lsx()
360 void ff_hevc_idct_8x8_lsx(int16_t *coeffs, int col_limit) in ff_hevc_idct_8x8_lsx()
386 void ff_hevc_idct_16x16_lsx(int16_t *coeffs, int col_limit) in ff_hevc_idct_16x16_lsx()
525 static void hevc_idct_8x32_column_lsx(int16_t *coeffs, int32_t buf_pitch, in hevc_idct_8x32_column_lsx()
761 static void hevc_idct_transpose_32x8_to_8x32(int16_t *coeffs, int16_t *tmp_buf) in hevc_idct_transpose_32x8_to_8x32()
786 static void hevc_idct_transpose_8x32_to_32x8(int16_t *tmp_buf, int16_t *coeffs) in hevc_idct_transpose_8x32_to_32x8()
811 void ff_hevc_idct_32x32_lsx(int16_t *coeffs, int col_limit) in ff_hevc_idct_32x32_lsx()
/third_party/ffmpeg/libavcodec/
Ddirac_vlc.c1096 uint8_t *_dst, int coeffs) in ff_dirac_golomb_read_16bit()
1116 uint8_t *_dst, int coeffs) in ff_dirac_golomb_read_32bit()
/third_party/ffmpeg/libavcodec/x86/
Dsimple_idct.asm57 coeffs: label
/third_party/ffmpeg/libavutil/
Dcsp.c55 const AVLumaCoefficients *coeffs; in av_csp_luma_coeffs_from_avcsp() local
/third_party/skia/third_party/externals/libwebp/src/dsp/
Dcost.c357 static void SetResidualCoeffs_C(const int16_t* const coeffs, in SetResidualCoeffs_C()
Dcost_mips32.c99 static void SetResidualCoeffs_MIPS32(const int16_t* const coeffs, in SetResidualCoeffs_MIPS32()
Dcost_sse2.c25 static void SetResidualCoeffs_SSE2(const int16_t* const coeffs, in SetResidualCoeffs_SSE2()
Dcost_neon.c22 static void SetResidualCoeffs_NEON(const int16_t* const coeffs, in SetResidualCoeffs_NEON()
/third_party/skia/third_party/externals/libwebp/src/enc/
Dcost_enc.h31 const int16_t* coeffs; member
/third_party/skia/modules/skottie/src/effects/
DBlackAndWhiteEffect.cpp108 } coeffs = { in onSync() local
DShiftChannelsEffect.cpp92 auto coeffs = [](float src) { in onSync() local
DBrightnessContrastEffect.cpp65 struct { float a, b, c; } coeffs; in make_contrast_coeffs() local
/third_party/ffmpeg/libavcodec/ppc/
Dhevcdsp.c46 int16_t *coeffs) in transform4x4()
/third_party/openssl/test/
Drsa_mp_test.c152 BIGNUM **pris = NULL, **exps = NULL, **coeffs = NULL; in key2048p3_v1() local
/third_party/skia/tools/fonts/
Dgenerate_fir_coeff.py67 coeffs = [] variable
/third_party/ffmpeg/tests/checkasm/
Dvc1dsp.c263 matrix *coeffs; in check_inv_trans_inplace() local
311 matrix *coeffs; in check_inv_trans_adding() local

1234