Lines Matching refs:X_high
1288 INTFLOAT X_high[64][40][2], const INTFLOAT X_low[32][40][2],
1309 sbr->dsp.hf_gen(X_high[k] + ENVELOPE_ADJUSTMENT_OFFSET,
1316 memset(X_high + k, 0, (sbr->m[1] + sbr->kx[1] - k) * sizeof(*X_high));
1416 static void sbr_env_estimate(AAC_FLOAT (*e_curr)[48], INTFLOAT X_high[64][40][2],
1433 AAC_FLOAT sum = sbr->dsp.sum_square(X_high[m+kx1] + ilb, iub - ilb);
1455 sum = av_add_sf(sum, sbr->dsp.sum_square(X_high[k] + ilb, iub - ilb));
1463 sum += sbr->dsp.sum_square(X_high[k] + ilb, iub - ilb);
1520 sbr_hf_gen(ac, sbr, sbr->X_high,
1530 sbr_env_estimate(sbr->e_curr, sbr->X_high, sbr, &sbr->data[ch]);
1533 (const INTFLOAT (*)[40][2]) sbr->X_high,