HomeSort by relevance Sort by last modified time
    Searched full:bot_dst (Results 1 - 3 of 3) sorted by null

  /external/libvpx/libvpx/vpx_scale/mips/dspr2/
yv12extend_dspr2.c 28 uint8_t *top_dst, *bot_dst; local
93 bot_dst = src + src_stride * (height) - extend_left;
102 vpx_memcpy(bot_dst, bot_src, linesize);
103 bot_dst += src_stride;
  /external/chromium_org/third_party/libwebp/dsp/
upsampling.c 168 uint8_t* top_dst, uint8_t* bot_dst, int len) { \
178 if (bot_dst != NULL) { \
180 FUNC(bot_y[2 * x + 0], bot_u[x], bot_v[x], bot_dst + 8 * x + 0); \
181 FUNC(bot_y[2 * x + 1], bot_u[x], bot_v[x], bot_dst + 8 * x + 4); \
183 if (len & 1) FUNC(bot_y[2 * x + 0], bot_u[x], bot_v[x], bot_dst + 8 * x); \
  /external/webp/src/dsp/
upsampling.c 168 uint8_t* top_dst, uint8_t* bot_dst, int len) { \
178 if (bot_dst != NULL) { \
180 FUNC(bot_y[2 * x + 0], bot_u[x], bot_v[x], bot_dst + 8 * x + 0); \
181 FUNC(bot_y[2 * x + 1], bot_u[x], bot_v[x], bot_dst + 8 * x + 4); \
183 if (len & 1) FUNC(bot_y[2 * x + 0], bot_u[x], bot_v[x], bot_dst + 8 * x); \

Completed in 72 milliseconds