Searched refs:vbase (Results 1 - 6 of 6) sorted by relevance

/haiku-fatelf/src/add-ons/media/plugins/ffmpeg/
H A Dgfx_conv_mmx.cpp34 uint8 *vbase = (uint8 *)in->data[2]; local
44 _Convert_YUV420P_RGBA32_SSE(ybase, ubase, vbase, rgbbase, width);
49 _Convert_YUV420P_RGBA32_SSE(ybase, ubase, vbase, rgbbase, width);
52 vbase += vBaseInc;
70 uint8 *vbase = (uint8 *)in->data[2]; local
80 _Convert_YUV420P_RGBA32_SSE2(ybase, ubase, vbase, rgbbase, width);
85 _Convert_YUV420P_RGBA32_SSE2(ybase, ubase, vbase, rgbbase, width);
88 vbase += vBaseInc;
106 uint8 *vbase = (uint8 *)in->data[2]; local
116 _Convert_YUV420P_RGBA32_SSSE3(ybase, ubase, vbase, rgbbas
142 uint8 *vbase = (uint8 *)in->data[2]; local
172 uint8 *vbase = (uint8 *)in->data[2]; local
202 uint8 *vbase = (uint8 *)in->data[2]; local
[all...]
H A Dgfx_conv_c.cpp178 uint8 *vbase = (uint8 *)in->data[2]; local
190 vbase[uv_index]);
192 vbase[uv_index]);
199 vbase += in->linesize[2];
/haiku-fatelf/src/system/libroot/posix/stdlib/
H A Dheapsort.c142 heapsort(void *vbase, size_t nmemb, size_t size, int (*compar)(void const *, void const *)) argument
173 base = (char *)vbase - size;
/haiku-fatelf/src/bin/gdb/gdb/
H A Dgdbtypes.c1932 static struct vbase *current_vbase_list = NULL;
1934 /* Return a pointer to a null-terminated list of struct vbase
1945 struct vbase *tmp_vbase;
1973 tmp_vbase = (struct vbase *) xmalloc (sizeof (struct vbase));
2003 struct vbase *tmp_vbase;
2004 struct vbase *tmp_vbase_2;
2041 struct vbase *tmp_vbase;
2059 struct vbase *tmp_vbase;
2087 struct type *vbase; local
2117 struct type *vbase; local
[all...]
H A Dgdbtypes.h766 struct vbase struct
769 struct vbase *next; /* next in chain */
/haiku-fatelf/src/libs/print/libgutenprint/src/main/
H A Ddither-ed.c269 * vbase is the bottom of the scaling range.
271 unsigned vbase = virtual_value * (65535u - randomizer) / local
274 vmatrix += vbase;

Completed in 74 milliseconds