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

  /external/libvpx/vp8/encoder/arm/
csystemdependent.c 65 cpi->rtcd.quantize.quantb = vp8_regular_quantize_b;
66 cpi->rtcd.quantize.fastquantb = vp8_fast_quantize_b_c;
70 /*cpi->rtcd.quantize.fastquantb = vp8_fast_quantize_b_neon;*/
111 cpi->rtcd.quantize.quantb = vp8_regular_quantize_b;
112 cpi->rtcd.quantize.fastquantb = vp8_fast_quantize_b_c;
154 cpi->rtcd.quantize.quantb = vp8_regular_quantize_b;
155 cpi->rtcd.quantize.fastquantb = vp8_fast_quantize_b_c;
  /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/libvpx/vp8/encoder/generic/
csystemdependent.c 82 cpi->rtcd.quantize.quantb = vp8_regular_quantize_b;
83 cpi->rtcd.quantize.fastquantb = vp8_fast_quantize_b_c;
  /external/libvpx/vp8/
vp8cx.mk 61 VP8_CX_SRCS-yes += encoder/quantize.h
73 VP8_CX_SRCS-yes += encoder/quantize.c
  /frameworks/base/media/libstagefright/codecs/aacenc/
Android.mk 30 src/quantize.c \
  /frameworks/base/media/libstagefright/codecs/aacenc/build/
ms.mk 22 pre_echo_control.o psy_configuration.o psy_main.o qc_main.o quantize.o sf_estim.o \
  /external/libvpx/vp8/encoder/
onyx_int.h 25 #include "quantize.h"
229 vp8_quantize_rtcd_vtable_t quantize; member in struct:VP8_ENCODER_RTCD
onyx_if.c 15 #include "quantize.h"
    [all...]

Completed in 642 milliseconds