Lines Matching defs:dng_suite
569 struct dng_suite struct
571 ZeroBytesProc *ZeroBytes;
572 CopyBytesProc *CopyBytes;
573 SwapBytes16Proc *SwapBytes16;
574 SwapBytes32Proc *SwapBytes32;
575 SetArea8Proc *SetArea8;
576 SetArea16Proc *SetArea16;
577 SetArea32Proc *SetArea32;
578 CopyArea8Proc *CopyArea8;
579 CopyArea16Proc *CopyArea16;
580 CopyArea32Proc *CopyArea32;
581 CopyArea8_16Proc *CopyArea8_16;
582 CopyArea8_S16Proc *CopyArea8_S16;
583 CopyArea8_32Proc *CopyArea8_32;
584 CopyArea16_S16Proc *CopyArea16_S16;
585 CopyArea16_32Proc *CopyArea16_32;
586 CopyArea8_R32Proc *CopyArea8_R32;
587 CopyArea16_R32Proc *CopyArea16_R32;
588 CopyAreaS16_R32Proc *CopyAreaS16_R32;
589 CopyAreaR32_8Proc *CopyAreaR32_8;
590 CopyAreaR32_16Proc *CopyAreaR32_16;
591 CopyAreaR32_S16Proc *CopyAreaR32_S16;
592 RepeatArea8Proc *RepeatArea8;
593 RepeatArea16Proc *RepeatArea16;
594 RepeatArea32Proc *RepeatArea32;
595 ShiftRight16Proc *ShiftRight16;
596 BilinearRow16Proc *BilinearRow16;
597 BilinearRow32Proc *BilinearRow32;
621 extern dng_suite gDNGSuite; argument