Searched refs:a_length (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/webrtc/common_audio/signal_processing/
H A Dfilter_ar.c21 int a_length,
51 stop = (i < a_length) ? i + 1 : a_length;
57 for (j = i + 1; j < a_length; j++)
72 WebRtcSpl_CopyFromEndW16(filtered, x_length, a_length - 1, state);
73 WebRtcSpl_CopyFromEndW16(filtered_low, x_length, a_length - 1, state_low);
20 WebRtcSpl_FilterAR(const int16_t* a, int a_length, const int16_t* x, int x_length, int16_t* state, int state_length, int16_t* state_low, int state_low_length, int16_t* filtered, int16_t* filtered_low, int filtered_low_length) argument
/external/webrtc/src/common_audio/signal_processing/
H A Dfilter_ar.c21 int a_length,
51 stop = (i < a_length) ? i + 1 : a_length;
57 for (j = i + 1; j < a_length; j++)
72 WebRtcSpl_CopyFromEndW16(filtered, x_length, a_length - 1, state);
73 WebRtcSpl_CopyFromEndW16(filtered_low, x_length, a_length - 1, state_low);
20 WebRtcSpl_FilterAR(G_CONST WebRtc_Word16* a, int a_length, G_CONST WebRtc_Word16* x, int x_length, WebRtc_Word16* state, int state_length, WebRtc_Word16* state_low, int state_low_length, WebRtc_Word16* filtered, WebRtc_Word16* filtered_low, int filtered_low_length) argument
/external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/internal/
H A Dgtest-string.h208 String(const char* buffer, size_t a_length) { argument
209 ConstructNonNull(buffer, a_length);
302 void ConstructNonNull(const char* buffer, size_t a_length) { argument
303 char* const str = new char[a_length + 1];
304 memcpy(str, buffer, a_length);
305 str[a_length] = '\0';
307 length_ = a_length;
/external/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-string.h208 String(const char* buffer, size_t a_length) { argument
209 ConstructNonNull(buffer, a_length);
302 void ConstructNonNull(const char* buffer, size_t a_length) { argument
303 char* const str = new char[a_length + 1];
304 memcpy(str, buffer, a_length);
305 str[a_length] = '\0';
307 length_ = a_length;
/external/mesa3d/src/gtest/include/gtest/internal/
H A Dgtest-string.h208 String(const char* buffer, size_t a_length) { argument
209 ConstructNonNull(buffer, a_length);
302 void ConstructNonNull(const char* buffer, size_t a_length) { argument
303 char* const str = new char[a_length + 1];
304 memcpy(str, buffer, a_length);
305 str[a_length] = '\0';
307 length_ = a_length;

Completed in 138 milliseconds