Home
last modified time | relevance | path

Searched refs:pxy (Results 1 – 2 of 2) sorted by relevance

/external/openssh/regress/
Dintegrity.sh39 pxy="proxycommand=$cmd | $OBJ/modpipe -wm xor:$off:1"
49 ${SSH} $macopt -2F $OBJ/ssh_proxy -o "$pxy" \
/external/libopus/src/
Dopus_encoder.c654 opus_val32 pxy=0; in compute_stereo_width() local
660 pxy = SHR32(MULT16_16(x,y),2); in compute_stereo_width()
665 pxy += SHR32(MULT16_16(x,y),2); in compute_stereo_width()
670 pxy += SHR32(MULT16_16(x,y),2); in compute_stereo_width()
675 pxy += SHR32(MULT16_16(x,y),2); in compute_stereo_width()
679 xy += SHR32(pxy, 10); in compute_stereo_width()