Home
last modified time | relevance | path

Searched refs:tmpy0 (Results 1 – 4 of 4) sorted by relevance

/dports/multimedia/vvdec/vvdec-1.1.2/source/Lib/CommonLib/x86/
H A DInterPredX86.h139 …radY0, const int16_t* gradY1, ptrdiff_t widthG, int tmpx0, int tmpx1, int tmpy0, int tmpy1, int sh… in addBIOAvg4_2x_AVX2() argument
145 …128_si256( _mm256_castsi128_si256( _mm_set1_epi32( ( tmpx0 & 0xffff ) | ( tmpy0 << 16 ) ) ), _mm_s… in addBIOAvg4_2x_AVX2()
257 …, const int widthG, const int bitDepth, int limit, int &tmpx0, int &tmpx1, int &tmpy0, int &tmpy1 ) in calcBIOSums2x_AVX2() argument
357tmpy0 = sumAbsGY0 == 0 ? 0 : Clip3( -limit, limit, rightShiftMSB( _mm_extract_epi32( vtmpyIn, 0 ),… in calcBIOSums2x_AVX2()
367 tmpy0 = sumAbsGY0 == 0 ? 0 : rightShiftMSB( ( ( sumDIY0 << 2 ) - tmpData0 ), sumAbsGY0 ); in calcBIOSums2x_AVX2()
368 tmpy0 = Clip3( -limit, limit, tmpy0 ); in calcBIOSums2x_AVX2()
435 int tmpx0, tmpy0, tmpx1, tmpy1; in BiOptFlowCoreSIMD() local
439 …Pad, gradY0 + OffPad, gradY1 + OffPad, stridePredMC, bitDepth, limit, tmpx0, tmpx1, tmpy0, tmpy1 ); in BiOptFlowCoreSIMD()
443 … gradX1 + OffPos, gradY0 + OffPos, gradY1 + OffPos, widthG, tmpx0, tmpx1, tmpy0, tmpy1, shiftNum, … in BiOptFlowCoreSIMD()
/dports/graphics/libfpx/libfpx-1.3.1-10/fpx/
H A Dfpxlib.cpp577 float tmpx0, tmpy0, tmpwidth, tmpheight, tmpresolution; in FPX_RefreshWindow() local
578 theWindow->GetWindowDefinition (&tmpx0, &tmpy0, &tmpwidth, &tmpheight, &tmpresolution); in FPX_RefreshWindow()
580 theWindow->WorldToWindow(tmpx0+tmpwidth,tmpy0+tmpheight,&width, in FPX_RefreshWindow()
/dports/games/xconq/xconq-7.5.0-0pre.0.20050612/kernel/
H A Dside.c2520 static int tmpx0, tmpy0, tmpz0; variable
2547 dist = distance(x, y, tmpx0, tmpy0); in calc_visible_elevation()
2552 dist1 = distance(x1, y1, tmpx0, tmpy0); in calc_visible_elevation()
2717 tmpx0 = x0; tmpy0 = y0; in cover_area_1()
H A Dcombat.c1323 static int tmpx0, tmpy0, tmpe0, tmpe1, tmpdist01, cellwid, fangle; variable
1332 celldist0 = distance(tmpx0, tmpy0, x, y); in elevation_blocks()
1364 tmpx0 = ux; tmpy0 = uy; in found_blocking_elevation()