Searched defs:rdcost_block_args (Results 1 – 1 of 1) sorted by relevance
67 struct rdcost_block_args { struct68 MACROBLOCK *x;69 ENTROPY_CONTEXT t_above[16];70 ENTROPY_CONTEXT t_left[16];71 int rate;72 int64_t dist;73 int64_t sse;74 int this_rate;75 int64_t this_dist;76 int64_t this_sse;[all …]