Searched defs:rdcost_block_args (Results 1 – 2 of 2) sorted by relevance
66 struct rdcost_block_args { struct67 const VP9_COMP *cpi;68 MACROBLOCK *x;69 ENTROPY_CONTEXT t_above[16];70 ENTROPY_CONTEXT t_left[16];71 int this_rate;72 int64_t this_dist;73 int64_t this_sse;74 int64_t this_rd;75 int64_t best_rd;[all …]
186 struct rdcost_block_args { struct187 const AV1_COMP *cpi;188 MACROBLOCK *x;189 ENTROPY_CONTEXT t_above[MAX_MIB_SIZE];190 ENTROPY_CONTEXT t_left[MAX_MIB_SIZE];191 RD_STATS rd_stats;192 int64_t this_rd;193 int64_t best_rd;194 int exit_early;195 int incomplete_exit;[all …]