Home
last modified time | relevance | path

Searched refs:print_vector_in_c_format (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/webrtc/modules/audio_processing/test/
H A Dbitexactness_tools.cc125 auto print_vector_in_c_format = [](rtc::ArrayView<const float> v, in VerifyArray() local
140 << print_vector_in_c_format(output, in VerifyArray()
144 << print_vector_in_c_format(reference, reference.size()) << std::endl; in VerifyArray()