/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/ |
get_pred_outside.cpp | 23 xpos = x half-pixel of (x,y) coordinates within a VOP; motion 78 is outside, i.e., left, right, top, bottom. xpos is compared to the left and 242 int xpos, /* i */ 264 /* saturate xpos and ypos */ 265 if (xpos < -16) xpos = -16; 266 if (xpos > ((width - 1) << 1)) xpos = (width - 1) << 1; 270 if (xpos < 0) 295 ptr = pred + (((ypos >> 1) + 8) << 4) + (xpos >> 1) + 8 [all...] |
mb_motion_comp.cpp | 136 int ypos, xpos; local 180 xpos = video->mbnum_col << 4 ; 185 offset = (int32)ypos * width + xpos; 191 /* imv = (xpos/8) + ((ypos/8) * mvwidth) */ 192 imv = (offset >> 6) - (xpos >> 6) + (xpos >> 3); 250 /* luminance_pred_mode_inter4v(xpos, ypos, px, py, c_prev, 256 xpred = (int)((xpos << 1) + px[0]); 292 xpred = (int)(((xpos + B_SIZE) << 1) + px[1]); 328 xpred = (int)((xpos << 1) + px[2]) 554 int ypos, xpos; local [all...] |
conceal.cpp | 143 int xpos, ypos, MB_in_width; local 148 xpos = mbnum - ypos * MB_in_width; 149 lumstart = (ypos << 4) * (int32)width_Y + (xpos << 4); 150 chrstart = (ypos << 3) * (int32)width_C + (xpos << 3);
|
/external/wpa_supplicant_8/src/crypto/ |
fips_prf_internal.c | 22 u8 *xpos = x; local 53 os_memcpy(xpos, _t, 20); 58 carry += xkey[k] + xpos[k]; 63 xpos += SHA1_MAC_LEN;
|
fips_prf_openssl.c | 31 u8 *xpos = x; local 62 os_memcpy(xpos, _t, 20); 67 carry += xkey[k] + xpos[k]; 72 xpos += 20;
|
aes-gcm.c | 106 const u8 *xpos = x; local 113 xor_block(y, xpos); 114 xpos += 16; 123 if (x + xlen > xpos) { 125 size_t last = x + xlen - xpos; 126 os_memcpy(tmp, xpos, last); 147 const u8 *xpos = x; local 159 xor_block(ypos, xpos); 160 xpos += AES_BLOCK_SIZE; 165 last = x + xlen - xpos; [all...] |
/external/grub/docs/ |
kernel.c | 37 static int xpos; variable 155 /* Clear the screen and initialize VIDEO, XPOS and YPOS. */ 166 xpos = 0; 223 xpos = 0; 230 *(video + (xpos + ypos * COLUMNS) * 2) = c & 0xFF; 231 *(video + (xpos + ypos * COLUMNS) * 2 + 1) = ATTRIBUTE; 233 xpos++; 234 if (xpos >= COLUMNS)
|
kernel.c.texi | 37 static int xpos; 155 /* @r{Clear the screen and initialize VIDEO, XPOS and YPOS.} */ 166 xpos = 0; 223 xpos = 0; 230 *(video + (xpos + ypos * COLUMNS) * 2) = c & 0xFF; 231 *(video + (xpos + ypos * COLUMNS) * 2 + 1) = ATTRIBUTE; 233 xpos++; 234 if (xpos >= COLUMNS)
|
/external/chromium_org/third_party/skia/src/core/ |
SkTextToPathIter.h | 33 bool next(const SkPath** path, SkScalar* xpos); 44 SkScalar fXPos; // accumulated xpos, returned in next
|
SkBitmapProcState_matrixProcs.cpp | 272 int xpos = nofilter_trans_preamble(s, &xy, x, y); local 284 if (xpos < 0) { 285 n = -xpos; 295 xpos = 0; 299 if (xpos < width) { 300 n = width - xpos; 304 fill_sequential(xptr, xpos, n); 320 int xpos = nofilter_trans_preamble(s, &xy, x, y); local 329 int start = sk_int_mod(xpos, width); 360 int xpos = nofilter_trans_preamble(s, &xy, x, y) local [all...] |
/external/skia/src/core/ |
SkTextToPathIter.h | 33 bool next(const SkPath** path, SkScalar* xpos); 44 SkScalar fXPos; // accumulated xpos, returned in next
|
SkBitmapProcState_matrixProcs.cpp | 272 int xpos = nofilter_trans_preamble(s, &xy, x, y); local 284 if (xpos < 0) { 285 n = -xpos; 295 xpos = 0; 299 if (xpos < width) { 300 n = width - xpos; 304 fill_sequential(xptr, xpos, n); 320 int xpos = nofilter_trans_preamble(s, &xy, x, y); local 329 int start = sk_int_mod(xpos, width); 360 int xpos = nofilter_trans_preamble(s, &xy, x, y) local [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/main/ |
accum.c | 190 GLint xpos, GLint ypos, GLint width, GLint height, 200 ctx->Driver.MapRenderbuffer(ctx, accRb, xpos, ypos, width, height, 248 GLint xpos, GLint ypos, GLint width, GLint height, 270 ctx->Driver.MapRenderbuffer(ctx, accRb, xpos, ypos, width, height, 278 ctx->Driver.MapRenderbuffer(ctx, colorRb, xpos, ypos, width, height, 342 GLint xpos, GLint ypos, GLint width, GLint height) 351 ctx->Driver.MapRenderbuffer(ctx, accRb, xpos, ypos, width, height, 372 ctx->Driver.MapRenderbuffer(ctx, colorRb, xpos, ypos, width, height, 455 GLint xpos, ypos, width, height; local 465 xpos = ctx->DrawBuffer->_Xmin [all...] |
/external/mesa3d/src/mesa/main/ |
accum.c | 190 GLint xpos, GLint ypos, GLint width, GLint height, 200 ctx->Driver.MapRenderbuffer(ctx, accRb, xpos, ypos, width, height, 248 GLint xpos, GLint ypos, GLint width, GLint height, 270 ctx->Driver.MapRenderbuffer(ctx, accRb, xpos, ypos, width, height, 278 ctx->Driver.MapRenderbuffer(ctx, colorRb, xpos, ypos, width, height, 342 GLint xpos, GLint ypos, GLint width, GLint height) 351 ctx->Driver.MapRenderbuffer(ctx, accRb, xpos, ypos, width, height, 372 ctx->Driver.MapRenderbuffer(ctx, colorRb, xpos, ypos, width, height, 455 GLint xpos, ypos, width, height; local 465 xpos = ctx->DrawBuffer->_Xmin [all...] |
/external/chromium_org/third_party/WebKit/Source/platform/text/ |
TextRun.h | 63 TextRun(const LChar* c, unsigned len, float xpos = 0, float expansion = 0, ExpansionBehavior expansionBehavior = AllowTrailingExpansion | ForbidLeadingExpansion, TextDirection direction = LTR, bool directionalOverride = false, bool characterScanForCodePath = true, RoundingHacks roundingHacks = RunRounding | WordRounding) 66 , m_xpos(xpos) 83 TextRun(const UChar* c, unsigned len, float xpos = 0, float expansion = 0, ExpansionBehavior expansionBehavior = AllowTrailingExpansion | ForbidLeadingExpansion, TextDirection direction = LTR, bool directionalOverride = false, bool characterScanForCodePath = true, RoundingHacks roundingHacks = RunRounding | WordRounding) 86 , m_xpos(xpos) 103 TextRun(const String& string, float xpos = 0, float expansion = 0, ExpansionBehavior expansionBehavior = AllowTrailingExpansion | ForbidLeadingExpansion, TextDirection direction = LTR, bool directionalOverride = false, bool characterScanForCodePath = true, RoundingHacks roundingHacks = RunRounding | WordRounding) 106 , m_xpos(xpos) 131 TextRun(const StringView& string, float xpos = 0, float expansion = 0, ExpansionBehavior expansionBehavior = AllowTrailingExpansion | ForbidLeadingExpansion, TextDirection direction = LTR, bool directionalOverride = false, bool characterScanForCodePath = true, RoundingHacks roundingHacks = RunRounding | WordRounding) 134 , m_xpos(xpos) 196 float xPos() const { return m_xpos; } 197 void setXPos(float xPos) { m_xpos = xPos; [all...] |
/external/grub/stage2/ |
char_io.c | 311 int xpos, lpos, c, section; local 343 else if (xpos - count < 1) 347 xpos -= count; 357 gotoxy (xpos, getxy () & 0xFF); 367 if (xpos + count >= CMDLINE_WIDTH) 371 xpos += count; 386 gotoxy (xpos, getxy () & 0xFF); 396 int pos = xpos; 435 offset = xpos - plen; 438 xpos = lpos + plen [all...] |
/external/chromium_org/third_party/re2/util/ |
stringpiece.cc | 48 const size_type xpos = result - ptr_; local 49 return xpos + s.length_ <= length_ ? xpos : npos;
|
/external/regex-re2/util/ |
stringpiece.cc | 48 const size_type xpos = result - ptr_; local 49 return xpos + s.length_ <= length_ ? xpos : npos;
|
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/ |
findhalfpel.cpp | 66 Int xpos, Int ypos, Int *xhmin, Int *yhmin, Int hp_guess) 93 imin = xpos + (mot[0].x >> 1); 95 ilow = xpos - range; 185 UChar *mode, Int xpos, Int ypos, Int *xhmin, Int *yhmin, UChar *hp_mem) 215 imin = xpos + ((comp & 1) << 3) + (mot[comp+1].x >> 1); 217 ilow = xpos + ((comp & 1) << 3) - range;
|
motion_comp.cpp | 37 Int EncGetPredOutside(Int xpos, Int ypos, UChar *c_prev, UChar *rec, 104 Int ypos, xpos; local 124 xpos = ind_x << 4 ; 138 xpred = (xpos << 1) + dx ; 151 xpred = xpos + dx; 167 EncPrediction_INTER4V(xpos, ypos, mot, c_prev, c_rec, 179 xpred = xpos + dx; 240 Int xpos, /* i */ 251 xpred = (Int)((xpos << 1) + mot[1].x); 259 xpred = (Int)(((xpos + B_SIZE) << 1) + mot[2].x) [all...] |
/frameworks/base/core/java/android/gesture/ |
GestureUtils.java | 137 float xpos; local 163 xpos = (float) Math.ceil(segmentStartX); 166 while (xpos < segmentEndX) { 167 ypos = slope * (xpos - segmentStartX) + segmentStartY; 168 plot(xpos, ypos, sample, bitmapSize); 169 xpos++; 172 xpos = (float) Math.ceil(segmentEndX); 175 while (xpos < segmentStartX) { 176 ypos = slope * (xpos - segmentStartX) + segmentStartY; 177 plot(xpos, ypos, sample, bitmapSize); [all...] |
/external/chromium_org/third_party/openssl/openssl/apps/ |
engine.c | 202 int xpos = 0; local 248 if(xpos == 0) 250 xpos = BIO_puts(bio_out, indent); 253 xpos += BIO_printf(bio_out, ", "); 257 if((xpos > (int)strlen(indent)) && 258 (xpos + (int)strlen(name) > line_wrap)) 261 xpos = BIO_puts(bio_out, indent); 263 xpos += BIO_printf(bio_out, "%s", name); 274 xpos = 0; 283 if(xpos > 0 [all...] |
/external/openssl/apps/ |
engine.c | 202 int xpos = 0; local 248 if(xpos == 0) 250 xpos = BIO_puts(bio_out, indent); 253 xpos += BIO_printf(bio_out, ", "); 257 if((xpos > (int)strlen(indent)) && 258 (xpos + (int)strlen(name) > line_wrap)) 261 xpos = BIO_puts(bio_out, indent); 263 xpos += BIO_printf(bio_out, "%s", name); 274 xpos = 0; 283 if(xpos > 0 [all...] |
/art/runtime/base/ |
stringpiece.cc | 40 const size_type xpos = result - ptr_; local 41 return xpos + s.length_ <= static_cast<size_type>(length_) ? xpos : npos;
|
/external/chromium_org/third_party/WebKit/Source/platform/fonts/skia/ |
SkiaFontWin.cpp | 78 SkScalar* xpos = storage.get(); local 80 xpos[i] = x; 84 xpos, y, textRect, *paint);
|