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

  /external/chromium_org/third_party/opus/src/celt/
pitch.c 437 opus_val32 x2y2; local
439 x2y2 = 1+HALF32(MULT32_32_Q31(xx,yy));
440 sh = celt_ilog2(x2y2)>>1;
441 t = VSHR32(x2y2, 2*(sh-7));
473 opus_val32 x2y2; local
475 x2y2 = 1+MULT32_32_Q31(xx,yy);
476 sh = celt_ilog2(x2y2)>>1;
477 t = VSHR32(x2y2, 2*(sh-7));
  /external/chromium_org/v8/tools/
gc-nvp-trace-processor.py 88 x2y2 = 'x2y2' variable
162 if item.axis == x1y2 or item.axis == x2y2:
  /external/v8/tools/
gc-nvp-trace-processor.py 88 x2y2 = 'x2y2' variable
162 if item.axis == x1y2 or item.axis == x2y2:

Completed in 60 milliseconds