Home
last modified time | relevance | path

Searched refs:LOAD_UV (Results 1 – 3 of 3) 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 */ \
56 const uint32_t t_uv = LOAD_UV(top_u[x], top_v[x]); /* top sample */ \
57 const uint32_t uv = LOAD_UV(cur_u[x], cur_v[x]); /* sample */ \
104 #undef LOAD_UV
Dupsampling_mips_dsp_r2.c144 #define LOAD_UV(u, v) ((u) | ((v) << 16))
153 uint32_t tl_uv = LOAD_UV(top_u[0], top_v[0]); /* top-left sample */ \
154 uint32_t l_uv = LOAD_UV(cur_u[0], cur_v[0]); /* left-sample */ \
165 const uint32_t t_uv = LOAD_UV(top_u[x], top_v[x]); /* top sample */ \
166 const uint32_t uv = LOAD_UV(cur_u[x], cur_v[x]); /* sample */ \
213 #undef LOAD_UV
/external/opencv3/3rdparty/libwebp/dsp/
Dupsampling.c37 #define LOAD_UV(u, v) ((u) | ((v) << 16)) macro
46 uint32_t tl_uv = LOAD_UV(top_u[0], top_v[0]); /* top-left sample */ \
47 uint32_t l_uv = LOAD_UV(cur_u[0], cur_v[0]); /* left-sample */ \
57 const uint32_t t_uv = LOAD_UV(top_u[x], top_v[x]); /* top sample */ \
58 const uint32_t uv = LOAD_UV(cur_u[x], cur_v[x]); /* sample */ \
105 #undef LOAD_UV