Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/encoder/
Dencodeframe.c2800 int rd_index = 0; in ml_prune_ab_partition() local
2803 sub_block_rdcost[rd_index] = (int)horz_rd[i]; in ml_prune_ab_partition()
2804 ++rd_index; in ml_prune_ab_partition()
2808 sub_block_rdcost[rd_index] = (int)vert_rd[i]; in ml_prune_ab_partition()
2809 ++rd_index; in ml_prune_ab_partition()
2813 sub_block_rdcost[rd_index] = (int)split_rd[i]; in ml_prune_ab_partition()
2814 ++rd_index; in ml_prune_ab_partition()
2888 int rd_index = 0; in ml_prune_4_partition() local
2891 sub_block_rdcost[rd_index] = (int)horz_rd[i]; in ml_prune_4_partition()
2892 ++rd_index; in ml_prune_4_partition()
[all …]
/external/v8/src/arm64/
Ddisasm-arm64.cc3703 unsigned rd_index, rn_index; in SubstituteImmediateField() local
3708 rd_index = imm5 >> (tz + 1); in SubstituteImmediateField()
3711 AppendToOutput("%d", rd_index); in SubstituteImmediateField()
/external/vixl/src/aarch64/
Ddisasm-aarch64.cc5281 unsigned rd_index, rn_index; in SubstituteImmediateField() local
5286 rd_index = imm5 >> (tz + 1); in SubstituteImmediateField()
5289 AppendToOutput("%d", rd_index); in SubstituteImmediateField()