Home
last modified time | relevance | path

Searched refs:twidth (Results 1 – 3 of 3) sorted by relevance

/external/libvpx/libvpx/third_party/libyuv/source/
Drow_common.cc2172 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/mesa3d/src/gallium/state_trackers/vega/
Dmask.c56 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/
Ds_triangle.c122 #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; \