Searched refs:resp2 (Results 1 – 6 of 6) sorted by relevance
/external/speex/libspeex/ |
D | cb_search.c | 53 … 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 …]
|
D | cb_search_sse.h | 54 …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()
|
D | cb_search_bfin.h | 37 … 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
|
D | cb_search_arm4.h | 39 … 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/ |
D | test_sns_sqs_subscription.py | 97 resp2 = self.snsc.subscribe_sqs_queue(topic_arn, queue)
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/ |
D | test_connection.py | 322 resp2 = conn.make_request('myCmd2', 339 self.assertEqual(resp2.read(), b'{"test": "secure"}')
|