Searched refs:num_cng_coefficients (Results 1 – 3 of 3) sorted by relevance
117 const int num_cng_coefficients = config.num_cng_coefficients; in CheckBlockGrouping() local134 EXPECT_EQ(static_cast<size_t>(num_cng_coefficients + 1), in CheckBlockGrouping()287 const auto num_cng_coefficients = config.num_cng_coefficients; in TEST_F() local304 EXPECT_EQ(static_cast<size_t>(num_cng_coefficients) + 1, in TEST_F()388 const auto num_cng_coefficients = config.num_cng_coefficients; in TEST_F() local398 EXPECT_EQ(static_cast<size_t>(num_cng_coefficients) + 1, in TEST_F()420 EXPECT_EQ(static_cast<size_t>(num_cng_coefficients) + 1, in TEST_F()460 config.num_cng_coefficients = num; in TryWrongNumCoefficients()
85 num_cng_coefficients_(config.num_cng_coefficients),312 if (num_cng_coefficients > WEBRTC_CNG_MAX_LPC_ORDER || in IsOk()313 num_cng_coefficients <= 0) in IsOk()
36 int num_cng_coefficients = 8; member