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

  /external/chromium_org/third_party/opus/src/celt/
pitch.c 318 opus_val32 x2y2; local
320 x2y2 = 1+HALF32(MULT32_32_Q31(xx,yy));
321 sh = celt_ilog2(x2y2)>>1;
322 t = VSHR32(x2y2, 2*(sh-7));
359 opus_val32 x2y2; local
361 x2y2 = 1+MULT32_32_Q31(xx,yy);
362 sh = celt_ilog2(x2y2)>>1;
363 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:
  /external/neven/Embedded/common/src/b_ImageEm/
UInt16ByteImage.c 316 | region x0y2 | region x1y2 | region x2y2 |
528 /* handle all pixels in region x2y2 */
813 /* handle all pixels in region x2y2 */
UInt8Image.c 500 | region x0y2 | region x1y2 | region x2y2 |
706 /* handle all pixels in region x2y2 */

Completed in 197 milliseconds