Home
last modified time | relevance | path

Searched refs:myPos (Results 1 – 2 of 2) sorted by relevance

/third_party/gstreamer/gstplugins_good/gst/goom/
Dmmx.c72 int myPos = loop << 1, myPos2 = myPos + 1; in zoom_filter_mmx() local
73 int brutSmypos = brutS[myPos]; in zoom_filter_mmx()
75 px = brutSmypos + (((brutD[myPos] - in zoom_filter_mmx()
Dfilters.c448 int myPos, myPos2; in c_zoom() local
459 for (myPos = 0; myPos < bufsize; myPos += 2) { in c_zoom()
465 int brutSmypos = brutS[myPos]; in c_zoom()
467 myPos2 = myPos + 1; in c_zoom()
469 px = brutSmypos + (((brutD[myPos] - in c_zoom()
508 setPixelRGB_ (expix2, myPos >> 1, couleur); in c_zoom()