Home
last modified time | relevance | path

Searched refs:nextDstLine (Results 1 – 3 of 3) sorted by relevance

/dports/games/libretro-fuse/fuse-libretro-8b51f87/fuse/ui/scaler/
H A Dscalers.c440 libspectrum_dword nextDstLine = dstPitch / sizeof( scaler_data_type ); in FUNCTION() local
531 *(dP+nextDstLine) = (scaler_data_type)product2a; in FUNCTION()
534 *(dP+nextDstLine) = (scaler_data_type)product2b; in FUNCTION()
559 libspectrum_dword nextDstLine = dstPitch / sizeof( scaler_data_type ); in FUNCTION() local
661 *(dP+nextDstLine) = (scaler_data_type)product2a; in FUNCTION()
664 *(dP+nextDstLine) = (scaler_data_type)product2b; in FUNCTION()
687 libspectrum_dword nextDstLine = dstPitch / sizeof( scaler_data_type ); in FUNCTION() local
807 *(dP+nextDstLine) = (scaler_data_type)product1; in FUNCTION()
810 *(dP+nextDstLine) = (scaler_data_type)product2; in FUNCTION()
/dports/emulators/fuse/fuse-1.6.0/ui/scaler/
H A Dscalers.c591 libspectrum_dword nextDstLine = dstPitch / sizeof( scaler_data_type ); in FUNCTION() local
682 *(dP+nextDstLine) = (scaler_data_type)product2a; in FUNCTION()
685 *(dP+nextDstLine) = (scaler_data_type)product2b; in FUNCTION()
710 libspectrum_dword nextDstLine = dstPitch / sizeof( scaler_data_type ); in FUNCTION() local
812 *(dP+nextDstLine) = (scaler_data_type)product2a; in FUNCTION()
815 *(dP+nextDstLine) = (scaler_data_type)product2b; in FUNCTION()
838 libspectrum_dword nextDstLine = dstPitch / sizeof( scaler_data_type ); in FUNCTION() local
958 *(dP+nextDstLine) = (scaler_data_type)product1; in FUNCTION()
961 *(dP+nextDstLine) = (scaler_data_type)product2; in FUNCTION()
/dports/multimedia/vvdec/vvdec-1.1.2/source/Lib/CommonLib/x86/
H A DBufferX86.h735 char* nextDstLine = dst + dstStride; in copyBuffer_SSE() local
742 dst = nextDstLine; in copyBuffer_SSE()