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/webrtc/src/modules/audio_processing/utility/
delay_estimator.c
46
// -
bit_counts
: "Vector" stored as a long, containing for each
53
int32_t*
bit_counts
) {
58
bit_counts
[n] = (int32_t) BitCount(binary_vector ^ binary_matrix[n]);
69
if (handle->
bit_counts
!= NULL) {
70
free(handle->
bit_counts
);
71
handle->
bit_counts
= NULL;
118
self->
bit_counts
= NULL;
132
self->
bit_counts
= malloc(history_size * sizeof(int32_t));
133
if (self->
bit_counts
== NULL) {
166
memset(handle->
bit_counts
, 0, sizeof(int32_t) * handle->history_size)
[
all
...]
delay_estimator.h
26
int32_t*
bit_counts
;
member in struct:__anon18351
Completed in 75 milliseconds