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

  /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...]
  /gdk/samples/PhotoEditor/jni/
Android-portable.mk 27 quantize.cpp \
Android.mk 27 quantize.cpp \
  /external/libvpx/vp8/encoder/generic/
csystemdependent.c 90 cpi->rtcd.quantize.quantb = vp8_regular_quantize_b;
91 cpi->rtcd.quantize.fastquantb = vp8_fast_quantize_b_c;
  /external/libvpx/vp8/
vp8cx.mk 60 VP8_CX_SRCS-yes += encoder/quantize.h
72 VP8_CX_SRCS-yes += encoder/quantize.c
  /external/libvpx/vp8/encoder/x86/
x86_csystemdependent.c 243 /*cpi->rtcd.quantize.fastquantb = fast_quantize_b_mmx;*/
296 cpi->rtcd.quantize.quantb = vp8_regular_quantize_b_sse2;
297 cpi->rtcd.quantize.fastquantb = fast_quantize_b_sse2;
335 cpi->rtcd.quantize.fastquantb = fast_quantize_b_ssse3;
  /external/libvpx/vp8/encoder/arm/
arm_csystemdependent.c 74 /*cpi->rtcd.quantize.quantb = vp8_regular_quantize_b;*/
75 cpi->rtcd.quantize.fastquantb = vp8_fast_quantize_b_armv6;
124 /*cpi->rtcd.quantize.quantb = vp8_regular_quantize_b;
125 cpi->rtcd.quantize.fastquantb = vp8_fast_quantize_b_c;*/
129 /*cpi->rtcd.quantize.fastquantb = vp8_fast_quantize_b_neon;*/
  /frameworks/av/media/libstagefright/codecs/aacenc/
Android.mk 30 src/quantize.c \
  /external/libvpx/vp8/encoder/
onyx_int.h 24 #include "quantize.h"
235 vp8_quantize_rtcd_vtable_t quantize; member in struct:VP8_ENCODER_RTCD
encodeframe.c     [all...]
onyx_if.c 15 #include "quantize.h"
    [all...]

Completed in 599 milliseconds