Lines Matching refs:sPtr
43 void RefCopyBytes (const void *sPtr, in RefCopyBytes() argument
48 memcpy (dPtr, sPtr, count); in RefCopyBytes()
207 void RefCopyArea8 (const uint8 *sPtr, in RefCopyArea8() argument
223 const uint8 *sPtr1 = sPtr; in RefCopyArea8()
247 sPtr += sRowStep; in RefCopyArea8()
256 void RefCopyArea16 (const uint16 *sPtr, in RefCopyArea16() argument
272 const uint16 *sPtr1 = sPtr; in RefCopyArea16()
296 sPtr += sRowStep; in RefCopyArea16()
305 void RefCopyArea32 (const uint32 *sPtr, in RefCopyArea32() argument
321 const uint32 *sPtr1 = sPtr; in RefCopyArea32()
345 sPtr += sRowStep; in RefCopyArea32()
354 void RefCopyArea8_16 (const uint8 *sPtr, in RefCopyArea8_16() argument
370 const uint8 *sPtr1 = sPtr; in RefCopyArea8_16()
394 sPtr += sRowStep; in RefCopyArea8_16()
403 void RefCopyArea8_S16 (const uint8 *sPtr, in RefCopyArea8_S16() argument
419 const uint8 *sPtr1 = sPtr; in RefCopyArea8_S16()
431 int16 x = *sPtr; in RefCopyArea8_S16()
445 sPtr += sRowStep; in RefCopyArea8_S16()
454 void RefCopyArea8_32 (const uint8 *sPtr, in RefCopyArea8_32() argument
470 const uint8 *sPtr1 = sPtr; in RefCopyArea8_32()
494 sPtr += sRowStep; in RefCopyArea8_32()
503 void RefCopyArea16_S16 (const uint16 *sPtr, in RefCopyArea16_S16() argument
519 const uint16 *sPtr1 = sPtr; in RefCopyArea16_S16()
543 sPtr += sRowStep; in RefCopyArea16_S16()
552 void RefCopyArea16_32 (const uint16 *sPtr, in RefCopyArea16_32() argument
568 const uint16 *sPtr1 = sPtr; in RefCopyArea16_32()
592 sPtr += sRowStep; in RefCopyArea16_32()
601 void RefCopyArea8_R32 (const uint8 *sPtr, in RefCopyArea8_R32() argument
620 const uint8 *sPtr1 = sPtr; in RefCopyArea8_R32()
644 sPtr += sRowStep; in RefCopyArea8_R32()
653 void RefCopyArea16_R32 (const uint16 *sPtr, in RefCopyArea16_R32() argument
672 const uint16 *sPtr1 = sPtr; in RefCopyArea16_R32()
696 sPtr += sRowStep; in RefCopyArea16_R32()
705 void RefCopyAreaS16_R32 (const int16 *sPtr, in RefCopyAreaS16_R32() argument
724 const int16 *sPtr1 = sPtr; in RefCopyAreaS16_R32()
736 int32 x = (*sPtr ^ 0x8000); in RefCopyAreaS16_R32()
750 sPtr += sRowStep; in RefCopyAreaS16_R32()
759 void RefCopyAreaR32_8 (const real32 *sPtr, in RefCopyAreaR32_8() argument
778 const real32 *sPtr1 = sPtr; in RefCopyAreaR32_8()
802 sPtr += sRowStep; in RefCopyAreaR32_8()
811 void RefCopyAreaR32_16 (const real32 *sPtr, in RefCopyAreaR32_16() argument
830 const real32 *sPtr1 = sPtr; in RefCopyAreaR32_16()
854 sPtr += sRowStep; in RefCopyAreaR32_16()
863 void RefCopyAreaR32_S16 (const real32 *sPtr, in RefCopyAreaR32_S16() argument
882 const real32 *sPtr1 = sPtr; in RefCopyAreaR32_S16()
908 sPtr += sRowStep; in RefCopyAreaR32_S16()
917 void RefRepeatArea8 (const uint8 *sPtr, in RefRepeatArea8() argument
931 const uint8 *sPtr0 = sPtr + phaseV * rowStep + in RefRepeatArea8()
993 void RefRepeatArea16 (const uint16 *sPtr, in RefRepeatArea16() argument
1007 const uint16 *sPtr0 = sPtr + phaseV * rowStep + in RefRepeatArea16()
1069 void RefRepeatArea32 (const uint32 *sPtr, in RefRepeatArea32() argument
1083 const uint32 *sPtr0 = sPtr + phaseV * rowStep + in RefRepeatArea32()
1186 void RefBilinearRow16 (const uint16 *sPtr, in RefBilinearRow16() argument
1200 const uint16 *p = sPtr + (j >> sShift); in RefBilinearRow16()
1234 void RefBilinearRow32 (const real32 *sPtr, in RefBilinearRow32() argument
1248 const real32 *p = sPtr + (j >> sShift); in RefBilinearRow32()
1708 void RefBaseline1DTable (const real32 *sPtr, in RefBaseline1DTable() argument
1717 real32 x = sPtr [col]; in RefBaseline1DTable()
1851 void RefResampleDown16 (const uint16 *sPtr, in RefResampleDown16() argument
1865 const uint16 *s = sPtr + j; in RefResampleDown16()
1886 void RefResampleDown32 (const real32 *sPtr, in RefResampleDown32() argument
1903 dPtr [col] = w * sPtr [col]; in RefResampleDown32()
1907 sPtr += sRowStep; in RefResampleDown32()
1919 dPtr [col] += w * sPtr [col]; in RefResampleDown32()
1923 sPtr += sRowStep; in RefResampleDown32()
1935 dPtr [col] + w * sPtr [col], in RefResampleDown32()
1944 void RefResampleAcross16 (const uint16 *sPtr, in RefResampleAcross16() argument
1963 const uint16 *s = sPtr + sPixel; in RefResampleAcross16()
1984 void RefResampleAcross32 (const real32 *sPtr, in RefResampleAcross32() argument
2002 const real32 *s = sPtr + sPixel; in RefResampleAcross32()
2021 bool RefEqualBytes (const void *sPtr, in RefEqualBytes() argument
2026 return memcmp (dPtr, sPtr, count) == 0; in RefEqualBytes()
2032 bool RefEqualArea8 (const uint8 *sPtr, in RefEqualArea8() argument
2048 const uint8 *sPtr1 = sPtr; in RefEqualArea8()
2073 sPtr += sRowStep; in RefEqualArea8()
2084 bool RefEqualArea16 (const uint16 *sPtr, in RefEqualArea16() argument
2100 const uint16 *sPtr1 = sPtr; in RefEqualArea16()
2125 sPtr += sRowStep; in RefEqualArea16()
2136 bool RefEqualArea32 (const uint32 *sPtr, in RefEqualArea32() argument
2152 const uint32 *sPtr1 = sPtr; in RefEqualArea32()
2177 sPtr += sRowStep; in RefEqualArea32()
2238 void RefVignette16 (int16 *sPtr, in RefVignette16() argument
2263 uint32 s = sPtr [col] + 32768; in RefVignette16()
2271 sPtr [col] = (int16) (s - 32768); in RefVignette16()
2275 sPtr += sRowStep; in RefVignette16()
2288 int16 *rPtr = sPtr; in RefVignette16()
2333 int16 *aPtr = sPtr; in RefVignette16()
2387 int16 *planePtr = sPtr; in RefVignette16()
2415 sPtr += sPlaneStep; in RefVignette16()
2429 void RefVignette32 (real32 *sPtr, in RefVignette32() argument
2454 real32 s = sPtr [col]; in RefVignette32()
2462 sPtr [col] = s; in RefVignette32()
2466 sPtr += sRowStep; in RefVignette32()
2479 real32 *rPtr = sPtr; in RefVignette32()
2522 real32 *aPtr = sPtr; in RefVignette32()
2573 real32 *planePtr = sPtr; in RefVignette32()
2601 sPtr += sPlaneStep; in RefVignette32()