Home
last modified time | relevance | path

Searched refs:cnst3h (Results 1 - 3 of 3) sorted by relevance

/third_party/ffmpeg/libavcodec/mips/
H A Dvp8_lpf_msa.c42 v8i16 q0_sub_p0_r, q0_sub_p0_l, filt_l, filt_r, cnst3h; \
56 cnst3h = __msa_ldi_h(3); \
58 q0_sub_p0_r = __msa_dotp_s_h((v16i8) q0_sub_p0_r, (v16i8) cnst3h); \
64 q0_sub_p0_l = __msa_dotp_s_h((v16i8) q0_sub_p0_l, (v16i8) cnst3h); \
99 v8i16 q0_sub_p0_r, q0_sub_p0_l, filt_l, filt_r, cnst3h; \
111 cnst3h = __msa_ldi_h(3); \
114 q0_sub_p0_r *= cnst3h; \
120 q0_sub_p0_l *= cnst3h; \
148 v8i16 cnst3h, cnst27h, cnst18h, cnst63h; \
150 cnst3h
[all...]
H A Dvp3dsp_idct_msa.c454 v8i16 cnst3h = {3, 3, 3, 3, 3, 3, 3, 3}, in ff_vp3_v_loop_filter_msa() local
463 r0 = (c0 - c3) + (c2 - c1) * cnst3h; in ff_vp3_v_loop_filter_msa()
493 v8i16 cnst3h = {3, 3, 3, 3, 3, 3, 3, 3}, in ff_vp3_h_loop_filter_msa() local
506 r0 = (c0 - c3) + (c2 - c1) * cnst3h; in ff_vp3_h_loop_filter_msa()
/third_party/ffmpeg/libavcodec/loongarch/
H A Dvp8_lpf_lsx.c31 __m128i q0_sub_p0_l, q0_sub_p0_h, filt_h, filt_l, cnst3h; \
43 cnst3h = __lsx_vreplgr2vr_h(3); \
45 q0_sub_p0_l = __lsx_vdp2_h_b(q0_sub_p0_l, cnst3h); \
51 q0_sub_p0_h = __lsx_vdp2_h_b(q0_sub_p0_h, cnst3h); \
87 __m128i cnst3h, cnst27h, cnst18h, cnst63h; \
89 cnst3h = __lsx_vreplgr2vr_h(3); \
105 q0_sub_p0_l = __lsx_vmul_h(q0_sub_p0_l, cnst3h); \
112 q0_sub_p0_h = __lsx_vmul_h(q0_sub_p0_h, cnst3h); \

Completed in 5 milliseconds