Lines Matching refs:row7
96 __m256i row0, row1, row2, row3, row4, row5, row6, row7; in ff_h264_h_lpf_luma_8_lasx() local
103 src, img_width_3x, row4, row5, row6, row7); in ff_h264_h_lpf_luma_8_lasx()
115 row7, row8, row9, row10, row11, in ff_h264_h_lpf_luma_8_lasx()
201 __m256i row0, row1, row2, row3, row4, row5, row6, row7; in ff_h264_h_lpf_luma_8_lasx() local
213 DUP2_ARG2(__lasx_xvilvh_b, row2, row0, row3, row1, row5, row7); in ff_h264_h_lpf_luma_8_lasx()
215 control, row7, control, row4, row5, row6, row7); in ff_h264_h_lpf_luma_8_lasx()
234 __lasx_xvstelm_d(row7, src, 0, 0); in ff_h264_h_lpf_luma_8_lasx()
235 __lasx_xvstelm_d(row7, src + img_width, 0, 1); in ff_h264_h_lpf_luma_8_lasx()
237 __lasx_xvstelm_d(row7, src, 0, 2); in ff_h264_h_lpf_luma_8_lasx()
238 __lasx_xvstelm_d(row7, src + img_width, 0, 3); in ff_h264_h_lpf_luma_8_lasx()
393 __m256i row0, row1, row2, row3, row4, row5, row6, row7; in ff_h264_h_lpf_chroma_8_lasx() local
399 src, img_width_3x, row4, row5, row6, row7); in ff_h264_h_lpf_chroma_8_lasx()
403 row7, row5, p1_org, p0_org, q0_org, q1_org); in ff_h264_h_lpf_chroma_8_lasx()
597 __m256i row0, row1, row2, row3, row4, row5, row6, row7; in ff_h264_h_lpf_luma_intra_8_lasx() local
604 src, img_width_3x, row4, row5, row6, row7); in ff_h264_h_lpf_luma_intra_8_lasx()
614 row4, row5, row6, row7, in ff_h264_h_lpf_luma_intra_8_lasx()
717 __m256i row0, row1, row2, row3, row4, row5, row6, row7; in ff_h264_h_lpf_luma_intra_8_lasx() local
729 DUP2_ARG2(__lasx_xvilvh_b, row2, row0, row3, row1, row5, row7); in ff_h264_h_lpf_luma_intra_8_lasx()
731 control, row7, control, row4, row5, row6, row7); in ff_h264_h_lpf_luma_intra_8_lasx()
751 __lasx_xvstelm_d(row7, src, 0, 0); in ff_h264_h_lpf_luma_intra_8_lasx()
752 __lasx_xvstelm_d(row7, src + img_width, 0, 1); in ff_h264_h_lpf_luma_intra_8_lasx()
754 __lasx_xvstelm_d(row7, src, 0, 2); in ff_h264_h_lpf_luma_intra_8_lasx()
755 __lasx_xvstelm_d(row7, src + img_width, 0, 3); in ff_h264_h_lpf_luma_intra_8_lasx()
892 __m256i row0, row1, row2, row3, row4, row5, row6, row7; in ff_h264_h_lpf_chroma_intra_8_lasx() local
898 img_width_3x, row4, row5, row6, row7); in ff_h264_h_lpf_chroma_intra_8_lasx()
901 DUP4_ARG2(__lasx_xvilvl_b, row2, row0, row3, row1, row6, row4, row7, row5, in ff_h264_h_lpf_chroma_intra_8_lasx()