HomeSort by relevance Sort by last modified time
    Searched defs:resp2 (Results 1 - 2 of 2) sorted by null

  /external/speex/libspeex/
cb_search.c 53 static void compute_weighted_codebook(const signed char *shape_cb, const spx_word16_t *r, spx_word16_t *resp, spx_word16_t *resp2, spx_word32_t *E, int shape_cb_size, int subvect_size, char *stack)
118 VARDECL(__m128 *resp2);
121 spx_word16_t *resp2; local
141 ALLOC(resp2, (shape_cb_size*subvect_size)>>2, __m128);
144 resp2 = resp;
153 compute_weighted_codebook(shape_cb, r, resp, resp2, E, shape_cb_size, subvect_size, stack);
160 vq_nbest_sign(x, resp2, subvect_size, shape_cb_size, E, 1, &best_index, &best_dist, stack);
162 vq_nbest(x, resp2, subvect_size, shape_cb_size, E, 1, &best_index, &best_dist, stack);
261 VARDECL(__m128 *resp2);
264 spx_word16_t *resp2; local
    [all...]
  /external/chromium_org/net/http/
http_network_transaction_unittest.cc 3077 const char resp2[] = "HTTP\/1.1 200 OK\\r\\n" local
3214 const char resp2[] = "HTTP\/1.1 200 OK\\r\\n" local
    [all...]

Completed in 204 milliseconds