Lines Matching refs:num_windows
478 wi.num_windows = 1; in psy_3gpp_window()
482 wi.num_windows = 8; in psy_3gpp_window()
605 for (w = 0; w < wi->num_windows*16; w += 16) { in calc_thr_3gpp()
661 const int num_bands = ctx->num_bands[wi->num_windows == 8]; in psy_3gpp_analyze_channel()
662 const uint8_t *band_sizes = ctx->bands[wi->num_windows == 8]; in psy_3gpp_analyze_channel()
663 AacPsyCoeffs *coeffs = pctx->psy_coef[wi->num_windows == 8]; in psy_3gpp_analyze_channel()
664 … const float avoid_hole_thr = wi->num_windows == 8 ? PSY_3GPP_AH_THR_SHORT : PSY_3GPP_AH_THR_LONG; in psy_3gpp_analyze_channel()
666 const int cutoff = bandwidth * 2048 / wi->num_windows / ctx->avctx->sample_rate; in psy_3gpp_analyze_channel()
672 for (w = 0; w < wi->num_windows*16; w += 16) { in psy_3gpp_analyze_channel()
727 …desired_bits = calc_bit_demand(pctx, pe, ctx->bitres.bits, ctx->bitres.size, wi->num_windows == 8); in psy_3gpp_analyze_channel()
743 for (w = 0; w < wi->num_windows*16; w += 16) { in psy_3gpp_analyze_channel()
763 for (w = 0; w < wi->num_windows*16; w += 16) { in psy_3gpp_analyze_channel()
779 for (w = 0; w < wi->num_windows*16; w += 16) { in psy_3gpp_analyze_channel()
801 for (w = 0; w < wi->num_windows*16; w += 16) { in psy_3gpp_analyze_channel()
820 for (w = 0; w < wi->num_windows*16; w+= 16) { in psy_3gpp_analyze_channel()
833 for (w = 0; w < wi->num_windows*16; w += 16) { in psy_3gpp_analyze_channel()
983 wi.num_windows = 1; in psy_lame_window()
993 wi.num_windows = 8; in psy_lame_window()