Home
last modified time | relevance | path

Searched defs:coeff1 (Results 1 – 11 of 11) sorted by relevance

/third_party/ffmpeg/libavcodec/mips/
Dh264chroma_msa.c33 uint32_t coeff0, uint32_t coeff1) in avc_chroma_hz_2x2_msa()
64 uint32_t coeff0, uint32_t coeff1) in avc_chroma_hz_2x4_msa()
92 uint32_t coeff0, uint32_t coeff1, in avc_chroma_hz_2w_msa()
103 uint32_t coeff0, uint32_t coeff1) in avc_chroma_hz_4x2_msa()
128 uint32_t coeff0, uint32_t coeff1) in avc_chroma_hz_4x4_msa()
151 uint32_t coeff0, uint32_t coeff1) in avc_chroma_hz_4x8_msa()
175 uint32_t coeff0, uint32_t coeff1, in avc_chroma_hz_4w_msa()
188 uint32_t coeff0, uint32_t coeff1) in avc_chroma_hz_8x4_msa()
211 uint32_t coeff0, uint32_t coeff1) in avc_chroma_hz_8x8_msa()
245 uint32_t coeff1, int32_t height) in avc_chroma_hz_nonmult_msa()
[all …]
Daacpsy_mips.h133 float coeff1 = psy_fir_coeffs[3]; in psy_hp_filter_mips() local
Dh264qpel_msa.c70 #define AVC_DOT_SH3_SH(in0, in1, in2, coeff0, coeff1, coeff2) \ argument
81 #define AVC_DOT_SW3_SW(in0, in1, in2, coeff0, coeff1, coeff2) \ argument
/third_party/ffmpeg/tests/checkasm/
Dopusdsp.c70 float coeff0 = (float)rnd() / (UINT_MAX >> 5) - 16.0f, coeff1 = coeff0; in test_deemphasis() local
/third_party/ffmpeg/libavcodec/
Dadpcm.h41 int coeff1; member
Dadpcm.c1589 int coeff1, coeff2; in adpcm_decode_frame() local
/third_party/ffmpeg/libswresample/
Drematrix_template.c56 INTER coeff1 = coeffp[index1]; in RENAME() local
/third_party/libsnd/src/
Dwavlike.h227 { short coeff1 ; member
/third_party/skia/third_party/externals/libwebp/src/dsp/
Denc_msa.c235 v8i16 coeff0, coeff1; in CollectHistogram_MSA() local
/third_party/flutter/skia/third_party/externals/libwebp/src/dsp/
Denc_msa.c235 v8i16 coeff0, coeff1; in CollectHistogram_MSA() local
/third_party/ffmpeg/libavutil/mips/
Dgeneric_macros_msa.h2769 #define DPADD_SH3_SH(in0, in1, in2, coeff0, coeff1, coeff2) \ argument