Lines Matching defs:start
81 int w, swb, cb, start, size;
92 start = win*128;
123 rd += quantize_band_cost(s, &sce->coeffs[start + w*128],
124 &s->scoefs[start + w*128], size,
148 start += sce->ics.swb_sizes[swb];
168 start = 0;
173 memset(sce->zeroes + win*16 + start, !cb, count);
176 sce->band_type[win*16 + start] = cb;
177 start++;
239 int q, w, w2, g, start = 0;
304 start = w*128;
306 const float *coefs = &sce->coeffs[start];
342 maxval = find_max_val(sce->ics.group_len[w], sce->ics.swb_sizes[g], s->scoefs+start);
348 dist += quantize_band_cost(s, coefs + w2*128, s->scoefs + start + w2*128, sce->ics.swb_sizes[g],
370 start += sce->ics.swb_sizes[g];
399 int start = 0, i, w, w2, g;
414 start = 0;
433 start += sce->ics.swb_sizes[g];
452 start = w*128;
454 const float *scaled = s->scoefs + start;
456 start += sce->ics.swb_sizes[g];
471 start = w*128;
473 const float *coefs = sce->coeffs + start;
474 const float *scaled = s->scoefs + start;
480 start += sce->ics.swb_sizes[g];
501 start += sce->ics.swb_sizes[g];
589 const int start = wstart+sce->ics.swb_offset[g];
590 const float freq = (start-wstart)*freq_mult;
592 if (freq < NOISE_LOW_LIMIT || (start-wstart) >= cutoff) {
720 const int start = sce->ics.swb_offset[g];
721 const float freq = start*freq_mult;
723 if (freq < NOISE_LOW_LIMIT || start >= cutoff) {
757 int start = 0, i, w, w2, g, sid_sf_boost, prev_mid, prev_side;
776 start = 0;
787 M[i] = (sce0->coeffs[start+(w+w2)*128+i]
788 + sce1->coeffs[start+(w+w2)*128+i]) * 0.5;
790 - sce1->coeffs[start+(w+w2)*128+i];
830 M[i] = (sce0->coeffs[start+(w+w2)*128+i]
831 + sce1->coeffs[start+(w+w2)*128+i]) * 0.5;
833 - sce1->coeffs[start+(w+w2)*128+i];
836 s->abs_pow34(L34, sce0->coeffs+start+(w+w2)*128, sce0->ics.swb_sizes[g]);
837 s->abs_pow34(R34, sce1->coeffs+start+(w+w2)*128, sce0->ics.swb_sizes[g]);
840 dist1 += quantize_band_cost(s, &sce0->coeffs[start + (w+w2)*128],
846 dist1 += quantize_band_cost(s, &sce1->coeffs[start + (w+w2)*128],
891 start += sce0->ics.swb_sizes[g];