Home
last modified time | relevance | path

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

/external/webp/src/dsp/
Dupsampling_sse2.c108 top_dst, bottom_dst, cur_x, num_pixels) { \ argument
123 top_dst, bottom_dst, cur_x) do { \ argument
Dupsampling_neon.c196 top_dst, bottom_dst, cur_x, len) { \ argument
204 top_dst, bottom_dst, cur_x, len) { \ argument
/external/opencv3/3rdparty/libwebp/dsp/
Dupsampling_neon.c191 top_dst, bottom_dst, cur_x, len) { \ argument
201 top_dst, bottom_dst, cur_x, len) { \ argument
Dupsampling_sse2.c112 top_dst, bottom_dst, cur_x, num_pixels) { \ argument
/external/libvpx/libvpx/vpx_scale/mips/dspr2/
Dyv12extend_dspr2.c28 uint8_t *top_dst, *bot_dst; in extend_plane() local