Searched defs:rdcost_block_args (Results 1 – 2 of 2) sorted by relevance
68 struct rdcost_block_args { struct69 const VP9_COMP *cpi;70 MACROBLOCK *x;71 ENTROPY_CONTEXT t_above[16];72 ENTROPY_CONTEXT t_left[16];73 int this_rate;74 int64_t this_dist;75 int64_t this_sse;76 int64_t this_rd;77 int64_t best_rd;[all …]
23 struct rdcost_block_args { struct24 const AV1_COMP *cpi;25 MACROBLOCK *x;26 ENTROPY_CONTEXT t_above[MAX_MIB_SIZE];27 ENTROPY_CONTEXT t_left[MAX_MIB_SIZE];28 RD_STATS rd_stats;29 int64_t current_rd;30 int64_t best_rd;31 int exit_early;32 int incomplete_exit;[all …]