/external/libjpeg-turbo/ |
D | jcdctmgr.c | 44 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/ |
D | JetFile.py | 94 …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 …]
|
D | JetDebug.py | 67 print(segment.quantize)
|
D | midifile.py | 1169 …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)
|
D | JetCreatorhlp.dat | 5 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.
|
D | JetPreview.py | 113 self.segment.quantize,
|
/external/giflib/ |
D | Android.bp | 13 "quantize.c",
|
/external/ImageMagick/Magick++/demo/ |
D | button.cpp | 82 button.quantize(); in main()
|
D | demo.cpp | 240 example.quantize( ); in main() 279 example.quantize( ); in main() 340 example.quantize( ); in main()
|
/external/libvpx/config/generic/ |
D | libvpx_srcs.txt | 105 vp8/encoder/quantize.h 297 vpx_dsp/quantize.c 298 vpx_dsp/quantize.h
|
/external/libvpx/config/mips32/ |
D | libvpx_srcs.txt | 105 vp8/encoder/quantize.h 297 vpx_dsp/quantize.c 298 vpx_dsp/quantize.h
|
/external/libvpx/config/arm/ |
D | libvpx_srcs.txt | 105 vp8/encoder/quantize.h 297 vpx_dsp/quantize.c 298 vpx_dsp/quantize.h
|
/external/libvpx/config/mips64/ |
D | libvpx_srcs.txt | 105 vp8/encoder/quantize.h 297 vpx_dsp/quantize.c 298 vpx_dsp/quantize.h
|
/external/ImageMagick/MagickCore/ |
D | Android.mk | 59 quantize.c\
|
D | Makefile.am | 222 MagickCore/quantize.c \ 223 MagickCore/quantize.h \ 382 MagickCore/quantize.h \
|
/external/icu/icu4c/source/i18n/ |
D | precision.cpp | 57 value.quantize(fRoundingIncrement, status); in round() 61 value.quantize(adjustedIncrement, status); in round()
|
D | digitlst.h | 409 void quantize(const DigitList &amount, UErrorCode &status);
|
/external/libvpx/config/mips64-msa/ |
D | libvpx_srcs.txt | 115 vp8/encoder/quantize.h 345 vpx_dsp/quantize.c 346 vpx_dsp/quantize.h
|
/external/libvpx/config/arm-neon/ |
D | libvpx_srcs.txt | 125 vp8/encoder/quantize.h 356 vpx_dsp/quantize.c 357 vpx_dsp/quantize.h
|
/external/libvpx/config/mips32-msa/ |
D | libvpx_srcs.txt | 115 vp8/encoder/quantize.h 345 vpx_dsp/quantize.c 346 vpx_dsp/quantize.h
|
/external/libvpx/config/arm64/ |
D | libvpx_srcs.txt | 125 vp8/encoder/quantize.h 350 vpx_dsp/quantize.c 351 vpx_dsp/quantize.h
|
/external/libvpx/config/mips32-dspr2/ |
D | libvpx_srcs.txt | 111 vp8/encoder/quantize.h 335 vpx_dsp/quantize.c 336 vpx_dsp/quantize.h
|
/external/libvpx/config/x86_64/ |
D | libvpx_srcs.txt | 128 vp8/encoder/quantize.h 340 vpx_dsp/quantize.c 341 vpx_dsp/quantize.h
|
/external/libvpx/config/x86/ |
D | libvpx_srcs.txt | 127 vp8/encoder/quantize.h 338 vpx_dsp/quantize.c 339 vpx_dsp/quantize.h
|
/external/libvpx/libvpx/vp8/ |
D | vp8cx.mk | 49 VP8_CX_SRCS-yes += encoder/quantize.h
|