Searched refs:x2y2 (Results 1 – 3 of 3) sorted by relevance
398 opus_val32 x2y2; in compute_pitch_gain() local407 x2y2 = SHR32(MULT16_16(VSHR32(xx, sx), VSHR32(yy, sy)), 14); in compute_pitch_gain()409 if (x2y2 < 32768) in compute_pitch_gain()411 x2y2 <<= 1; in compute_pitch_gain()414 x2y2 >>= 1; in compute_pitch_gain()418 den = celt_rsqrt_norm(x2y2); in compute_pitch_gain()
58 x2y2 = 'x2y2' variable132 if item.axis == x1y2 or item.axis == x2y2:
507 LLVMValueRef x2y2 = LLVMGetParam(ctx->main_fn, in si_llvm_load_input_vs() local512 LLVMValueRef x2 = unpack_sint16(ctx, x2y2, 0); in si_llvm_load_input_vs()513 LLVMValueRef y2 = unpack_sint16(ctx, x2y2, 1); in si_llvm_load_input_vs()