Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/encoder/
Dpartition_strategy.h112 int64_t best_rd, int64_t horz_rd[2],
122 int64_t horz_rd[2], int64_t vert_rd[2],
Dpartition_strategy.c1003 int64_t best_rd, int64_t horz_rd[2], in av1_ml_prune_ab_partition()
1032 if (horz_rd[i] > 0 && horz_rd[i] < 1000000000) in av1_ml_prune_ab_partition()
1033 sub_block_rdcost[rd_index] = (int)horz_rd[i]; in av1_ml_prune_ab_partition()
1092 int64_t horz_rd[2], int64_t vert_rd[2], in av1_ml_prune_4_partition()
1120 if (horz_rd[i] > 0 && horz_rd[i] < 1000000000) in av1_ml_prune_4_partition()
1121 sub_block_rdcost[rd_index] = (int)horz_rd[i]; in av1_ml_prune_4_partition()
Dencodeframe.c2705 int64_t horz_rd[2] = { 0, 0 }; in rd_pick_partition() local
3187 horz_rd[0] = this_rdc.rdcost; in rd_pick_partition()
3209 horz_rd[1] = this_rdc.rdcost; in rd_pick_partition()
3383 horz_rd[0] = (horz_rd[0] < INT64_MAX ? horz_rd[0] : 0); in rd_pick_partition()
3384 horz_rd[1] = (horz_rd[1] < INT64_MAX ? horz_rd[1] : 0); in rd_pick_partition()
3395 const int64_t horz_a_rd = horz_rd[1] + split_rd[0] + split_rd[1]; in rd_pick_partition()
3396 const int64_t horz_b_rd = horz_rd[0] + split_rd[2] + split_rd[3]; in rd_pick_partition()
3435 best_rdc.rdcost, horz_rd, vert_rd, split_rd, &horza_partition_allowed, in rd_pick_partition()
3672 best_rdc.rdcost, horz_rd, vert_rd, split_rd, in rd_pick_partition()