Home
last modified time | relevance | path

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

/aosp_15_r20/external/libvpx/vp9/encoder/
H A Dvp9_rdopt.c68 struct rdcost_block_args { struct
69 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 …]
/aosp_15_r20/external/libaom/av1/encoder/
H A Dtx_search.c27 struct rdcost_block_args { struct
28 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 …]