Home | History | Annotate | Download | only in neteq

Lines Matching defs:output2

178     int16_t* output2 = decoded_ + frame_size_;
192 dec_len = decoder_->Decode(encoded_copy, enc_len, output2, &speech_type2);
195 ASSERT_EQ(output1[n], output2[n]) << "Exit test on first diff; n = " << n;