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

1 2

  /device/google/dragon/audio/hal/dsp/
biquad.c 30 static void set_coefficient(struct biquad *bq, double b0, double b1, double b2,
34 bq->b0 = b0 * a0_inv;
35 bq->b1 = b1 * a0_inv;
36 bq->b2 = b2 * a0_inv;
37 bq->a1 = a1 * a0_inv;
38 bq->a2 = a2 * a0_inv;
41 static void biquad_lowpass(struct biquad *bq, double cutoff, double resonance)
48 set_coefficient(bq, 1, 0, 0, 1, 0, 0);
67 set_coefficient(bq, b0, b1, b2, 1, a1, a2);
72 set_coefficient(bq, 0, 0, 0, 1, 0, 0)
    [all...]
biquad.h 43 * bq - The biquad filter we want to set.
50 void biquad_set(struct biquad *bq, enum biquad_type type, double freq, double Q,
eq2.c 52 static inline void eq2_process_one(struct biquad (*bq)[2],
55 struct biquad *qL = &bq[0][0];
56 struct biquad *qR = &bq[0][1];
115 static inline void eq2_process_two_neon(struct biquad (*bq)[2],
118 struct biquad *qL = &bq[0][0];
119 struct biquad *rL = &bq[1][0];
120 struct biquad *qR = &bq[0][1];
121 struct biquad *rR = &bq[1][1];
208 static inline void eq2_process_two_sse3(struct biquad (*bq)[2],
211 struct biquad *qL = &bq[0][0]
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/cloudsearch/
search.py 83 def __init__(self, q=None, bq=None, rank=None,
89 self.bq = bq
117 if self.bq:
118 params['bq'] = self.bq
155 def build_query(self, q=None, bq=None, rank=None, return_fields=None,
158 return Query(q=q, bq=bq, rank=rank, return_fields=return_fields,
163 def search(self, q=None, bq=None, rank=None, return_fields=None
    [all...]
  /external/opencv3/3rdparty/include/ffmpeg_/libavutil/
mathematics.h 101 int64_t av_rescale_q(int64_t a, AVRational bq, AVRational cq) av_const;
109 int64_t av_rescale_q_rnd(int64_t a, AVRational bq, AVRational cq,
  /external/chromium-trace/catapult/firefighter/update/handlers/
builds.py 23 bq = bigquery.BigQuery()
30 recorded_builds = _RecordedBuilds(bq, builders, available_builds)
42 jobs += bq.InsertRowsAsync(
46 jobs += bq.InsertRowsAsync(constants.DATASET, constants.BUILDS_TABLE,
50 bq.PollJob(job, 60 * 20) # 20 minutes.
71 def _RecordedBuilds(bq, builders, available_builds):
94 query_result = bq.QuerySync(query, 600)
  /frameworks/rs/
rsGrallocConsumer.h 47 GrallocConsumer(Allocation *, const sp<IGraphicBufferConsumer>& bq, int flags, uint32_t numAlloc);
rsGrallocConsumer.cpp 33 GrallocConsumer::GrallocConsumer(Allocation *a, const sp<IGraphicBufferConsumer>& bq, int flags, uint32_t numAlloc) :
34 ConsumerBase(bq, true)
56 bq->setDefaultBufferFormat(a->mHal.state.yuv);
  /external/chromium-trace/catapult/firefighter/default/handlers/
query.py 34 def _QueryEvents(bq, **filters):
78 return bq.QuerySync(query)
  /frameworks/native/include/gui/
CpuConsumer.h 93 CpuConsumer(const sp<IGraphicBufferConsumer>& bq,
GLConsumer.h 85 GLConsumer(const sp<IGraphicBufferConsumer>& bq,
89 GLConsumer(const sp<IGraphicBufferConsumer>& bq, uint32_t texureTarget,
  /external/gemmlowp/test/
test_fixedpoint.cc 53 FixedPoint<int32_t, tIntegerBits_b> bq; local
55 bq.raw() = b;
56 test_mul(aq, bq);
  /frameworks/native/libs/gui/
CpuConsumer.cpp 34 CpuConsumer::CpuConsumer(const sp<IGraphicBufferConsumer>& bq,
36 ConsumerBase(bq, controlledByApp),
GLConsumer.cpp 152 GLConsumer::GLConsumer(const sp<IGraphicBufferConsumer>& bq, uint32_t tex,
154 ConsumerBase(bq, isControlledByApp),
180 GLConsumer::GLConsumer(const sp<IGraphicBufferConsumer>& bq, uint32_t texTarget,
182 ConsumerBase(bq, isControlledByApp),
    [all...]
  /hardware/ti/omap4-aah/test/CameraHal/
surfacetexture_test.cpp 125 sp<BufferQueue> bq = new BufferQueue(); local
126 st = new GLConsumer (bq, tex_id, GL_TEXTURE_EXTERNAL_OES);
camera_test_surfacetexture.cpp 504 sp<BufferQueue> bq = new BufferQueue(); local
505 mST = new GLConsumer(bq, tex_id, tex_target);
  /development/ndk/platforms/android-9/samples/native-audio/jni/
native-audio-jni.c 116 void bqPlayerCallback(SLAndroidSimpleBufferQueueItf bq, void *context)
118 assert(bq == bqPlayerBufferQueue);
134 void bqRecorderCallback(SLAndroidSimpleBufferQueueItf bq, void *context)
136 assert(bq == recorderBufferQueue);
  /external/boringssl/src/crypto/modes/asm/
ghashv8-armx.pl 365 s/\bq([0-9]+)\b/"v".($1<8?$1:$1+8).".16b"/geo; # old->new registers
414 s/\bq([0-9]+)#(lo|hi)/sprintf "d%d",2*$1+($2 eq "hi")/geo or
ghash-armv4.pl 511 s/\bq([0-9]+)#(lo|hi)/sprintf "d%d",2*$1+($2 eq "hi")/geo or
  /external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rjsmin/bench/
apiviewer.js     [all...]
  /external/v8/tools/profviz/
gnuplot-4.6.3-emscripten.js     [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/cloudsearch/
test_search.py 104 search.search(bq="'Test'")
108 self.assertEqual(args[b'bq'], [b"'Test'"])
  /external/boringssl/src/crypto/aes/asm/
aesv8-armx.pl 911 s/\bq([0-9]+)\b/"v".($1<8?$1:$1+8).".16b"/geo; # old->new registers
  /external/testng/src/main/resources/
jquery-1.7.1.min.js     [all...]
  /system/bt/stack/btm/
btm_sec.c 2870 fixed_queue_t *bq = btm_cb.sec_pending_q; local
    [all...]

Completed in 1017 milliseconds

1 2