/external/libjpeg-turbo/ |
D | jcdctmgr.c | 43 METHODDEF(void) quantize (JCOEFPTR, DCTELEM *, DCTELEM *); 51 quantize_method_ptr quantize; member 264 && fdct->quantize == jsimd_quantize) in start_pass_fdctmgr() 265 fdct->quantize = quantize; in start_pass_fdctmgr() 307 && fdct->quantize == jsimd_quantize) in start_pass_fdctmgr() 308 fdct->quantize = quantize; in start_pass_fdctmgr() 403 quantize (JCOEFPTR coef_block, DCTELEM * divisors, DCTELEM * workspace) in quantize() function 500 quantize_method_ptr do_quantize = fdct->quantize; in forward_DCT() 675 fdct->quantize = jsimd_quantize; in jinit_forward_dct() 677 fdct->quantize = quantize; in jinit_forward_dct()
|
D | structure.txt | 292 | |-- Forward DCT, quantize 337 * Forward DCT and quantization: Perform DCT, quantize, and emit coefficients. 457 quantize to more than 256 colors. This is unlikely to be a problem in 467 quantize in one step).
|
/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.mk | 12 quantize.c
|
/external/libvpx/config/mips64/ |
D | libvpx_srcs.txt | 106 vp8/encoder/quantize.h 290 vpx_dsp/quantize.c 291 vpx_dsp/quantize.h
|
/external/libvpx/config/generic/ |
D | libvpx_srcs.txt | 106 vp8/encoder/quantize.h 290 vpx_dsp/quantize.c 291 vpx_dsp/quantize.h
|
/external/libvpx/config/mips32/ |
D | libvpx_srcs.txt | 106 vp8/encoder/quantize.h 290 vpx_dsp/quantize.c 291 vpx_dsp/quantize.h
|
/external/icu/icu4c/source/i18n/ |
D | precision.cpp | 55 value.quantize(fRoundingIncrement, status); in round() 59 value.quantize(adjustedIncrement, status); in round()
|
D | digitlst.h | 407 void quantize(const DigitList &amount, UErrorCode &status);
|
D | digitlst.cpp | 1023 DigitList::quantize(const DigitList &quantity, UErrorCode &status) { in quantize() function in DigitList
|
/external/libvpx/config/arm/ |
D | libvpx_srcs.txt | 128 vp8/encoder/quantize.h 320 vpx_dsp/quantize.c 321 vpx_dsp/quantize.h
|
/external/libvpx/config/mips32-dspr2/ |
D | libvpx_srcs.txt | 112 vp8/encoder/quantize.h 328 vpx_dsp/quantize.c 329 vpx_dsp/quantize.h
|
/external/libvpx/config/arm64/ |
D | libvpx_srcs.txt | 129 vp8/encoder/quantize.h 345 vpx_dsp/quantize.c 346 vpx_dsp/quantize.h
|
/external/libvpx/config/x86_64/ |
D | libvpx_srcs.txt | 133 vp8/encoder/quantize.h 337 vpx_dsp/quantize.c 338 vpx_dsp/quantize.h
|
/external/libvpx/config/arm-neon/ |
D | libvpx_srcs.txt | 147 vp8/encoder/quantize.h 373 vpx_dsp/quantize.c 374 vpx_dsp/quantize.h
|
/external/libvpx/config/x86/ |
D | libvpx_srcs.txt | 132 vp8/encoder/quantize.h 334 vpx_dsp/quantize.c 335 vpx_dsp/quantize.h
|
/external/libvpx/libvpx/vpx_dsp/ |
D | vpx_dsp.mk | 242 DSP_SRCS-yes += quantize.c 243 DSP_SRCS-yes += quantize.h
|
/external/libvpx/libvpx/vp8/ |
D | vp8cx.mk | 53 VP8_CX_SRCS-yes += encoder/quantize.h
|
/external/libvpx/libvpx/vp9/encoder/x86/ |
D | vp9_quantize_ssse3_x86_64.asm | 27 ; actual quantize loop - setup pointers, rounders, etc.
|
/external/libvpx/libvpx/vpx_dsp/x86/ |
D | quantize_ssse3_x86_64.asm | 26 ; actual quantize loop - setup pointers, rounders, etc.
|
/external/icu/icu4c/source/test/intltest/ |
D | numberformat2test.cpp | 395 digits.quantize(quantity, status); in TestQuantize() 402 digits.quantize(quantity, status); in TestQuantize() 409 digits.quantize(quantity, status); in TestQuantize()
|