Searched refs:twidth (Results 1 – 5 of 5) sorted by relevance
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | row_common.cc | 2172 int twidth = width > MAXTWIDTH ? MAXTWIDTH : width; in I422ToRGB565Row_SSSE3() local 2173 I422ToARGBRow_SSSE3(src_y, src_u, src_v, row, twidth); in I422ToRGB565Row_SSSE3() 2174 ARGBToRGB565Row_SSE2(row, dst_rgb565, twidth); in I422ToRGB565Row_SSSE3() 2175 src_y += twidth; in I422ToRGB565Row_SSSE3() 2176 src_u += twidth / 2; in I422ToRGB565Row_SSSE3() 2177 src_v += twidth / 2; in I422ToRGB565Row_SSSE3() 2178 dst_rgb565 += twidth * 2; in I422ToRGB565Row_SSSE3() 2179 width -= twidth; in I422ToRGB565Row_SSSE3() 2193 int twidth = width > MAXTWIDTH ? MAXTWIDTH : width; in I422ToARGB1555Row_SSSE3() local 2194 I422ToARGBRow_SSSE3(src_y, src_u, src_v, row, twidth); in I422ToARGB1555Row_SSSE3() [all …]
|
/external/libyuv/files/source/ |
D | row_common.cc | 2424 int twidth = width > MAXTWIDTH ? MAXTWIDTH : width; in I422ToRGB565Row_SSSE3() local 2425 I422ToARGBRow_SSSE3(src_y, src_u, src_v, row, yuvconstants, twidth); in I422ToRGB565Row_SSSE3() 2426 ARGBToRGB565Row_SSE2(row, dst_rgb565, twidth); in I422ToRGB565Row_SSSE3() 2427 src_y += twidth; in I422ToRGB565Row_SSSE3() 2428 src_u += twidth / 2; in I422ToRGB565Row_SSSE3() 2429 src_v += twidth / 2; in I422ToRGB565Row_SSSE3() 2430 dst_rgb565 += twidth * 2; in I422ToRGB565Row_SSSE3() 2431 width -= twidth; in I422ToRGB565Row_SSSE3() 2446 int twidth = width > MAXTWIDTH ? MAXTWIDTH : width; in I422ToARGB1555Row_SSSE3() local 2447 I422ToARGBRow_SSSE3(src_y, src_u, src_v, row, yuvconstants, twidth); in I422ToARGB1555Row_SSSE3() [all …]
|
/external/mesa3d/src/gallium/state_trackers/vega/ |
D | mask.c | 56 VGint twidth, VGint theight, in intersect_rectangles() argument 60 if (tx + twidth <= 0 || tx >= dwidth) in intersect_rectangles() 74 location[2] = MIN2(tx + swidth, MIN2(dwidth, tx + twidth)); in intersect_rectangles() 77 offsets[2] = MIN2(twidth, MIN2(dwidth - tx, swidth )); in intersect_rectangles()
|
/external/mesa3d/src/mesa/swrast/ |
D | s_triangle.c | 122 #define S_SCALE twidth 133 const GLfloat twidth = (GLfloat) texImg->Width; \ 180 #define S_SCALE twidth 191 const GLfloat twidth = (GLfloat) texImg->Width; \ 536 #define S_SCALE twidth 548 const GLfloat twidth = (GLfloat) texImg->Width; \
|
/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkStrUtilImpl.inl | 1580 s << "\twidth = " << value.width << '\n'; 2261 s << "\twidth = " << value.width << '\n'; 2281 s << "\twidth = " << value.width << '\n'; 2630 s << "\twidth = " << value.width << '\n';
|