Lines Matching refs:start
315 int start = (w+w2) * 128;
320 start += ics->swb_sizes[g];
326 float sum = (cpe->ch[0].coeffs[start+i] + p*cpe->ch[1].coeffs[start+i])*scale;
327 cpe->ch[0].coeffs[start+i] = sum;
328 cpe->ch[1].coeffs[start+i] = 0.0f;
330 start += ics->swb_sizes[g];
344 int start = (w+w2) * 128;
353 start += ics->swb_sizes[g];
357 float L = (cpe->ch[0].coeffs[start+i] + cpe->ch[1].coeffs[start+i]) * 0.5f;
358 float R = L - cpe->ch[1].coeffs[start+i];
359 cpe->ch[0].coeffs[start+i] = L;
360 cpe->ch[1].coeffs[start+i] = R;
362 start += ics->swb_sizes[g];
430 put_bits(&s->pb, 6, pulse->start);
442 int start, i, w, w2;
445 start = 0;
448 start += sce->ics.swb_sizes[i];
453 &sce->coeffs[start + w2*128],
460 start += sce->ics.swb_sizes[i];
470 int start, i, j, w;
474 start = 0;
476 float *swb_coeffs = &sce->coeffs[start + w*128];
479 start += sce->ics.swb_sizes[i];
543 /* copy last 1024 samples of previous frame to the start of the current frame */