/third_party/ffmpeg/libavcodec/mips/ |
D | hevc_idct_msa.c | 308 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/ |
D | SkColorSpacePriv.h | 68 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/ |
D | af_asupercut.c | 45 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
|
D | af_anlms.c | 52 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
|
D | af_adynamicsmooth.c | 31 AVFrame *coeffs; member 69 double *coeffs = (double *)s->coeffs->extended_data[ch]; in filter_frame() local
|
D | colorspace.c | 79 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()
|
D | af_atilt.c | 43 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
|
D | vf_scale_cuda_bicubic.cu | 63 __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()
|
D | vf_iccdetect.c | 73 AVColorPrimariesDesc coeffs; in iccdetect_filter_frame() local
|
/third_party/ffmpeg/libavcodec/loongarch/ |
D | hevc_idct_lsx.c | 330 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/ |
D | dirac_vlc.c | 1096 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/ |
D | simple_idct.asm | 57 coeffs: label
|
/third_party/ffmpeg/libavutil/ |
D | csp.c | 55 const AVLumaCoefficients *coeffs; in av_csp_luma_coeffs_from_avcsp() local
|
/third_party/skia/third_party/externals/libwebp/src/dsp/ |
D | cost.c | 357 static void SetResidualCoeffs_C(const int16_t* const coeffs, in SetResidualCoeffs_C()
|
D | cost_mips32.c | 99 static void SetResidualCoeffs_MIPS32(const int16_t* const coeffs, in SetResidualCoeffs_MIPS32()
|
D | cost_sse2.c | 25 static void SetResidualCoeffs_SSE2(const int16_t* const coeffs, in SetResidualCoeffs_SSE2()
|
D | cost_neon.c | 22 static void SetResidualCoeffs_NEON(const int16_t* const coeffs, in SetResidualCoeffs_NEON()
|
/third_party/skia/third_party/externals/libwebp/src/enc/ |
D | cost_enc.h | 31 const int16_t* coeffs; member
|
/third_party/skia/modules/skottie/src/effects/ |
D | BlackAndWhiteEffect.cpp | 108 } coeffs = { in onSync() local
|
D | ShiftChannelsEffect.cpp | 92 auto coeffs = [](float src) { in onSync() local
|
D | BrightnessContrastEffect.cpp | 65 struct { float a, b, c; } coeffs; in make_contrast_coeffs() local
|
/third_party/ffmpeg/libavcodec/ppc/ |
D | hevcdsp.c | 46 int16_t *coeffs) in transform4x4()
|
/third_party/openssl/test/ |
D | rsa_mp_test.c | 152 BIGNUM **pris = NULL, **exps = NULL, **coeffs = NULL; in key2048p3_v1() local
|
/third_party/skia/tools/fonts/ |
D | generate_fir_coeff.py | 67 coeffs = [] variable
|
/third_party/ffmpeg/tests/checkasm/ |
D | vc1dsp.c | 263 matrix *coeffs; in check_inv_trans_inplace() local 311 matrix *coeffs; in check_inv_trans_adding() local
|