Home
last modified time | relevance | path

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

12345

/third_party/flutter/skia/src/core/
DSkColorSpacePriv.h34 static inline bool is_valid_transfer_fn(const skcms_TransferFunction& coeffs) { in is_valid_transfer_fn()
84 static inline bool is_almost_srgb(const skcms_TransferFunction& coeffs) { in is_almost_srgb()
94 static inline bool is_almost_2dot2(const skcms_TransferFunction& coeffs) { in is_almost_2dot2()
102 static inline bool is_almost_linear(const skcms_TransferFunction& coeffs) { in is_almost_linear()
/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
106 BiquadCoeffs *coeffs = &s->coeffs[0]; in get_coeffs() local
117 BiquadCoeffs *coeffs = &s->coeffs[b]; in get_coeffs() local
133 BiquadCoeffs *coeffs = &s->coeffs[0]; in get_coeffs() local
144 BiquadCoeffs *coeffs = &s->coeffs[b]; in get_coeffs() local
170 BiquadCoeffs *coeffs = &s->coeffs[b + j]; in get_coeffs() local
204 BiquadCoeffs *coeffs = &s->coeffs[b + j]; in get_coeffs() local
Dcolorspace.c68 void ff_fill_rgb2xyz_table(const struct PrimaryCoefficients *coeffs, in ff_fill_rgb2xyz_table()
130 const struct LumaCoefficients *coeffs; in ff_get_luma_coefficients() local
141 void ff_fill_rgb2yuv_table(const struct LumaCoefficients *coeffs, in ff_fill_rgb2yuv_table()
Daf_anlms.c53 AVFrame *coeffs; member
111 float *coeffs, float *tmp, int *offset) in fir_sample()
129 float *delay, float *coeffs, float *tmp, int *offsetp) in process_sample()
176 float *coeffs = (float *)s->coeffs->extended_data[c]; in process_channels() 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()
/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.asm56 coeffs: label
/third_party/cmsis/CMSIS/DSP/Source/InterpolationFunctions/
Darm_spline_interp_init_f32.c71 float32_t * coeffs, in arm_spline_init_f32()
/third_party/cmsis/CMSIS/DSP/Source/FilteringFunctions/
Darm_biquad_cascade_df1_init_f16.c102 float32_t coeffs[8][12] = { in generateCoefsFastBiquadF16() local
Darm_biquad_cascade_df1_init_f32.c102 float32_t coeffs[4][8] = { in generateCoefsFastBiquadF32() 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()
/third_party/flutter/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()
/third_party/skia/third_party/externals/libwebp/src/enc/
Dcost_enc.h31 const int16_t* coeffs; member
/third_party/flutter/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
/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/cmsis/CMSIS/DSP/Include/dsp/
Dfiltering_functions_f16.h99 …float16_t coeffs[12][8]; /**< Points to the array of modified coefficients. The array is of lengt… member
/third_party/skia/tools/fonts/
Dgenerate_fir_coeff.py67 coeffs = [] variable
/third_party/flutter/skia/tools/fonts/
Dgenerate_fir_coeff.py63 coeffs = [] variable

12345