Searched refs:x2y2 (Results 1 – 3 of 3) sorted by relevance
442 opus_val32 x2y2; in remove_doubling() local444 x2y2 = 1+HALF32(MULT32_32_Q31(xx,yy)); in remove_doubling()445 sh = celt_ilog2(x2y2)>>1; in remove_doubling()446 t = VSHR32(x2y2, 2*(sh-7)); in remove_doubling()478 opus_val32 x2y2; in remove_doubling() local480 x2y2 = 1+MULT32_32_Q31(xx,yy); in remove_doubling()481 sh = celt_ilog2(x2y2)>>1; in remove_doubling()482 t = VSHR32(x2y2, 2*(sh-7)); in remove_doubling()
88 x2y2 = 'x2y2' variable162 if item.axis == x1y2 or item.axis == x2y2: