/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/ |
findhalfpel.cpp | 200 Int swidth; local 236 swidth = lx; 249 d = (*SAD_Blk_HalfPel)(cand, cur8, dmin, lx, swidth, xh, yh, extra_info);
|
/external/opencv3/3rdparty/libpng/ |
pngset.c | 379 int unit, png_const_charp swidth, png_const_charp sheight) 394 if (swidth == NULL || (lengthw = png_strlen(swidth)) == 0 || 395 swidth[0] == 45 /* '-' */ || !png_check_fp_string(swidth, lengthw)) 416 png_memcpy(info_ptr->scal_s_width, swidth, lengthw); 456 char swidth[PNG_sCAL_MAX_DIGITS+1]; local 459 png_ascii_from_fp(png_ptr, swidth, sizeof swidth, width, 464 png_set_sCAL_s(png_ptr, info_ptr, unit, swidth, sheight) 486 char swidth[PNG_sCAL_MAX_DIGITS+1]; local [all...] |
/external/libpng/ |
pngset.c | 371 int unit, png_const_charp swidth, png_const_charp sheight) 386 if (swidth == NULL || (lengthw = strlen(swidth)) == 0 || 387 swidth[0] == 45 /* '-' */ || !png_check_fp_string(swidth, lengthw)) 410 memcpy(info_ptr->scal_s_width, swidth, lengthw); 452 char swidth[PNG_sCAL_MAX_DIGITS+1]; local 455 png_ascii_from_fp(png_ptr, swidth, (sizeof swidth), width, 460 png_set_sCAL_s(png_ptr, info_ptr, unit, swidth, sheight) 482 char swidth[PNG_sCAL_MAX_DIGITS+1]; local [all...] |
/external/pdfium/third_party/lpng_v163/ |
pngset.c | 362 int unit, png_const_charp swidth, png_const_charp sheight)
377 if (swidth == NULL || (lengthw = strlen(swidth)) == 0 ||
378 swidth[0] == 45 /* '-' */ || !png_check_fp_string(swidth, lengthw))
400 memcpy(info_ptr->scal_s_width, swidth, lengthw);
441 char swidth[PNG_sCAL_MAX_DIGITS+1];
local 444 png_ascii_from_fp(png_ptr, swidth, (sizeof swidth), width,
449 png_set_sCAL_s(png_ptr, info_ptr, unit, swidth, sheight); 471 char swidth[PNG_sCAL_MAX_DIGITS+1]; local [all...] |
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/bdf/ |
bdf.h | 150 unsigned short swidth; /* Scalable width. */ member in struct:bdf_glyph_t_
|
/hardware/intel/img/psb_video/src/ |
psb_overlay.c | 280 int swidth = ((offset + width + mask) >> shift) - (offset >> shift); local 281 swidth <<= 1; 282 swidth -= 1; 283 return swidth << 2; 420 unsigned int swidth, swidthy, swidthuv; local 541 overlay->SWIDTH = width | ((width / 2 & 0x7ff) << 16); 549 overlay->SWIDTH = width | ((width / 2 & 0x7ff) << 16); 558 overlay->SWIDTH = width; 559 swidth = ((offsety + (width << 1) + mask) >> shift) - 562 swidth <<= 1 [all...] |
/hardware/intel/img/hwcomposer/merrifield/ips/common/ |
OverlayPlaneBase.cpp | 801 uint32_t swidth = ((offset + width + 0x3F) >> 6) - (offset >> 6); local 803 swidth <<= 1; 804 swidth -= 1; 806 return swidth; 855 backBuffer->SWIDTH = width | ((width / 2) << 16); [all...] |
/hardware/intel/img/hwcomposer/moorefield_hdmi/ips/common/ |
OverlayPlaneBase.cpp | 780 uint32_t swidth = ((offset + width + 0x3F) >> 6) - (offset >> 6); local 782 swidth <<= 1; 783 swidth -= 1; 785 return swidth; 835 backBuffer->SWIDTH = width | ((width / 2) << 16); [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.ui.forms_3.5.2.r36_v20100702.jar | |