Home
last modified time | relevance | path

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

/external/libopus/celt/
Dpitch.c405 opus_val32 x2y2; in compute_pitch_gain() local
414 x2y2 = SHR32(MULT16_16(VSHR32(xx, sx), VSHR32(yy, sy)), 14); in compute_pitch_gain()
416 if (x2y2 < 32768) in compute_pitch_gain()
418 x2y2 <<= 1; in compute_pitch_gain()
421 x2y2 >>= 1; in compute_pitch_gain()
425 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: