Lines Matching refs:temp1
30 __m256i temp0, temp1;
38 DUP2_ARG2(__lasx_xvpickev_b, b1, b0, b3, b2, temp0, temp1);
44 __lasx_xvstelm_d(temp1, pixels, 0, 0);
45 __lasx_xvstelm_d(temp1, pixels + stride, 0, 2);
46 __lasx_xvstelm_d(temp1, pixels + stride_2x, 0, 1);
47 __lasx_xvstelm_d(temp1, pixels + stride_3x, 0, 3);
55 __m256i temp0, temp1;
67 DUP2_ARG2(__lasx_xvpickev_b, b1, b0, b3, b2, temp0, temp1);
73 __lasx_xvstelm_d(temp1, pixels, 0, 0);
74 __lasx_xvstelm_d(temp1, pixels + stride, 0, 2);
75 __lasx_xvstelm_d(temp1, pixels + stride_2x, 0, 1);
76 __lasx_xvstelm_d(temp1, pixels + stride_3x, 0, 3);
85 __m256i temp0, temp1, temp2, temp3;
109 p7, p6, 0x20, temp0, temp1, temp2, temp3);
110 DUP4_ARG2(__lasx_xvaddw_h_h_bu, b0, temp0, b1, temp1, b2, temp2, b3, temp3,
111 temp0, temp1, temp2, temp3);
112 DUP4_ARG1(__lasx_xvclip255_h, temp0, temp1, temp2, temp3,
113 temp0, temp1, temp2, temp3);
114 DUP2_ARG2(__lasx_xvpickev_b, temp1, temp0, temp3, temp2, temp0, temp1);
120 __lasx_xvstelm_d(temp1, pixels, 0, 0);
121 __lasx_xvstelm_d(temp1, pixels + stride, 0, 2);
122 __lasx_xvstelm_d(temp1, pixels + stride_2x, 0, 1);
123 __lasx_xvstelm_d(temp1, pixels + stride_3x, 0, 3);