Home
last modified time | relevance | path

Searched refs:LOAD_UV (Results 1 – 1 of 1) sorted by relevance

/external/webp/src/dsp/
Dupsampling.c35 #define LOAD_UV(u,v) ((u) | ((v) << 16)) macro
44 uint32_t tl_uv = LOAD_UV(top_u[0], top_v[0]); /* top-left sample */ \
45 uint32_t l_uv = LOAD_UV(cur_u[0], cur_v[0]); /* left-sample */ \
55 const uint32_t t_uv = LOAD_UV(top_u[x], top_v[x]); /* top sample */ \
56 const uint32_t uv = LOAD_UV(cur_u[x], cur_v[x]); /* sample */ \
103 #undef LOAD_UV