/third_party/ffmpeg/libavcodec/mips/ |
D | h264chroma_msa.c | 33 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 …]
|
D | aacpsy_mips.h | 132 float coeff0 = psy_fir_coeffs[1]; in psy_hp_filter_mips() local 224 : [coeff0]"f"(coeff0), [coeff1]"f"(coeff1), in psy_hp_filter_mips()
|
D | h264qpel_msa.c | 70 #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/ |
D | h264chroma_lasx.c | 131 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 …]
|
D | vp8_mc_lsx.c | 43 #define DPADD_SH3_SH(in0, in1, in2, coeff0, coeff1, coeff2) \ argument 47 out0_m = __lsx_vdp2_h_b(in0, coeff0); \
|
D | h264qpel_lasx.c | 53 #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/ |
D | opusdsp.c | 70 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/ |
D | enc_sse41.c | 217 __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()
|
D | enc_msa.c | 235 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()
|
D | enc_sse2.c | 1225 __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/ |
D | quant_enc.c | 645 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/ |
D | generic_macros_msa.h | 2732 #define DPADD_SH3_SH(in0, in1, in2, coeff0, coeff1, coeff2) \ argument 2736 out0_m = __msa_dotp_s_h((v16i8) in0, (v16i8) coeff0); \
|