OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:shape_bits
(Results
1 - 2
of
2
) sorted by null
/external/speex/libspeex/
cb_search.h
46
int
shape_bits
;
member in struct:split_cb_params
cb_search.c
136
shape_cb_size = 1<<params->
shape_bits
;
164
speex_bits_pack(bits,best_index,params->
shape_bits
+have_sign);
308
shape_cb_size = 1<<params->
shape_bits
;
468
speex_bits_pack(bits,ind[i],params->
shape_bits
+have_sign);
534
shape_cb_size = 1<<params->
shape_bits
;
548
ind[i] = speex_bits_unpack_unsigned(bits, params->
shape_bits
);
Completed in 559 milliseconds