Home
last modified time | relevance | path

Searched refs:coeff0 (Results 1 – 12 of 12) sorted by relevance

/third_party/ffmpeg/libavcodec/mips/
Dh264chroma_msa.c33 uint32_t coeff0, uint32_t coeff1) in avc_chroma_hz_2x2_msa() argument
40 v16i8 coeff_vec0 = __msa_fill_b(coeff0); in avc_chroma_hz_2x2_msa()
64 uint32_t coeff0, uint32_t coeff1) in avc_chroma_hz_2x4_msa() argument
70 v16i8 coeff_vec0 = __msa_fill_b(coeff0); in avc_chroma_hz_2x4_msa()
92 uint32_t coeff0, uint32_t coeff1, in avc_chroma_hz_2w_msa() argument
96 avc_chroma_hz_2x2_msa(src, dst, stride, coeff0, coeff1); in avc_chroma_hz_2w_msa()
98 avc_chroma_hz_2x4_msa(src, dst, stride, coeff0, coeff1); in avc_chroma_hz_2w_msa()
103 uint32_t coeff0, uint32_t coeff1) in avc_chroma_hz_4x2_msa() argument
109 v16i8 coeff_vec0 = __msa_fill_b(coeff0); in avc_chroma_hz_4x2_msa()
128 uint32_t coeff0, uint32_t coeff1) in avc_chroma_hz_4x4_msa() argument
[all …]
Daacpsy_mips.h132 float coeff0 = psy_fir_coeffs[1]; in psy_hp_filter_mips() local
224 : [coeff0]"f"(coeff0), [coeff1]"f"(coeff1), in psy_hp_filter_mips()
Dh264qpel_msa.c70 #define AVC_DOT_SH3_SH(in0, in1, in2, coeff0, coeff1, coeff2) \ argument
74 out0_m = __msa_dotp_s_h((v16i8) in0, (v16i8) coeff0); \
81 #define AVC_DOT_SW3_SW(in0, in1, in2, coeff0, coeff1, coeff2) \ argument
85 out0_m = __msa_dotp_s_w((v8i16) in0, (v8i16) coeff0); \
/third_party/ffmpeg/libavcodec/loongarch/
Dh264chroma_lasx.c131 ptrdiff_t stride, uint32_t coeff0, uint32_t coeff1) in avc_chroma_hz_8x4_lasx() argument
138 __m256i coeff_vec0 = __lasx_xvreplgr2vr_b(coeff0); in avc_chroma_hz_8x4_lasx()
158 ptrdiff_t stride, uint32_t coeff0, uint32_t coeff1) in avc_chroma_hz_8x8_lasx() argument
167 __m256i coeff_vec0 = __lasx_xvreplgr2vr_b(coeff0); in avc_chroma_hz_8x8_lasx()
197 uint8_t *dst, ptrdiff_t stride, uint32_t coeff0, in avc_chroma_hz_nonmult_lasx() argument
207 __m256i coeff_vec0 = __lasx_xvreplgr2vr_b(coeff0); in avc_chroma_hz_nonmult_lasx()
243 ptrdiff_t stride, uint32_t coeff0, uint32_t coeff1) in avc_chroma_vt_8x4_lasx() argument
249 __m256i coeff_vec0 = __lasx_xvreplgr2vr_b(coeff0); in avc_chroma_vt_8x4_lasx()
270 ptrdiff_t stride, uint32_t coeff0, uint32_t coeff1) in avc_chroma_vt_8x8_lasx() argument
278 __m256i coeff_vec0 = __lasx_xvreplgr2vr_b(coeff0); in avc_chroma_vt_8x8_lasx()
[all …]
Dvp8_mc_lsx.c43 #define DPADD_SH3_SH(in0, in1, in2, coeff0, coeff1, coeff2) \ argument
47 out0_m = __lsx_vdp2_h_b(in0, coeff0); \
Dh264qpel_lasx.c53 #define AVC_DOT_SH3_SH(in0, in1, in2, coeff0, coeff1, coeff2) \ argument
57 out0_m = __lasx_xvdp2_h_b(in0, coeff0); \
/third_party/ffmpeg/tests/checkasm/
Dopusdsp.c70 float coeff0 = (float)rnd() / (UINT_MAX >> 5) - 16.0f, coeff1 = coeff0; in test_deemphasis() local
76 coeff0 = call_ref(dst0, src, coeff0, MAX_SIZE); in test_deemphasis()
79 if (!float_near_abs_eps(coeff0, coeff1, EPS) || in test_deemphasis()
/third_party/skia/third_party/externals/libwebp/src/dsp/
Denc_sse41.c217 __m128i coeff0 = _mm_abs_epi16(in0); in DoQuantizeBlock_SSE41() local
224 coeff0 = _mm_add_epi16(coeff0, sharpen0); in DoQuantizeBlock_SSE41()
232 const __m128i coeff_iQ0H = _mm_mulhi_epu16(coeff0, iq0); in DoQuantizeBlock_SSE41()
233 const __m128i coeff_iQ0L = _mm_mullo_epi16(coeff0, iq0); in DoQuantizeBlock_SSE41()
Denc_msa.c235 v8i16 coeff0, coeff1; in CollectHistogram_MSA() local
238 LD_SH2(&out[0], 8, coeff0, coeff1); in CollectHistogram_MSA()
239 coeff0 = __msa_add_a_h(coeff0, zero); in CollectHistogram_MSA()
241 SRAI_H2_SH(coeff0, coeff1, 3); in CollectHistogram_MSA()
242 coeff0 = __msa_min_s_h(coeff0, max_coeff_thr); in CollectHistogram_MSA()
244 ST_SH2(coeff0, coeff1, &out[0], 8); in CollectHistogram_MSA()
Denc_sse2.c1225 __m128i coeff0, coeff8; in DoQuantizeBlock_SSE2() local
1242 coeff0 = _mm_xor_si128(in0, sign0); in DoQuantizeBlock_SSE2()
1244 coeff0 = _mm_sub_epi16(coeff0, sign0); in DoQuantizeBlock_SSE2()
1251 coeff0 = _mm_add_epi16(coeff0, sharpen0); in DoQuantizeBlock_SSE2()
1259 const __m128i coeff_iQ0H = _mm_mulhi_epu16(coeff0, iq0); in DoQuantizeBlock_SSE2()
1260 const __m128i coeff_iQ0L = _mm_mullo_epi16(coeff0, iq0); in DoQuantizeBlock_SSE2()
/third_party/skia/third_party/externals/libwebp/src/enc/
Dquant_enc.c645 const uint32_t coeff0 = (sign ? -in[j] : in[j]) + mtx->sharpen_[j]; in TrellisQuantizeBlock() local
646 int level0 = QUANTDIV(coeff0, iQ, B); in TrellisQuantizeBlock()
647 int thresh_level = QUANTDIV(coeff0, iQ, BIAS(0x80)); in TrellisQuantizeBlock()
678 const int new_error = coeff0 - level * Q; in TrellisQuantizeBlock()
680 kWeightTrellis[j] * (new_error * new_error - coeff0 * coeff0); in TrellisQuantizeBlock()
/third_party/ffmpeg/libavutil/mips/
Dgeneric_macros_msa.h2732 #define DPADD_SH3_SH(in0, in1, in2, coeff0, coeff1, coeff2) \ argument
2736 out0_m = __msa_dotp_s_h((v16i8) in0, (v16i8) coeff0); \