HomeSort by relevance Sort by last modified time
    Searched refs:quantize (Results 1 - 25 of 32) sorted by null

1 2

  /external/chromium_org/third_party/libjpeg_turbo/
jcdctmgr.c 44 METHODDEF(void) quantize (JCOEFPTR, DCTELEM *, DCTELEM *);
52 quantize_method_ptr quantize; member in struct:__anon17339
243 && fdct->quantize == jsimd_quantize)
244 fdct->quantize = quantize;
282 && fdct->quantize == jsimd_quantize)
283 fdct->quantize = quantize;
368 * Quantize/descale the coefficients, and store into coef_blocks[].
372 quantize (JCOEFPTR coef_block, DCTELEM * divisors, DCTELEM * workspace function
    [all...]
  /external/sonivox/jet_tools/JetCreator/
JetFile.py 75 SEGMENT_QUANTIZE = 'quantize'
94 def __init__ (self, segname, filename, start=None, end=None, length=None, output=None, quantize=None, jetevents=[], dlsfile=None, dump_file=None, transpose=0, repeat=0, mute_flags=0):
102 self.quantize = quantize
133 def ExtractEvents (self, start, end, length, quantize, chase_controllers):
148 if quantize is not None:
149 quantize = int(quantize)
151 quantize = 0
153 self.Trim(start, end, quantize, chase_controllers=chase_controllers)
    [all...]
JetDebug.py 67 print(segment.quantize)
JetPreview.py 113 self.segment.quantize,
midifile.py     [all...]
JetCreator.py 281 self.SegSort(segments, "quantize")
308 self.segList.SetStringItem(index, 5, StrNoneChk(segment.quantize))
479 dlg.SetValue(JetDefs.F_QUANTIZE, segment.quantize)
    [all...]
JetDialogs.py     [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/
vp8cx.mk 53 VP8_CX_SRCS-yes += encoder/quantize.h
63 VP8_CX_SRCS-yes += encoder/quantize.c
  /external/libvpx/libvpx/vp8/
vp8cx.mk 53 VP8_CX_SRCS-yes += encoder/quantize.h
63 VP8_CX_SRCS-yes += encoder/quantize.c
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/
vp8cx.mk 53 VP8_CX_SRCS-yes += encoder/quantize.h
63 VP8_CX_SRCS-yes += encoder/quantize.c
  /frameworks/av/media/libstagefright/codecs/aacenc/
Android.mk 30 src/quantize.c \
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_decimal.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_decimal.py     [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/x86/
vp9_quantize_ssse3_x86_64.asm 25 ; actual quantize loop - setup pointers, rounders, etc.
228 ; actual quantize loop - setup pointers, rounders, etc.
  /external/libvpx/libvpx/vp9/encoder/x86/
vp9_quantize_ssse3.asm 25 ; actual quantize loop - setup pointers, rounders, etc.
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/x86/
vp9_quantize_ssse3.asm 25 ; actual quantize loop - setup pointers, rounders, etc.
  /external/chromium_org/third_party/libvpx/
libvpx.target.darwin-mips.mk 78 third_party/libvpx/source/libvpx/vp8/encoder/quantize.c \
libvpx.target.darwin-mips64.mk 78 third_party/libvpx/source/libvpx/vp8/encoder/quantize.c \
libvpx.target.linux-mips.mk 78 third_party/libvpx/source/libvpx/vp8/encoder/quantize.c \
libvpx.target.linux-mips64.mk 78 third_party/libvpx/source/libvpx/vp8/encoder/quantize.c \
libvpx.target.darwin-arm64.mk 108 third_party/libvpx/source/libvpx/vp8/encoder/quantize.c \
libvpx.target.linux-arm64.mk 108 third_party/libvpx/source/libvpx/vp8/encoder/quantize.c \
libvpx.target.darwin-arm.mk     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
decimal.py 2422 def quantize(self, exp, rounding=None, context=None, watchexp=True): member in class:Decimal
5045 def quantize(self, a, b): member in class:Context
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
decimal.py 2422 def quantize(self, exp, rounding=None, context=None, watchexp=True): member in class:Decimal
5045 def quantize(self, a, b): member in class:Context
    [all...]

Completed in 541 milliseconds

1 2