Searched refs:horz_rd (Results 1 – 1 of 1) sorted by relevance
2773 int64_t best_rd, int64_t horz_rd[2], in ml_prune_ab_partition()2802 if (horz_rd[i] > 0 && horz_rd[i] < 1000000000) in ml_prune_ab_partition()2803 sub_block_rdcost[rd_index] = (int)horz_rd[i]; in ml_prune_ab_partition()2862 int64_t best_rd, int64_t horz_rd[2], in ml_prune_4_partition()2890 if (horz_rd[i] > 0 && horz_rd[i] < 1000000000) in ml_prune_4_partition()2891 sub_block_rdcost[rd_index] = (int)horz_rd[i]; in ml_prune_4_partition()3138 int64_t horz_rd[2] = { 0, 0 }; in rd_pick_partition() local3611 horz_rd[0] = this_rdc.rdcost; in rd_pick_partition()3635 horz_rd[1] = this_rdc.rdcost; in rd_pick_partition()3814 horz_rd[0] = (horz_rd[0] < INT64_MAX ? horz_rd[0] : 0); in rd_pick_partition()[all …]