unittest.cc | 103 template <typename T, bool adaptive> 113 ASSERT_EQ(0, T::EncoderInit(encdec, adaptive ? 0 : 1)); 116 if (adaptive) 124 ASSERT_EQ(0, T::EncoderInit(enc, adaptive ? 0 : 1)); 126 if (adaptive) 155 if (adaptive) 196 bool adaptive; member in struct:webrtc::__anon27778::IsacTestParam 203 << (itp.adaptive ? "adaptive" : "nonadaptive") << ',' 218 if (p.adaptive) [all...] |