Home
last modified time | relevance | path

Searched defs:quantize (Results 1 – 7 of 7) sorted by relevance

/external/sonivox/jet_tools/JetCreator/
DJetFile.py94 …def __init__ (self, segname, filename, start=None, end=None, length=None, output=None, quantize=No… argument
133 def ExtractEvents (self, start, end, length, quantize, chase_controllers): argument
615 …def AddSegment(self, segname, filename, start, end, length, output, quantize, jetevents, dlsfile, … argument
623 …def UpdateSegment(self, orgsegname, segname, filename, start, end, length, output, quantize, jetev… argument
Dmidifile.py1169 …def Trim (self, start, end, slide=True, chase_controllers=True, delete_meta_events=False, quantize argument
1372 def Trim (self, start, end, quantize=0, chase_controllers=True): argument
/external/libjpeg-turbo/
Djcdctmgr.c52 quantize_method_ptr quantize; member
408 quantize (JCOEFPTR coef_block, DCTELEM *divisors, DCTELEM *workspace) in quantize() function
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Ddepthstencil.h101 float quantize = (float)((1 << depthBpc) - 1); in QuantizeDepth() local
/external/icu/icu4c/source/i18n/
Ddigitlst.cpp1047 DigitList::quantize(const DigitList &quantity, UErrorCode &status) { in quantize() function in DigitList
/external/python/cpython2/Lib/
Ddecimal.py2420 def quantize(self, exp, rounding=None, context=None, watchexp=True): member in Decimal
5045 def quantize(self, a, b): member in Context
/external/ImageMagick/Magick++/lib/
DImage.cpp3916 void Magick::Image::quantize(const bool measureError_) in quantize() function in Magick::Image