/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/net/spdy/ |
D | spdy_network_transaction_unittest.cc | 620 scoped_ptr<spdy::SpdyFrame> resp2(ConstructSpdyGetSynReply(NULL, 0, 3)); in TEST_P() local 637 CreateMockRead(*resp2, 4), in TEST_P() 715 scoped_ptr<spdy::SpdyFrame> resp2(ConstructSpdyGetSynReply(NULL, 0, 3)); in TEST_P() local 726 CreateMockRead(*resp2, 4), in TEST_P() 802 scoped_ptr<spdy::SpdyFrame> resp2(ConstructSpdyGetSynReply(NULL, 0, 3)); in TEST_P() local 813 CreateMockRead(*resp2, 4), in TEST_P() 908 scoped_ptr<spdy::SpdyFrame> resp2(ConstructSpdyGetSynReply(NULL, 0, 3)); in TEST_P() local 936 CreateMockRead(*resp2, 7), in TEST_P() 1041 scoped_ptr<spdy::SpdyFrame> resp2(ConstructSpdyGetSynReply(NULL, 0, 3)); in TEST_P() local 1074 CreateMockRead(*resp2, 7), in TEST_P() [all …]
|
/external/chromium/net/http/ |
D | http_network_transaction_unittest.cc | 6681 scoped_ptr<spdy::SpdyFrame> resp2(ConstructSpdyGetSynReply(NULL, 0, 3)); in TEST_F() local 6686 CreateMockRead(*resp2), in TEST_F()
|