Searched refs:q2_org_h (Results 1 - 1 of 1) sorted by relevance
/third_party/ffmpeg/libavcodec/loongarch/ |
H A D | h264dsp_lasx.c | 170 __m256i q2_org_h, q1_h; in ff_h264_h_lpf_luma_8_lasx() local 172 q2_org_h = __lasx_vext2xv_hu_bu(q2_org); in ff_h264_h_lpf_luma_8_lasx() 173 AVC_LPF_P1_OR_Q1(p0_org_h, q0_org_h, q1_org_h, q2_org_h, in ff_h264_h_lpf_luma_8_lasx() 326 __m256i q1_h, q2_org_h; in ff_h264_v_lpf_luma_8_lasx() local 328 q2_org_h = __lasx_vext2xv_hu_bu(q2_org); in ff_h264_v_lpf_luma_8_lasx() 329 AVC_LPF_P1_OR_Q1(p0_org_h, q0_org_h, q1_org_h, q2_org_h, in ff_h264_v_lpf_luma_8_lasx() 690 __m256i q2_org_h, q3_org_h, q1_h, q2_h; in ff_h264_h_lpf_luma_intra_8_lasx() local 692 q2_org_h = __lasx_vext2xv_hu_bu(q2_org); in ff_h264_h_lpf_luma_intra_8_lasx() 696 q2_org_h, p1_org_h, q0_h, q1_h, q2_h); in ff_h264_h_lpf_luma_intra_8_lasx() 848 __m256i q2_org_h, q3_org_ in ff_h264_v_lpf_luma_intra_8_lasx() local [all...] |
Completed in 3 milliseconds