Searched refs:bot_y (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/libwebp/dsp/
H A 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); \
/external/webp/src/dsp/
H A 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); \
/external/libyuv/files/source/
H A Dplanar_functions.cc1307 int bot_y = ((y + radius) < height) ? (y + radius) : (height - 1); local
1308 int area = radius * (bot_y - top_y);
1336 area += (bot_y - top_y);
1347 area -= (bot_y - top_y);
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/source/
H A Dplanar_functions.cc1670 int bot_y = ((y + radius) < height) ? (y + radius) : (height - 1); local
1671 int area = radius * (bot_y - top_y);
1700 area += (bot_y - top_y);
1711 area -= (bot_y - top_y);
/external/chromium_org/third_party/libyuv/source/
H A Dplanar_functions.cc1670 int bot_y = ((y + radius) < height) ? (y + radius) : (height - 1); local
1671 int area = radius * (bot_y - top_y);
1700 area += (bot_y - top_y);
1711 area -= (bot_y - top_y);

Completed in 125 milliseconds