Searched refs:window2 (Results 1 – 5 of 5) sorted by relevance
284 auto window2 = window * window; in blur_one_direction() local285 auto window3 = window2 * window; in blur_one_direction()286 auto divisor = (window & 1) == 1 ? window3 : window3 + window2; in blur_one_direction()
113 auto window2 = window * window; in PlanGauss() local114 auto window3 = window2 * window; in PlanGauss()115 auto divisor = (window & 1) == 1 ? window3 : window3 + window2; in PlanGauss()
1145 WORD16 window1, window2; in ixheaacd_over_lap_add1_dec() local1148 window2 = window[2 * size - 2 * i - 2]; in ixheaacd_over_lap_add1_dec()1151 ixheaacd_mult32x16in32(coef[size * 2 - 1 - i], window2), q_shift), in ixheaacd_over_lap_add1_dec()1160 ixheaacd_mac32x16in32_drc(rounding_fac, prev[i], window2)); in ixheaacd_over_lap_add1_dec()