Home
last modified time | relevance | path

Searched refs:resp2 (Results 1 – 6 of 6) sorted by relevance

/external/speex/libspeex/
Dcb_search.c53 … char *shape_cb, const spx_word16_t *r, spx_word16_t *resp, spx_word16_t *resp2, spx_word32_t *E, … in compute_weighted_codebook() argument
118 VARDECL(__m128 *resp2); in split_cb_search_shape_sign_N1()
121 spx_word16_t *resp2; in split_cb_search_shape_sign_N1() local
141 ALLOC(resp2, (shape_cb_size*subvect_size)>>2, __m128); in split_cb_search_shape_sign_N1()
144 resp2 = resp; in split_cb_search_shape_sign_N1()
153 compute_weighted_codebook(shape_cb, r, resp, resp2, E, shape_cb_size, subvect_size, stack); in split_cb_search_shape_sign_N1()
160 vq_nbest_sign(x, resp2, subvect_size, shape_cb_size, E, 1, &best_index, &best_dist, stack); in split_cb_search_shape_sign_N1()
162 vq_nbest(x, resp2, subvect_size, shape_cb_size, E, 1, &best_index, &best_dist, stack); in split_cb_search_shape_sign_N1()
261 VARDECL(__m128 *resp2); in split_cb_search_shape_sign()
264 spx_word16_t *resp2; in split_cb_search_shape_sign() local
[all …]
Dcb_search_sse.h54 …ok(const signed char *shape_cb, const spx_sig_t *_r, float *resp, __m128 *resp2, __m128 *E, int sh… in compute_weighted_codebook() argument
79 *resp2++ = resj; in compute_weighted_codebook()
Dcb_search_bfin.h37 … char *shape_cb, const spx_word16_t *r, spx_word16_t *resp, spx_word16_t *resp2, spx_word32_t *E, … in compute_weighted_codebook() argument
Dcb_search_arm4.h39 … char *shape_cb, const spx_word16_t *r, spx_word16_t *resp, spx_word16_t *resp2, spx_word32_t *E, …
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/sns/
Dtest_sns_sqs_subscription.py97 resp2 = self.snsc.subscribe_sqs_queue(topic_arn, queue)
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/
Dtest_connection.py322 resp2 = conn.make_request('myCmd2',
339 self.assertEqual(resp2.read(), b'{"test": "secure"}')