Lines Matching refs:djpeg
304 add_executable(djpeg-static djpeg.c cdjpeg.c rdcolmap.c rdswitch.c wrgif.c
306 set_property(TARGET djpeg-static PROPERTY COMPILE_FLAGS ${COMPILE_FLAGS})
307 target_link_libraries(djpeg-static jpeg-static)
484 add_test(djpeg${suffix}-rgb-islow
485 ${dir}djpeg${suffix} -dct int -ppm -outfile testout_rgb_islow.ppm
487 add_test(djpeg${suffix}-rgb-islow-cmp
492 add_test(djpeg${suffix}-rgb-islow-565
493 ${dir}djpeg${suffix} -dct int -rgb565 -dither none -bmp
495 add_test(djpeg${suffix}-rgb-islow-565-cmp
500 add_test(djpeg${suffix}-rgb-islow-565D
501 ${dir}djpeg${suffix} -dct int -rgb565 -bmp
503 add_test(djpeg${suffix}-rgb-islow-565D-cmp
519 add_test(djpeg${suffix}-422-ifast
520 ${dir}djpeg${suffix} -dct fast -outfile testout_422_ifast.ppm
522 add_test(djpeg${suffix}-422-ifast-cmp
526 add_test(djpeg${suffix}-422m-ifast
527 ${dir}djpeg${suffix} -dct fast -nosmooth -outfile testout_422m_ifast.ppm
529 add_test(djpeg${suffix}-422m-ifast-cmp
534 add_test(djpeg${suffix}-422m-ifast-565
535 ${dir}djpeg${suffix} -dct int -nosmooth -rgb565 -dither none -bmp
537 add_test(djpeg${suffix}-422m-ifast-565-cmp
542 add_test(djpeg${suffix}-422m-ifast-565D
543 ${dir}djpeg${suffix} -dct int -nosmooth -rgb565 -bmp
545 add_test(djpeg${suffix}-422m-ifast-565D-cmp
561 add_test(djpeg${suffix}-420-q100-ifast-prog
562 ${dir}djpeg${suffix} -dct fast -outfile testout_420_q100_ifast.ppm
564 add_test(djpeg${suffix}-420-q100-ifast-prog-cmp
569 add_test(djpeg${suffix}-420m-q100-ifast-prog
570 ${dir}djpeg${suffix} -dct fast -nosmooth
572 add_test(djpeg${suffix}-420m-q100-ifast-prog-cmp
586 add_test(djpeg${suffix}-gray-islow
587 ${dir}djpeg${suffix} -dct int -outfile testout_gray_islow.ppm
589 add_test(djpeg${suffix}-gray-islow-cmp
594 add_test(djpeg${suffix}-gray-islow-rgb
595 ${dir}djpeg${suffix} -dct int -rgb -outfile testout_gray_islow_rgb.ppm
597 add_test(djpeg${suffix}-gray-islow-rgb-cmp
603 add_test(djpeg${suffix}-gray-islow-565
604 ${dir}djpeg${suffix} -dct int -rgb565 -dither none -bmp
606 add_test(djpeg${suffix}-gray-islow-565-cmp
611 add_test(djpeg${suffix}-gray-islow-565D
612 ${dir}djpeg${suffix} -dct int -rgb565 -bmp
614 add_test(djpeg${suffix}-gray-islow-565D-cmp
640 add_test(djpeg${suffix}-3x2-float-prog
641 ${dir}djpeg${suffix} -dct float -outfile testout_3x2_float.ppm
643 add_test(djpeg${suffix}-3x2-float-prog-cmp
677 add_test(djpeg${suffix}-420m-ifast-ari
678 ${dir}djpeg${suffix} -fast -ppm -outfile testout_420m_ifast_ari.ppm
680 add_test(djpeg${suffix}-420m-ifast-ari-cmp
714 add_test(djpeg${suffix}-420m-islow-${scale}
715 ${dir}djpeg${suffix} -dct int -scale ${scalearg} -nosmooth -ppm
718 add_test(djpeg${suffix}-420m-islow-${scale}-cmp
726 add_test(djpeg${suffix}-420-islow-256
727 ${dir}djpeg${suffix} -dct int -colors 256 -bmp
730 add_test(djpeg${suffix}-420-islow-256-cmp
735 add_test(djpeg${suffix}-420-islow-565
736 ${dir}djpeg${suffix} -dct int -rgb565 -dither none -bmp
739 add_test(djpeg${suffix}-420-islow-565-cmp
744 add_test(djpeg${suffix}-420-islow-565D
745 ${dir}djpeg${suffix} -dct int -rgb565 -bmp
748 add_test(djpeg${suffix}-420-islow-565D-cmp
753 add_test(djpeg${suffix}-420m-islow-565
754 ${dir}djpeg${suffix} -dct int -nosmooth -rgb565 -dither none -bmp
757 add_test(djpeg${suffix}-420m-islow-565-cmp
762 add_test(djpeg${suffix}-420m-islow-565D
763 ${dir}djpeg${suffix} -dct int -nosmooth -rgb565 -bmp
766 add_test(djpeg${suffix}-420m-islow-565D-cmp
776 add_test(djpeg${suffix}-420-islow-skip15_31
777 ${dir}djpeg${suffix} -dct int -skip 15,31 -ppm
780 add_test(djpeg
786 add_test(djpeg${suffix}-420-islow-ari-skip16_139
787 ${dir}djpeg${suffix} -dct int -skip 16,139 -ppm
790 add_test(djpeg${suffix}-420-islow-ari_skip16_139-cmp
799 add_test(djpeg${suffix}-420-islow-prog-crop62x62_71_71
800 ${dir}djpeg${suffix} -dct int -crop 62x62+71+71 -ppm
803 add_test(djpeg${suffix}-420-islow-prog-crop62x62_71_71-cmp
809 add_test(djpeg${suffix}-420-islow-ari-crop53x53_4_4
810 ${dir}djpeg${suffix} -dct int -crop 53x53+4+4 -ppm
813 add_test(djpeg${suffix}-420-islow-ari-crop53x53_4_4-cmp
821 add_test(djpeg${suffix}-444-islow-skip1_6
822 ${dir}djpeg${suffix} -dct int -skip 1,6 -ppm
824 add_test(djpeg${suffix}-444-islow-skip1_6-cmp
832 add_test(djpeg${suffix}-444-islow-prog-crop98x98_13_13
833 ${dir}djpeg${suffix} -dct int -crop 98x98+13+13 -ppm
836 add_test(djpeg${suffix}-444-islow-prog_crop98x98_13_13-cmp
847 add_test(djpeg${suffix}-444-islow-ari-crop37x37_0_0
848 ${dir}djpeg${suffix} -dct int -crop 37x37+0+0 -ppm
851 add_test(djpeg${suffix}-444-islow-ari-crop37x37_0_0-cmp
912 cjpeg djpeg jpegtran tjbench ${JAVA_DEPEND}
937 install(PROGRAMS ${CMAKE_CURRENT_BINARY_DIR}/djpeg-static.exe
938 DESTINATION bin RENAME djpeg.exe)