• Home
  • Raw
  • Download

Lines Matching refs:col

99 		for (uint32 col = 0; col < cols; col++)  in RefSetArea8()  local
140 for (uint32 col = 0; col < cols; col++) in RefSetArea16() local
181 for (uint32 col = 0; col < cols; col++) in RefSetArea32() local
226 for (uint32 col = 0; col < cols; col++) in RefCopyArea8() local
275 for (uint32 col = 0; col < cols; col++) in RefCopyArea16() local
324 for (uint32 col = 0; col < cols; col++) in RefCopyArea32() local
373 for (uint32 col = 0; col < cols; col++) in RefCopyArea8_16() local
422 for (uint32 col = 0; col < cols; col++) in RefCopyArea8_S16() local
473 for (uint32 col = 0; col < cols; col++) in RefCopyArea8_32() local
522 for (uint32 col = 0; col < cols; col++) in RefCopyArea16_S16() local
571 for (uint32 col = 0; col < cols; col++) in RefCopyArea16_32() local
623 for (uint32 col = 0; col < cols; col++) in RefCopyArea8_R32() local
675 for (uint32 col = 0; col < cols; col++) in RefCopyArea16_R32() local
727 for (uint32 col = 0; col < cols; col++) in RefCopyAreaS16_R32() local
781 for (uint32 col = 0; col < cols; col++) in RefCopyAreaR32_8() local
833 for (uint32 col = 0; col < cols; col++) in RefCopyAreaR32_16() local
885 for (uint32 col = 0; col < cols; col++) in RefCopyAreaR32_S16() local
945 for (uint32 col = 0; col < cols; col++) in RefRepeatArea8() local
1021 for (uint32 col = 0; col < cols; col++) in RefRepeatArea16() local
1097 for (uint32 col = 0; col < cols; col++) in RefRepeatArea32() local
1160 for (uint32 col = 0; col < cols; col++) in RefShiftRight16() local
1309 for (uint32 col = 0; col < count; col++) in RefBaselineABCtoRGB() local
1312 real32 A = sPtrA [col]; in RefBaselineABCtoRGB()
1313 real32 B = sPtrB [col]; in RefBaselineABCtoRGB()
1314 real32 C = sPtrC [col]; in RefBaselineABCtoRGB()
1328 dPtrR [col] = r; in RefBaselineABCtoRGB()
1329 dPtrG [col] = g; in RefBaselineABCtoRGB()
1330 dPtrB [col] = b; in RefBaselineABCtoRGB()
1370 for (uint32 col = 0; col < count; col++) in RefBaselineABCDtoRGB() local
1373 real32 A = sPtrA [col]; in RefBaselineABCDtoRGB()
1374 real32 B = sPtrB [col]; in RefBaselineABCDtoRGB()
1375 real32 C = sPtrC [col]; in RefBaselineABCDtoRGB()
1376 real32 D = sPtrD [col]; in RefBaselineABCDtoRGB()
1391 dPtrR [col] = r; in RefBaselineABCDtoRGB()
1392 dPtrG [col] = g; in RefBaselineABCDtoRGB()
1393 dPtrB [col] = b; in RefBaselineABCDtoRGB()
1642 for (uint32 col = 0; col < count; col++) in RefBaselineRGBtoGray() local
1645 real32 R = sPtrR [col]; in RefBaselineRGBtoGray()
1646 real32 G = sPtrG [col]; in RefBaselineRGBtoGray()
1647 real32 B = sPtrB [col]; in RefBaselineRGBtoGray()
1653 dPtrG [col] = g; in RefBaselineRGBtoGray()
1683 for (uint32 col = 0; col < count; col++) in RefBaselineRGBtoRGB() local
1686 real32 R = sPtrR [col]; in RefBaselineRGBtoRGB()
1687 real32 G = sPtrG [col]; in RefBaselineRGBtoRGB()
1688 real32 B = sPtrB [col]; in RefBaselineRGBtoRGB()
1698 dPtrR [col] = r; in RefBaselineRGBtoRGB()
1699 dPtrG [col] = g; in RefBaselineRGBtoRGB()
1700 dPtrB [col] = b; in RefBaselineRGBtoRGB()
1714 for (uint32 col = 0; col < count; col++) in RefBaseline1DTable() local
1717 real32 x = sPtr [col]; in RefBaseline1DTable()
1721 dPtr [col] = y; in RefBaseline1DTable()
1739 for (uint32 col = 0; col < count; col++) in RefBaselineRGBTone() local
1742 real32 r = sPtrR [col]; in RefBaselineRGBTone()
1743 real32 g = sPtrG [col]; in RefBaselineRGBTone()
1744 real32 b = sPtrB [col]; in RefBaselineRGBTone()
1841 dPtrR [col] = rr; in RefBaselineRGBTone()
1842 dPtrG [col] = gg; in RefBaselineRGBTone()
1843 dPtrB [col] = bb; in RefBaselineRGBTone()
1894 uint32 col; in RefResampleDown32() local
1900 for (col = 0; col < sCount; col++) in RefResampleDown32()
1903 dPtr [col] = w * sPtr [col]; in RefResampleDown32()
1916 for (col = 0; col < sCount; col++) in RefResampleDown32()
1919 dPtr [col] += w * sPtr [col]; in RefResampleDown32()
1931 for (col = 0; col < sCount; col++) in RefResampleDown32()
1934 dPtr [col] = Pin_real32 (0.0f, in RefResampleDown32()
1935 dPtr [col] + w * sPtr [col], in RefResampleDown32()
2051 for (uint32 col = 0; col < cols; col++) in RefEqualArea8() local
2103 for (uint32 col = 0; col < cols; col++) in RefEqualArea16() local
2155 for (uint32 col = 0; col < cols; col++) in RefEqualArea32() local
2213 for (uint32 col = 0; col < cols; col++) in RefVignetteMask16() local
2222 mPtr [col] = table [index]; in RefVignetteMask16()
2260 for (uint32 col = 0; col < cols; col++) in RefVignette16() local
2263 uint32 s = sPtr [col] + 32768; in RefVignette16()
2265 uint32 m = mPtr [col]; in RefVignette16()
2271 sPtr [col] = (int16) (s - 32768); in RefVignette16()
2295 for (uint32 col = 0; col < cols; col++) in RefVignette16() local
2298 uint32 r = rPtr [col] + 32768; in RefVignette16()
2299 uint32 g = gPtr [col] + 32768; in RefVignette16()
2300 uint32 b = bPtr [col] + 32768; in RefVignette16()
2302 uint32 m = mPtr [col]; in RefVignette16()
2312 rPtr [col] = (int16) (r - 32768); in RefVignette16()
2313 gPtr [col] = (int16) (g - 32768); in RefVignette16()
2314 bPtr [col] = (int16) (b - 32768); in RefVignette16()
2341 for (uint32 col = 0; col < cols; col++) in RefVignette16() local
2344 uint32 a = aPtr [col] + 32768; in RefVignette16()
2345 uint32 b = bPtr [col] + 32768; in RefVignette16()
2346 uint32 c = cPtr [col] + 32768; in RefVignette16()
2347 uint32 d = dPtr [col] + 32768; in RefVignette16()
2349 uint32 m = mPtr [col]; in RefVignette16()
2361 aPtr [col] = (int16) (a - 32768); in RefVignette16()
2362 bPtr [col] = (int16) (b - 32768); in RefVignette16()
2363 cPtr [col] = (int16) (c - 32768); in RefVignette16()
2364 dPtr [col] = (int16) (d - 32768); in RefVignette16()
2394 for (uint32 col = 0; col < cols; col++) in RefVignette16() local
2397 uint32 s = planePtr [col] + 32768; in RefVignette16()
2399 uint32 m = maskPtr [col]; in RefVignette16()
2405 planePtr [col] = (int16) (s - 32768); in RefVignette16()
2451 for (uint32 col = 0; col < cols; col++) in RefVignette32() local
2454 real32 s = sPtr [col]; in RefVignette32()
2456 uint16 m = mPtr [col]; in RefVignette32()
2462 sPtr [col] = s; in RefVignette32()
2486 for (uint32 col = 0; col < cols; col++) in RefVignette32() local
2489 real32 r = rPtr [col]; in RefVignette32()
2490 real32 g = gPtr [col]; in RefVignette32()
2491 real32 b = bPtr [col]; in RefVignette32()
2493 uint16 m = mPtr [col]; in RefVignette32()
2501 rPtr [col] = r; in RefVignette32()
2502 gPtr [col] = g; in RefVignette32()
2503 bPtr [col] = b; in RefVignette32()
2530 for (uint32 col = 0; col < cols; col++) in RefVignette32() local
2533 real32 a = aPtr [col]; in RefVignette32()
2534 real32 b = bPtr [col]; in RefVignette32()
2535 real32 c = cPtr [col]; in RefVignette32()
2536 real32 d = dPtr [col]; in RefVignette32()
2538 uint16 m = mPtr [col]; in RefVignette32()
2547 aPtr [col] = a; in RefVignette32()
2548 bPtr [col] = b; in RefVignette32()
2549 cPtr [col] = c; in RefVignette32()
2550 dPtr [col] = d; in RefVignette32()
2580 for (uint32 col = 0; col < cols; col++) in RefVignette32() local
2583 real32 s = planePtr [col]; in RefVignette32()
2585 uint16 m = maskPtr [col]; in RefVignette32()
2591 planePtr [col] = s; in RefVignette32()