Home
last modified time | relevance | path

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

/external/libyuv/files/source/
Drow_common.cc2442 int twidth = width > MAXTWIDTH ? MAXTWIDTH : width; in I422ToRGB565Row_SSSE3() local
2443 I422ToARGBRow_SSSE3(src_y, src_u, src_v, row, yuvconstants, twidth); in I422ToRGB565Row_SSSE3()
2444 ARGBToRGB565Row_SSE2(row, dst_rgb565, twidth); in I422ToRGB565Row_SSSE3()
2445 src_y += twidth; in I422ToRGB565Row_SSSE3()
2446 src_u += twidth / 2; in I422ToRGB565Row_SSSE3()
2447 src_v += twidth / 2; in I422ToRGB565Row_SSSE3()
2448 dst_rgb565 += twidth * 2; in I422ToRGB565Row_SSSE3()
2449 width -= twidth; in I422ToRGB565Row_SSSE3()
2464 int twidth = width > MAXTWIDTH ? MAXTWIDTH : width; in I422ToARGB1555Row_SSSE3() local
2465 I422ToARGBRow_SSSE3(src_y, src_u, src_v, row, yuvconstants, twidth); in I422ToARGB1555Row_SSSE3()
[all …]
/external/libvpx/libvpx/third_party/libyuv/source/
Drow_common.cc2424 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/
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; \
/external/libcups/cups/
Dppd-cache.c3217 char twidth[256], /* Width string */ in _ppdCreateFromIPP() local
3228 _cupsStrFormatd(twidth, twidth + sizeof(twidth), pwg->width * 72.0 / 2540.0, loc); in _ppdCreateFromIPP()
3231 …FilePrintf(fp, "*PageSize %s: \"<</PageSize[%s %s]>>setpagedevice\"\n", pwg->ppd, twidth, tlength); in _ppdCreateFromIPP()
3257 char twidth[256], /* Width string */ in _ppdCreateFromIPP() local
3265 _cupsStrFormatd(twidth, twidth + sizeof(twidth), pwg->width * 72.0 / 2540.0, loc); in _ppdCreateFromIPP()
3268 …lePrintf(fp, "*PageRegion %s: \"<</PageSize[%s %s]>>setpagedevice\"\n", pwg->ppd, twidth, tlength); in _ppdCreateFromIPP()
3297 twidth[256], /* Width string */ in _ppdCreateFromIPP() local
3309 _cupsStrFormatd(twidth, twidth + sizeof(twidth), pwg->width * 72.0 / 2540.0, loc); in _ppdCreateFromIPP()
3313 cupsFilePrintf(fp, "*PaperDimension %s: \"%s %s\"\n", pwg->ppd, twidth, tlength); in _ppdCreateFromIPP()
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
Dorg.eclipse.ui.forms_3.5.2.r36_v20100702.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
/external/deqp/external/vulkancts/framework/vulkan/
DvkStrUtilImpl.inl1770 s << "\twidth = " << value.width << '\n';
2451 s << "\twidth = " << value.width << '\n';
2471 s << "\twidth = " << value.width << '\n';
2820 s << "\twidth = " << value.width << '\n';