Searched refs:x2y2 (Results 1 – 2 of 2) sorted by relevance
405 opus_val32 x2y2; in compute_pitch_gain() local414 x2y2 = SHR32(MULT16_16(VSHR32(xx, sx), VSHR32(yy, sy)), 14); in compute_pitch_gain()416 if (x2y2 < 32768) in compute_pitch_gain()418 x2y2 <<= 1; in compute_pitch_gain()421 x2y2 >>= 1; in compute_pitch_gain()425 den = celt_rsqrt_norm(x2y2); in compute_pitch_gain()
58 x2y2 = 'x2y2' variable132 if item.axis == x1y2 or item.axis == x2y2: