Home
last modified time | relevance | path

Searched defs:rdcost (Results 1 – 8 of 8) sorted by relevance

/external/libaom/av1/qmode_rc/
Dratectrl_qmode.h39 double rdcost; // overall rate-distortion cost member
/external/libvpx/vp9/encoder/
Dvp9_context_tree.h59 int64_t rdcost; member
Dvp9_rd.h137 int64_t rdcost; member
/external/libaom/aom/
Daom_external_partition.h334 int64_t rdcost; ///< Rate-distortion cost of the block member
/external/libaom/av1/encoder/
Dpartition_strategy.c1236 const int rdcost = (int)AOMMIN(INT_MAX, best_rd); in av1_ml_prune_ab_partition() local
1348 const int rdcost = (int)AOMMIN(INT_MAX, best_rd); in av1_ml_prune_4_partition() local
1939 const int rdcost = (int)AOMMIN(INT_MAX, best_rd); in prepare_features_after_part_ab() local
Dpartition_search.c3143 int64_t rdcost) { in end_partition_block_timer()
5038 RD_STATS rdcost; in ml_partition_search_partial() local
5087 RD_STATS *rdcost = NULL; in av1_rd_partition_search() local
Dnonrd_pickmode.c41 #define CALC_BIASED_RDCOST(rdcost) (7 * (rdcost) >> 3) argument
/external/libaom/av1/common/
Dblockd.h198 int64_t rdcost; member