Tags: CESNET/GPUJPEG
Tags
cleanup Moved the preprocessor common structs to gpujpeg_preprocessor.h and keep in gpujpeg_preprocessor_common.cuh only utils. The naming may not be ideal but this is to avoid including the .cuh file with gpujpeg_common_internal.h for struct gpujpeg_postprocess definition since gpujpeg_preprocessor_common.cuh file includes gpujpeg_common_internal.h in turn (for subsampling utility fns). + small improvements if recent code (eg. indent)