Home
last modified time | relevance | path

Searched refs:myPos2 (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
77 brutSmypos = brutS[myPos2]; in zoom_filter_mmx()
78 py = brutSmypos + (((brutD[myPos2] - in zoom_filter_mmx()
Dfilters.c448 int myPos, myPos2; in c_zoom() local
467 myPos2 = myPos + 1; in c_zoom()
471 brutSmypos = brutS[myPos2]; in c_zoom()
472 py = brutSmypos + (((brutD[myPos2] - in c_zoom()