Blender Git Loki
Git Commits -> Revision 84bbcc8
Revision 84bbcc8 by Jeroen Bakker (soc-2021-curves) June 21, 2021, 14:31 (GMT) |
Performance: Split ImBuf sampling. When sampling ImBuf can be a char or a float buffer. Current sampling functions added overhead by checking which kind of buffer was passed every pixel that was sampled. When performing image processing this check can be removed outside the inner loop adding 5% of performance increase in the `IMB_transform` operator. |
Commit Details:
Full Hash: 84bbcc84b44326eb2e012f0e50ef739b4efb3799
Parent Commit: a80126f
Committed By: Dilith Jayakody
Lines Changed: +74, -46
1 Modified Path:
/source/blender/imbuf/intern/imageprocess.c (+74, -46) (Diff)