Lines Matching refs:len1
584 int len1 = 0; in swri_rematrix() local
593 len1= len&~15; in swri_rematrix()
594 off = len1 * out->bps; in swri_rematrix()
609 if(s->mix_1_1_simd && len1) in swri_rematrix()
610 …simd(out->ch[out_i] , in->ch[in_i] , s->native_simd_matrix, in->ch_count*out_i + in_i, len1); in swri_rematrix()
611 if(len != len1) in swri_rematrix()
612 …_f (out->ch[out_i]+off, in->ch[in_i]+off, s->native_matrix, in->ch_count*out_i + in_i, len-len1); in swri_rematrix()
622 if(s->mix_2_1_simd && len1) in swri_rematrix()
623 …h[in_i2] , s->native_simd_matrix, in->ch_count*out_i + in_i1, in->ch_count*out_i + in_i2, len1); in swri_rematrix()
625 …in->ch[in_i2] , s->native_matrix, in->ch_count*out_i + in_i1, in->ch_count*out_i + in_i2, len1); in swri_rematrix()
626 if(len != len1) in swri_rematrix()
627 …ch[in_i2]+off, s->native_matrix, in->ch_count*out_i + in_i1, in->ch_count*out_i + in_i2, len-len1); in swri_rematrix()