Searched refs:x2y2 (Results 1 – 3 of 3) sorted by relevance
/external/libopus/celt/ |
D | pitch.c | 398 opus_val32 x2y2; in compute_pitch_gain() local 407 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()
|
/external/rnnoise/src/ |
D | pitch.c | 390 opus_val32 x2y2; in compute_pitch_gain() local 399 x2y2 = SHR32(MULT16_16(VSHR32(xx, sx), VSHR32(yy, sy)), 14); in compute_pitch_gain() 401 if (x2y2 < 32768) in compute_pitch_gain() 403 x2y2 <<= 1; in compute_pitch_gain() 406 x2y2 >>= 1; in compute_pitch_gain() 410 den = celt_rsqrt_norm(x2y2); in compute_pitch_gain()
|
/external/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_shader_llvm_vs.c | 59 LLVMValueRef x2y2 = LLVMGetParam(ctx->main_fn, param_vs_blit_inputs + 1); in load_input_vs() local 63 LLVMValueRef x2 = unpack_sint16(ctx, x2y2, 0); in load_input_vs() 64 LLVMValueRef y2 = unpack_sint16(ctx, x2y2, 1); in load_input_vs()
|