OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bit_counts
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/webrtc/modules/audio_processing/utility/
delay_estimator.c
58
// -
bit_counts
: "Vector" stored as a long, containing for each
65
int32_t*
bit_counts
) {
70
bit_counts
[n] = (int32_t) BitCount(binary_vector ^ binary_matrix[n]);
385
free(self->
bit_counts
);
386
self->
bit_counts
= NULL;
423
self->
bit_counts
= NULL;
450
self->
bit_counts
=
451
realloc(self->
bit_counts
, history_size * sizeof(*self->
bit_counts
));
456
(self->
bit_counts
== NULL) |
[
all
...]
delay_estimator.h
34
int32_t*
bit_counts
;
member in struct:__anon20534
Completed in 1560 milliseconds