HomeSort by relevance Sort by last modified time
    Searched refs:x2y2 (Results 1 - 2 of 2) sorted by null

  /external/libopus/celt/
pitch.c 418 opus_val32 x2y2; local
427 x2y2 = MULT16_16_Q14(VSHR32(xx, sx), VSHR32(yy, sy));
429 if (x2y2 < 32768)
431 x2y2 <<= 1;
434 x2y2 >>= 1;
438 den = celt_rsqrt_norm(x2y2);
  /external/v8/tools/
gc-nvp-trace-processor.py 58 x2y2 = 'x2y2' variable
132 if item.axis == x1y2 or item.axis == x2y2:

Completed in 288 milliseconds