Home
last modified time | relevance | path

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

/external/webp/src/dsp/
Dupsampling.c113 static void FUNC_NAME(const uint8_t* top_y, const uint8_t* bot_y, \
129 FUNC(bot_y[2 * x + 0], bot_u[x], bot_v[x], bot_dst + 8 * x + 0); \
130 FUNC(bot_y[2 * x + 1], bot_u[x], bot_v[x], bot_dst + 8 * x + 4); \
132 if (len & 1) FUNC(bot_y[2 * x + 0], bot_u[x], bot_v[x], bot_dst + 8 * x); \
Dupsampling_msa.c561 static void FUNC_NAME(const uint8_t* top_y, const uint8_t* bot_y, \
574 const uint8_t* pbot_y = &bot_y[1]; \
578 if (bot_y != NULL) { \
580 FUNC(bot_y[0], uv1 & 0xff, (uv1 >> 16), bot_dst); \
593 if (bot_y != NULL) { \
621 if (bot_y != NULL) { \
635 if (bot_y != NULL) { \
637 FUNC(bot_y[len - 1], tmp1 & 0xff, (tmp1 >> 16), \
/external/libvpx/libvpx/third_party/libyuv/source/
Dplanar_functions.cc1904 int bot_y = ((y + radius) < height) ? (y + radius) : (height - 1); in ARGBBlur() local
1905 int area = radius * (bot_y - top_y); in ARGBBlur()
1934 area += (bot_y - top_y); in ARGBBlur()
1945 area -= (bot_y - top_y); in ARGBBlur()
/external/libyuv/files/source/
Dplanar_functions.cc2237 int bot_y = ((y + radius) < height) ? (y + radius) : (height - 1); in ARGBBlur() local
2238 int area = radius * (bot_y - top_y); in ARGBBlur()
2267 area += (bot_y - top_y); in ARGBBlur()
2278 area -= (bot_y - top_y); in ARGBBlur()