Home
last modified time | relevance | path

Searched refs:x2y2 (Results 1 – 3 of 3) sorted by relevance

/external/libopus/celt/
Dpitch.c398 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/v8/tools/
Dgc-nvp-trace-processor.py58 x2y2 = 'x2y2' variable
132 if item.axis == x1y2 or item.axis == x2y2:
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader.c507 LLVMValueRef x2y2 = LLVMGetParam(ctx->main_fn, in si_llvm_load_input_vs() local
512 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()