Searched refs:stats_ref (Results 1 – 4 of 4) sorted by relevance
159 NetEqNetworkStatistics stats_ref; member203 EXPECT_EQ(stats.x, expects.stats_ref.x); \ in CheckNetworkStatistics()206 EXPECT_LT(stats.x, expects.stats_ref.x); \ in CheckNetworkStatistics()209 EXPECT_GT(stats.x, expects.stats_ref.x); \ in CheckNetworkStatistics()279 expects.stats_ref.packet_loss_rate = 1337; in DecodeFecTest()280 expects.stats_ref.expand_rate = expects.stats_ref.speech_expand_rate = 1065; in DecodeFecTest()286 expects.stats_ref.packet_loss_rate = 0; in DecodeFecTest()287 expects.stats_ref.expand_rate = expects.stats_ref.speech_expand_rate = 0; in DecodeFecTest()288 expects.stats_ref.secondary_decoded_rate = 2006; in DecodeFecTest()289 expects.stats_ref.secondary_discarded_rate = 14336; in DecodeFecTest()[all …]
36 %0 = "quant.stats_ref"(%arg0) { statsKey = "foobar" } :
214 * stats_ref : Declares that statistics should be gathered at this point with a217 the computation. stats_ref ops are generally converted to statistical operations once
183 def quant_StatisticsRefOp : quant_Op<"stats_ref", [SameOperandsAndResultType]> {