Lines Matching defs:start
2340 int start = 0, i, w, w2, g, sid_sf_boost, prev_mid, prev_side;
2358 start = 0;
2369 M[i] = (sce0->coeffs[start+(w+w2)*128+i]
2370 + sce1->coeffs[start+(w+w2)*128+i]) * 0.5;
2372 - sce1->coeffs[start+(w+w2)*128+i];
2412 M[i] = (sce0->coeffs[start+(w+w2)*128+i]
2413 + sce1->coeffs[start+(w+w2)*128+i]) * 0.5;
2415 - sce1->coeffs[start+(w+w2)*128+i];
2418 abs_pow34_v(L34, sce0->coeffs+start+(w+w2)*128, sce0->ics.swb_sizes[g]);
2419 abs_pow34_v(R34, sce1->coeffs+start+(w+w2)*128, sce0->ics.swb_sizes[g]);
2422 dist1 += quantize_band_cost(s, &sce0->coeffs[start + (w+w2)*128],
2428 dist1 += quantize_band_cost(s, &sce1->coeffs[start + (w+w2)*128],
2473 start += sce0->ics.swb_sizes[g];