Lines Matching defs:len
582 int swri_rematrix(SwrContext *s, AudioData *out, AudioData *in, int len, int mustcopy){
588 s->mix_any_f(out->ch, (const uint8_t **)in->ch, s->native_matrix, len);
593 len1= len&~15;
604 memset(out->ch[out_i], 0, len * av_get_bytes_per_sample(s->int_sample_fmt));
611 if(len != len1)
612 s->mix_1_1_f (out->ch[out_i]+off, in->ch[in_i]+off, s->native_matrix, in->ch_count*out_i + in_i, len-len1);
614 memcpy(out->ch[out_i], in->ch[in_i], len*out->bps);
626 if(len != len1)
627 s->mix_2_1_f (out->ch[out_i]+off, in->ch[in_i1]+off, in->ch[in_i2]+off, s->native_matrix, in->ch_count*out_i + in_i1, in->ch_count*out_i + in_i2, len-len1);
631 for(i=0; i<len; i++){
640 for(i=0; i<len; i++){
649 for(i=0; i<len; i++){