Home
last modified time | relevance | path

Searched refs:quantize (Results 1 – 25 of 43) sorted by relevance

12

/external/libjpeg-turbo/
Djcdctmgr.c44 METHODDEF(void) quantize (JCOEFPTR, DCTELEM *, DCTELEM *);
52 quantize_method_ptr quantize; member
269 fdct->quantize == jsimd_quantize) in start_pass_fdctmgr()
270 fdct->quantize = quantize; in start_pass_fdctmgr()
312 fdct->quantize == jsimd_quantize) in start_pass_fdctmgr()
313 fdct->quantize = quantize; in start_pass_fdctmgr()
408 quantize (JCOEFPTR coef_block, DCTELEM *divisors, DCTELEM *workspace) in quantize() function
505 quantize_method_ptr do_quantize = fdct->quantize; in forward_DCT()
680 fdct->quantize = jsimd_quantize; in jinit_forward_dct()
682 fdct->quantize = quantize; in jinit_forward_dct()
/external/sonivox/jet_tools/JetCreator/
DJetFile.py94 …def __init__ (self, segname, filename, start=None, end=None, length=None, output=None, quantize=No… argument
102 self.quantize = quantize
133 def ExtractEvents (self, start, end, length, quantize, chase_controllers): argument
148 if quantize is not None:
149 quantize = int(quantize)
151 quantize = 0
153 self.Trim(start, end, quantize, chase_controllers=chase_controllers)
331 quantize = config.get(segment_name, SEGMENT_QUANTIZE)
360 …segments.append(JetSegment(segname, filename, start, end, length, output, quantize, jetevents, dls…
439 …jet_segfile.ExtractEvents(segment.start, segment.end, segment.length, segment.quantize, self.confi…
[all …]
DJetDebug.py67 print(segment.quantize)
Dmidifile.py1169 …def Trim (self, start, end, slide=True, chase_controllers=True, delete_meta_events=False, quantize argument
1172 if quantize:
1174 for event in self.events.SelectEvents(start - quantize, start):
1179 for event in self.events.SelectEvents(end - quantize, end):
1372 def Trim (self, start, end, quantize=0, chase_controllers=True): argument
1376 track.Trim(start, end, quantize=quantize, chase_controllers=chase_controllers)
DJetCreatorhlp.dat5 quantize = Displays the quantization associated with the segment. This is pulled in from the segmen…
47 quantize = Selects the quantization amount for the segment. Use 0 for no quantization.
DJetPreview.py113 self.segment.quantize,
/external/giflib/
DAndroid.bp13 "quantize.c",
/external/ImageMagick/Magick++/demo/
Dbutton.cpp82 button.quantize(); in main()
Ddemo.cpp240 example.quantize( ); in main()
279 example.quantize( ); in main()
340 example.quantize( ); in main()
/external/libvpx/config/generic/
Dlibvpx_srcs.txt105 vp8/encoder/quantize.h
297 vpx_dsp/quantize.c
298 vpx_dsp/quantize.h
/external/libvpx/config/mips32/
Dlibvpx_srcs.txt105 vp8/encoder/quantize.h
297 vpx_dsp/quantize.c
298 vpx_dsp/quantize.h
/external/libvpx/config/arm/
Dlibvpx_srcs.txt105 vp8/encoder/quantize.h
297 vpx_dsp/quantize.c
298 vpx_dsp/quantize.h
/external/libvpx/config/mips64/
Dlibvpx_srcs.txt105 vp8/encoder/quantize.h
297 vpx_dsp/quantize.c
298 vpx_dsp/quantize.h
/external/ImageMagick/MagickCore/
DAndroid.mk59 quantize.c\
DMakefile.am222 MagickCore/quantize.c \
223 MagickCore/quantize.h \
382 MagickCore/quantize.h \
/external/icu/icu4c/source/i18n/
Dprecision.cpp57 value.quantize(fRoundingIncrement, status); in round()
61 value.quantize(adjustedIncrement, status); in round()
Ddigitlst.h409 void quantize(const DigitList &amount, UErrorCode &status);
/external/libvpx/config/mips64-msa/
Dlibvpx_srcs.txt115 vp8/encoder/quantize.h
345 vpx_dsp/quantize.c
346 vpx_dsp/quantize.h
/external/libvpx/config/arm-neon/
Dlibvpx_srcs.txt125 vp8/encoder/quantize.h
356 vpx_dsp/quantize.c
357 vpx_dsp/quantize.h
/external/libvpx/config/mips32-msa/
Dlibvpx_srcs.txt115 vp8/encoder/quantize.h
345 vpx_dsp/quantize.c
346 vpx_dsp/quantize.h
/external/libvpx/config/arm64/
Dlibvpx_srcs.txt125 vp8/encoder/quantize.h
350 vpx_dsp/quantize.c
351 vpx_dsp/quantize.h
/external/libvpx/config/mips32-dspr2/
Dlibvpx_srcs.txt111 vp8/encoder/quantize.h
335 vpx_dsp/quantize.c
336 vpx_dsp/quantize.h
/external/libvpx/config/x86_64/
Dlibvpx_srcs.txt128 vp8/encoder/quantize.h
340 vpx_dsp/quantize.c
341 vpx_dsp/quantize.h
/external/libvpx/config/x86/
Dlibvpx_srcs.txt127 vp8/encoder/quantize.h
338 vpx_dsp/quantize.c
339 vpx_dsp/quantize.h
/external/libvpx/libvpx/vp8/
Dvp8cx.mk49 VP8_CX_SRCS-yes += encoder/quantize.h

12