Searched refs:window2 (Results 1 – 5 of 5) sorted by relevance
282 auto window2 = window * window; in blur_one_direction() local283 auto window3 = window2 * window; in blur_one_direction()284 auto divisor = (window & 1) == 1 ? window3 : window3 + window2; in blur_one_direction()
1191 WORD16 window1, window2; in ixheaacd_over_lap_add1_dec() local1194 window2 = window[2 * size - 2 * i - 2]; in ixheaacd_over_lap_add1_dec()1197 ixheaacd_mult32x16in32(coef[size * 2 - 1 - i], window2), q_shift), in ixheaacd_over_lap_add1_dec()1206 ixheaacd_mac32x16in32_drc(rounding_fac, prev[i], window2)); in ixheaacd_over_lap_add1_dec()
81 auto window2 = window * window; in PlanGauss() local82 auto window3 = window2 * window; in PlanGauss()83 auto divisor = (window & 1) == 1 ? window3 : window3 + window2; in PlanGauss()