Home
last modified time | relevance | path

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

/external/perfetto/src/base/
Dmetatrace.cc98 auto rd_index = rd_index_.load(std::memory_order_relaxed); in AppendNewRecord() local
100 PERFETTO_DCHECK(wr_index >= rd_index); in AppendNewRecord()
101 auto size = wr_index - rd_index; in AppendNewRecord()
/external/perfetto/include/perfetto/ext/base/
Dmetatrace.h240 auto rd_index = rd_index_.load(std::memory_order_relaxed); in GetSizeForTesting() local
241 PERFETTO_DCHECK(wr_index >= rd_index); in GetSizeForTesting()
242 return wr_index - rd_index; in GetSizeForTesting()
/external/libaom/av1/encoder/
Dpartition_strategy.c1247 int rd_index = 0; in ml_prune_ab_partition() local
1251 sub_block_rdcost[rd_index] = (int)horz_rd[i]; in ml_prune_ab_partition()
1252 ++rd_index; in ml_prune_ab_partition()
1257 sub_block_rdcost[rd_index] = (int)vert_rd[i]; in ml_prune_ab_partition()
1258 ++rd_index; in ml_prune_ab_partition()
1263 sub_block_rdcost[rd_index] = (int)split_rd[i]; in ml_prune_ab_partition()
1264 ++rd_index; in ml_prune_ab_partition()
1360 int rd_index = 0; in av1_ml_prune_4_partition() local
1363 sub_block_rdcost[rd_index] = (int)horz_rd[i]; in av1_ml_prune_4_partition()
1364 ++rd_index; in av1_ml_prune_4_partition()
[all …]
/external/vixl/src/aarch64/
Ddisasm-aarch64.cc6929 unsigned rd_index, rn_index; in SubstituteImmediateField() local
6934 rd_index = imm5 >> (tz + 1); in SubstituteImmediateField()
6937 AppendToOutput("%d", rd_index); in SubstituteImmediateField()