Home
last modified time | relevance | path

Searched defs:rdcost_block_args (Results 1 – 2 of 2) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/
Dvp9_rdopt.c66 struct rdcost_block_args { struct
67 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 …]
/external/libaom/libaom/av1/encoder/
Drdopt.c186 struct rdcost_block_args { struct
187 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 …]