Searched defs:kExpectedOutput (Results 1 – 3 of 3) sorted by relevance
238 const int16_t kExpectedOutput = kInputValue * 3; in TEST_F() local248 const int16_t kExpectedOutput = kLimiterHeadroom; in TEST_F() local258 const int16_t kExpectedOutput = kInt16Max; in TEST_F() local268 const int16_t kExpectedOutput = kInputValue * 2; in TEST_F() local275 const int16_t kExpectedOutput = kInputValue * 4; in TEST_F() local282 const int16_t kExpectedOutput = kInputValue * 2; in TEST_F() local
139 const float kExpectedOutput[kNumInputChannels][kNumFrames] = { in TEST_F() local192 const float kExpectedOutput[kNumOutputChannels][kNumFrames] = { in TEST_F() local245 const float kExpectedOutput[kNumOutputChannels][kNumFrames] = { in TEST_F() local
27 const char kExpectedOutput[] = R"( variable