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

  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGFEConvolveMatrixElement.h 70 void setOrder(float orderX, float orderY);
90 DECLARE_ANIMATED_INTEGER(OrderY, orderY)
SVGFEConvolveMatrixElement.idl 37 readonly attribute SVGAnimatedInteger orderY;
SVGFEConvolveMatrixElement.cpp 38 DEFINE_ANIMATED_INTEGER_MULTIPLE_WRAPPERS(SVGFEConvolveMatrixElement, SVGNames::orderAttr, orderYIdentifier(), OrderY, orderY)
52 REGISTER_LOCAL_ANIMATED_PROPERTY(orderY)
314 // The spec says the default value is: targetY = floor ( orderY / 2 ))
  /external/chromium_org/third_party/opus/src/celt/
bands.c 530 /* Indexing table for converting from natural Hadamard to ordery Hadamard
552 const int *ordery = ordery_table+stride-2; local
556 tmp[ordery[i]*N0+j] = X[j*stride+i];
578 const int *ordery = ordery_table+stride-2; local
581 tmp[j*stride+i] = X[ordery[i]*N0+j];
    [all...]

Completed in 2339 milliseconds