Searched defs:rdcost (Results 1 – 8 of 8) sorted by relevance
39 double rdcost; // overall rate-distortion cost member
59 int64_t rdcost; member
137 int64_t rdcost; member
334 int64_t rdcost; ///< Rate-distortion cost of the block member
1236 const int rdcost = (int)AOMMIN(INT_MAX, best_rd); in av1_ml_prune_ab_partition() local1348 const int rdcost = (int)AOMMIN(INT_MAX, best_rd); in av1_ml_prune_4_partition() local1939 const int rdcost = (int)AOMMIN(INT_MAX, best_rd); in prepare_features_after_part_ab() local
3143 int64_t rdcost) { in end_partition_block_timer()5038 RD_STATS rdcost; in ml_partition_search_partial() local5087 RD_STATS *rdcost = NULL; in av1_rd_partition_search() local
41 #define CALC_BIASED_RDCOST(rdcost) (7 * (rdcost) >> 3) argument
198 int64_t rdcost; member