Searched defs:vptr (Results 1 - 6 of 6) sorted by relevance

/external/libvpx/vp8/common/
H A Dreconinter.c217 unsigned char *uptr, *vptr; local
228 vptr = x->pre.v_buffer + offset;
233 x->subpixel_predict8x8(vptr, pre_stride, mv_col & 7, mv_row & 7, vpred_ptr, 8);
238 RECON_INVOKE(&x->rtcd->recon, copy8x8)(vptr, pre_stride, vpred_ptr, 8);
327 unsigned char *uptr, *vptr; local
353 vptr = x->pre.v_buffer + offset;
358 x->subpixel_predict8x8(vptr, pre_stride, mv_col & 7, mv_row & 7, vpred_ptr, 8);
363 RECON_INVOKE(&x->rtcd->recon, copy8x8)(vptr, pre_stride, vpred_ptr, 8);
550 unsigned char *uptr, *vptr; local
578 vptr
[all...]
/external/webkit/Source/JavaScriptCore/runtime/
H A DJSCell.h135 void* vptr() { return *reinterpret_cast<void**>(this); } function in class:JSC::JSCell
136 void setVPtr(void* vptr) { *reinterpret_cast<void**>(this) = vptr; } argument
/external/libvpx/vp8/encoder/
H A Dtemporal_filter.c54 unsigned char *yptr, *uptr, *vptr; local
75 vptr = v_mb_ptr + offset;
81 x->subpixel_predict8x8(vptr, stride,
87 RECON_INVOKE(&x->rtcd->recon, copy8x8)(vptr, stride, &pred[320], 8);
H A Drdopt.c446 unsigned char *uptr, *vptr; local
464 vptr = x->e_mbd.pre.v_buffer + offset;
469 VARIANCE_INVOKE(rtcd, subpixvar8x8)(vptr, pre_stride, mv_col & 7, mv_row & 7, vpred_ptr, uv_stride, &sse1);
475 VARIANCE_INVOKE(rtcd, subpixvar8x8)(vptr, pre_stride, mv_col & 7, mv_row & 7, vpred_ptr, uv_stride, &sse1);
/external/libxml2/
H A Duri.c2249 xmlChar *bptr, *uptr, *vptr; local
2402 vptr = val;
2407 *vptr++ = '.';
2408 *vptr++ = '.';
2409 *vptr++ = '/';
2415 if ((vptr > val) && (len > 0) &&
2416 (uptr[0] == '/') && (vptr[-1] == '/')) {
2417 memcpy (vptr, uptr + 1, len - 1);
2418 vptr[len - 2] = 0;
2420 memcpy (vptr, upt
[all...]
/external/libxslt/libxslt/
H A Dtransform.c5852 xsltStackElemPtr vptr; local
6065 vptr = style->variables;
6066 while (vptr->next != variables)
6067 vptr = vptr->next;
6068 vptr->next = NULL;
6072 vptr = style->variables;
6073 while (vptr != NULL) {
6074 if (vptr->computed) {
6075 if (vptr
[all...]

Completed in 192 milliseconds