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

1 2

  /external/mesa3d/src/gallium/auxiliary/hud/
hud_driver_query.c 56 hud_batch_query_update(struct hud_batch_query_context *bq,
59 if (!bq || bq->failed)
62 if (bq->query[bq->head])
63 pipe->end_query(pipe, bq->query[bq->head]);
65 bq->results = 0;
67 while (bq->pending) {
68 unsigned idx = (bq->head - bq->pending + 1) % NUM_QUERIES
136 struct hud_batch_query_context *bq = *pbq; local
174 struct hud_batch_query_context *bq = *pbq; local
218 struct hud_batch_query_context *bq = info->batch; local
    [all...]
hud_private.h 175 void hud_batch_query_begin(struct hud_batch_query_context *bq,
177 void hud_batch_query_update(struct hud_batch_query_context *bq,
  /external/adhd/cras/src/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/grpc-grpc/tools/run_tests/performance/
bq_upload_result.py 55 bq = big_query_utils.create_big_query()
56 _create_results_table(bq, dataset_id, table_id)
59 bq, dataset_id, table_id, scenario_result, flatten=False):
68 bq = big_query_utils.create_big_query()
69 _create_results_table(bq, dataset_id, table_id)
71 if not _insert_result(bq, dataset_id, table_id, scenario_result):
76 def _insert_result(bq, dataset_id, table_id, scenario_result, flatten=True):
81 return big_query_utils.insert_rows(bq, _PROJECT_ID, dataset_id, table_id,
85 def _create_results_table(bq, dataset_id, table_id):
90 return big_query_utils.create_table2(bq, _PROJECT_ID, dataset_id, table_id
    [all...]
patch_scenario_results_schema.py 37 bq = big_query_utils.create_big_query()
42 return big_query_utils.patch_table(bq, _PROJECT_ID, dataset_id, table_id,
  /external/grpc-grpc/tools/internal_ci/linux/
run_performance_profile_hourly.sh 26 bq load microbenchmarks.memory memory_usage.csv
grpc_performance_profile_daily.sh 29 bq load microbenchmarks.memory memory_usage.csv
  /external/grpc-grpc/tools/line_count/
collect-now.sh 20 bq load line_counts.grpc cloc.csv
  /external/grpc-grpc/tools/run_tests/python_utils/
upload_test_results.py 15 """Helper to upload Jenkins test results to BQ"""
87 def _insert_rows_with_retries(bq, bq_table, bq_rows):
88 """Insert rows to bq table. Retry on error."""
93 if big_query_utils.insert_rows(bq, _PROJECT_ID, _DATASET_ID,
108 """Upload test results to a BQ table.
112 bq_table: string name of table to create/upload results to in BQ
115 bq = big_query_utils.create_big_query()
117 bq,
142 _insert_rows_with_retries(bq, bq_table, bq_rows)
146 """Upload interop test results to a BQ table
    [all...]
upload_rbe_results.py 81 """Upload test results to a BQ table.
86 bq = big_query_utils.create_big_query()
88 bq,
99 if big_query_utils.insert_rows(bq, _PROJECT_ID, _DATASET_ID, _TABLE_ID,
  /external/walt/android/WALT/app/src/main/jni/
player.c 105 void bqPlayerCallback(SLAndroidSimpleBufferQueueItf bq, __attribute__((unused)) void *context)
107 if (bq == NULL) {
110 assert(bq == bqPlayerBufferQueue);
351 void bqRecorderCallback(__attribute__((unused)) SLAndroidSimpleBufferQueueItf bq,
355 assert(bq == recorderBufferQueue);
  /external/grpc-grpc/tools/failures/
detect_new_failures.py 135 bq = big_query_utils.create_big_query()
145 query_job = big_query_utils.sync_query_job(bq, 'grpc-testing', query)
146 page = bq.jobs().getQueryResults(
  /external/grpc-grpc/tools/run_tests/
run_build_statistics.py 122 query_job = big_query_utils.sync_query_job(bq, _PROJECT_ID, query)
123 page = bq.jobs().getQueryResults(
199 bq = big_query_utils.create_big_query() variable
249 if not big_query_utils.insert_rows(bq, _PROJECT_ID, _DATASET_ID,
run_tests.py 50 pass # It's ok to not import because this is only necessary to upload results to BQ.
74 bq = big_query_utils.create_big_query()
94 query_job = big_query_utils.sync_query_job(bq, 'grpc-testing', query)
95 page = bq.jobs().getQueryResults(
    [all...]
  /frameworks/base/cmds/bootanimation/
audioplay.cpp 85 void bqPlayerCallback(SLAndroidSimpleBufferQueueItf bq, void *context) {
86 (void)bq;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/ccbench/
ccbench.py 56 bq, br, bs, bt = b
57 return (aq * bq,
59 as_ * bq + at * bs,
  /external/gemmlowp/test/
test_fixedpoint.cc 336 FixedPoint<std::int32_t, tIntegerBits_b> bq; local
338 bq.raw() = b;
339 test_mul(aq, bq);
  /external/python/cpython2/Tools/ccbench/
ccbench.py 56 bq, br, bs, bt = b
57 return (aq * bq,
59 as_ * bq + at * bs,
  /external/python/cpython3/Tools/ccbench/
ccbench.py 54 bq, br, bs, bt = b
55 return (aq * bq,
57 as_ * bq + at * bs,
  /external/boringssl/src/crypto/fipsmodule/modes/asm/
ghashv8-armx.pl 371 s/\bq([0-9]+)\b/"v".($1<8?$1:$1+8).".16b"/geo; # old->new registers
420 s/\bq([0-9]+)#(lo|hi)/sprintf "d%d",2*$1+($2 eq "hi")/geo or
ghash-armv4.pl 550 s/\bq([0-9]+)#(lo|hi)/sprintf "d%d",2*$1+($2 eq "hi")/geo or
  /external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/bench/
apiviewer.js     [all...]
  /external/v8/tools/profviz/
gnuplot-4.6.3-emscripten.js     [all...]

Completed in 2735 milliseconds

1 2