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

  /external/webrtc/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:__anon44198

Completed in 172 milliseconds