Searched refs:binary_vector (Results 1 - 2 of 2) sorted by relevance

/external/webrtc/src/modules/audio_processing/utility/
H A Ddelay_estimator.c37 // Compares the |binary_vector| with all rows of the |binary_matrix| and counts
41 // - binary_vector : binary "vector" stored in a long
50 static void BitCountComparison(uint32_t binary_vector, argument
56 // Compare |binary_vector| with all rows of the |binary_matrix|
58 bit_counts[n] = (int32_t) BitCount(binary_vector ^ binary_matrix[n]);
/external/chromium_org/third_party/webrtc/modules/audio_processing/utility/
H A Ddelay_estimator.c49 // Compares the |binary_vector| with all rows of the |binary_matrix| and counts
53 // - binary_vector : binary "vector" stored in a long
62 static void BitCountComparison(uint32_t binary_vector, argument
68 // Compare |binary_vector| with all rows of the |binary_matrix|
70 bit_counts[n] = (int32_t) BitCount(binary_vector ^ binary_matrix[n]);

Completed in 88 milliseconds