Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_rdopt.c67 struct rdcost_block_args { struct
68 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 …]