Home
last modified time | relevance | path

Searched refs:stats_ref (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/modules/audio_coding/neteq/
Dneteq_network_stats_unittest.cc159 NetEqNetworkStatistics stats_ref; member
203 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 …]
/external/llvm-project/mlir/test/Dialect/Quant/
Dparse-ops.mlir36 %0 = "quant.stats_ref"(%arg0) { statsKey = "foobar" } :
/external/llvm-project/mlir/docs/
DQuantization.md214 * stats_ref : Declares that statistics should be gathered at this point with a
217 the computation. stats_ref ops are generally converted to statistical operations once
/external/llvm-project/mlir/include/mlir/Dialect/Quant/
DQuantOps.td183 def quant_StatisticsRefOp : quant_Op<"stats_ref", [SameOperandsAndResultType]> {