• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/mips/

Lines Matching refs:w2

179     int w2, i;
180 for (w2 = 0; w2 < group_len; w2++) {
182 maxval = FFMAX(maxval, scaled[w2*128+i]);
2116 int start = 0, i, w, w2, g;
2130 for (w2 = 0; w2 < sce->ics.group_len[w]; w2++) {
2131 FFPsyBand *band = &s->psy.ch[s->cur_channel].psy_bands[(w+w2)*16+g];
2134 sce->zeroes[(w+w2)*16+g] = 1;
2193 for (w2 = 0; w2 < sce->ics.group_len[w]; w2++) {
2195 bits += quantize_band_cost_bits(s, coefs + w2*128,
2196 scaled + w2*128,
2229 for (w2 = 0; w2 < sce->ics.group_len[w]; w2++) {
2231 dist += quantize_band_cost(s, coefs + w2*128,
2232 scaled + w2*128,
2290 int start = 0, i, w, w2, g;
2301 for (w2 = 0; w2 < sce0->ics.group_len[w]; w2++) {
2302 FFPsyBand *band0 = &s->psy.ch[s->cur_channel+0].psy_bands[(w+w2)*16+g];
2303 FFPsyBand *band1 = &s->psy.ch[s->cur_channel+1].psy_bands[(w+w2)*16+g];
2307 M[i ] = (sce0->coeffs[start+w2*128+i ]
2308 + sce1->coeffs[start+w2*128+i ]) * 0.5;
2309 M[i+1] = (sce0->coeffs[start+w2*128+i+1]
2310 + sce1->coeffs[start+w2*128+i+1]) * 0.5;
2311 M[i+2] = (sce0->coeffs[start+w2*128+i+2]
2312 + sce1->coeffs[start+w2*128+i+2]) * 0.5;
2313 M[i+3] = (sce0->coeffs[start+w2*128+i+3]
2314 + sce1->coeffs[start+w2*128+i+3]) * 0.5;
2317 - sce1->coeffs[start+w2*128+i ];
2319 - sce1->coeffs[start+w2*128+i+1];
2321 - sce1->coeffs[start+w2*128+i+2];
2323 - sce1->coeffs[start+w2*128+i+3];
2325 abs_pow34_v(L34, sce0->coeffs+start+w2*128, sce0->ics.swb_sizes[g]);
2326 abs_pow34_v(R34, sce1->coeffs+start+w2*128, sce0->ics.swb_sizes[g]);
2329 dist1 += quantize_band_cost(s, sce0->coeffs + start + w2*128,
2332 sce0->sf_idx[(w+w2)*16+g],
2333 sce0->band_type[(w+w2)*16+g],
2335 dist1 += quantize_band_cost(s, sce1->coeffs + start + w2*128,
2338 sce1->sf_idx[(w+w2)*16+g],
2339 sce1->band_type[(w+w2)*16+g],
2344 sce0->sf_idx[(w+w2)*16+g],
2345 sce0->band_type[(w+w2)*16+g],
2350 sce1->sf_idx[(w+w2)*16+g],
2351 sce1->band_type[(w+w2)*16+g],