Searched refs:nextDstLine (Results 1 – 3 of 3) sorted by relevance
440 libspectrum_dword nextDstLine = dstPitch / sizeof( scaler_data_type ); in FUNCTION() local531 *(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() local661 *(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() local807 *(dP+nextDstLine) = (scaler_data_type)product1; in FUNCTION()810 *(dP+nextDstLine) = (scaler_data_type)product2; in FUNCTION()
591 libspectrum_dword nextDstLine = dstPitch / sizeof( scaler_data_type ); in FUNCTION() local682 *(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() local812 *(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() local958 *(dP+nextDstLine) = (scaler_data_type)product1; in FUNCTION()961 *(dP+nextDstLine) = (scaler_data_type)product2; in FUNCTION()
735 char* nextDstLine = dst + dstStride; in copyBuffer_SSE() local742 dst = nextDstLine; in copyBuffer_SSE()