Home
last modified time | relevance | path

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

/external/webrtc/modules/audio_processing/test/
Daudio_processing_simulator.h167 bool OutputWasBitexact() { return bitexact_output_; } in OutputWasBitexact()
204 bool bitexact_output_ = true; variable
Daec_dump_based_simulator.cc168 if (bitexact_output_) { in VerifyProcessStreamBitExactness()
170 bitexact_output_ = VerifyFixedBitExactness(msg, fwd_frame_); in VerifyProcessStreamBitExactness()
172 bitexact_output_ = VerifyFloatBitExactness(msg, out_config_, *out_buf_); in VerifyProcessStreamBitExactness()