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 …]
27 struct rdcost_block_args { struct28 const AV1_COMP *cpi;29 MACROBLOCK *x;30 ENTROPY_CONTEXT t_above[MAX_MIB_SIZE];31 ENTROPY_CONTEXT t_left[MAX_MIB_SIZE];32 RD_STATS rd_stats;33 int64_t current_rd;34 int64_t best_rd;35 int exit_early;36 int incomplete_exit;[all …]