Home
last modified time | relevance | path

Searched refs:q1_org (Results 1 - 2 of 2) sorted by relevance

/third_party/ffmpeg/libavcodec/loongarch/
H A Dh264dsp_lasx.c86 __m256i p3_org, p2_org, p1_org, p0_org, q0_org, q1_org, q2_org, q3_org; in ff_h264_h_lpf_luma_8_lasx() local
118 q0_org, q1_org, q2_org, q3_org); in ff_h264_h_lpf_luma_8_lasx()
123 q1_asub_q0 = __lasx_xvabsd_bu(q1_org, q0_org); in ff_h264_h_lpf_luma_8_lasx()
167 q1_org_h = __lasx_vext2xv_hu_bu(q1_org); in ff_h264_h_lpf_luma_8_lasx()
177 q1_org = __lasx_xvbitsel_v(q1_org, q1_h, is_less_than_beta); in ff_h264_h_lpf_luma_8_lasx()
206 q2_org, 0x02, p2_org, q1_org, 0x02, p3_org, in ff_h264_h_lpf_luma_8_lasx()
260 __m256i p2_org, p1_org, p0_org, q0_org, q1_org, q2_org; in ff_h264_v_lpf_luma_8_lasx() local
273 DUP2_ARG2(__lasx_xvldx, data, 0, data, img_width, q0_org, q1_org); in ff_h264_v_lpf_luma_8_lasx()
278 q1_asub_q0 = __lasx_xvabsd_bu(q1_org, q0_or in ff_h264_v_lpf_luma_8_lasx()
385 __m256i p1_org, p0_org, q0_org, q1_org; ff_h264_h_lpf_chroma_8_lasx() local
490 __m256i p1_org, p0_org, q0_org, q1_org; ff_h264_v_lpf_chroma_8_lasx() local
593 __m256i p3_org, p2_org, p1_org, p0_org, q0_org, q1_org, q2_org, q3_org; ff_h264_h_lpf_luma_intra_8_lasx() local
768 __m256i p1_org, p0_org, q0_org, q1_org; ff_h264_v_lpf_luma_intra_8_lasx() local
887 __m256i p1_org, p0_org, q0_org, q1_org; ff_h264_h_lpf_chroma_intra_8_lasx() local
964 __m256i p1_org, p0_org, q0_org, q1_org; ff_h264_v_lpf_chroma_intra_8_lasx() local
[all...]
/third_party/ffmpeg/libavcodec/mips/
H A Dh264dsp_msa.c690 v16u8 p1_org, p0_org, q0_org, q1_org; in avc_loopfilter_luma_intra_edge_hor_msa() local
692 LD_UB4(data - (img_width << 1), img_width, p1_org, p0_org, q0_org, q1_org); in avc_loopfilter_luma_intra_edge_hor_msa()
696 q1_asub_q0 = __msa_asub_u_b(q1_org, q0_org); in avc_loopfilter_luma_intra_edge_hor_msa()
730 q1_org_r = (v8i16) __msa_ilvr_b(zero, (v16i8) q1_org); in avc_loopfilter_luma_intra_edge_hor_msa()
731 q1_org_l = (v8i16) __msa_ilvl_b(zero, (v16i8) q1_org); in avc_loopfilter_luma_intra_edge_hor_msa()
798 q1_org = __msa_bmnz_v(q1_org, q1, is_less_than_beta); in avc_loopfilter_luma_intra_edge_hor_msa()
801 ST_UB(q1_org, data + img_width); in avc_loopfilter_luma_intra_edge_hor_msa()
824 v16u8 p3_org, p2_org, p1_org, p0_org, q0_org, q1_org, q2_org, q3_org; in avc_loopfilter_luma_intra_edge_ver_msa() local
841 q0_org, q1_org, q2_or in avc_loopfilter_luma_intra_edge_ver_msa()
1466 v16u8 p0, q0, p2_org, p1_org, p0_org, q0_org, q1_org, q2_org; avc_loopfilter_luma_inter_edge_hor_msa() local
1835 v16u8 p1_org, p0_org, q0_org, q1_org; avc_loopfilter_cb_or_cr_inter_edge_hor_msa() local
1920 v16u8 p1_org, p0_org, q0_org, q1_org; avc_loopfilter_cb_or_cr_inter_edge_ver_msa() local
[all...]

Completed in 6 milliseconds