• Home
  • Raw
  • Download

Lines Matching defs:self

122     def __init__(self, *args, **kwargs):  argument
128 def setUp(self): argument
136 def tearDown(self): argument
180 def get_tmp_image_path(self, profile, mode): argument
241 def compare(self, image1, image2): argument
288 def get_channel_rmse(self, image1, image2): argument
363 def assertColorSame(self, colorRef, colorNew, threshold=0.02, swiz=None): argument
403 def exec(self, command, pattern=None): argument
456 def test_ldr_compress(self): argument
468 def test_srgb_compress(self): argument
480 def test_hdr_compress1(self): argument
492 def test_hdr_compress2(self): argument
504 def test_ldr_decompress(self): argument
516 def test_srgb_decompress(self): argument
528 def test_hdr_decompress1(self): argument
543 def test_hdr_decompress2(self): argument
558 def test_ldr_roundtrip(self): argument
569 def test_srgb_roundtrip(self): argument
580 def test_hdr_roundtrip1(self): argument
593 def test_hdr_roundtrip2(self): argument
606 def test_valid_2d_block_sizes(self): argument
626 def test_valid_3d_block_sizes(self): argument
648 def test_valid_presets(self): argument
666 def test_valid_ldr_input_formats(self): argument
699 def test_valid_uncomp_ldr_output_formats(self): argument
719 def test_valid_comp_ldr_output_formats(self): argument
743 def test_valid_hdr_input_formats(self): argument
763 def test_valid_uncomp_hdr_output_formats(self): argument
783 def test_valid_comp_hdr_output_formats(self): argument
807 def test_compress_normal_psnr(self): argument
828 def test_compress_normal_percep(self): argument
850 def test_compress_esw(self): argument
876 def test_compress_dsw(self): argument
902 def test_compress_esw_dsw(self): argument
923 def test_compress_flip(self): argument
954 def test_decompress_flip(self): argument
985 def test_roundtrip_flip(self): argument
1007 def test_channel_weighting(self): argument
1038 def test_partition_count_limit(self): argument
1060 def test_2partition_index_limit(self): argument
1082 def test_3partition_index_limit(self): argument
1104 def test_4partition_index_limit(self): argument
1126 def test_blockmode_limit(self): argument
1148 def test_refinement_limit(self): argument
1169 def test_candidate_limit(self): argument
1190 def test_db_cutoff_limit(self): argument
1212 def test_2partition_early_limit(self): argument
1234 def test_3partition_early_limit(self): argument
1256 def test_2plane_correlation_limit(self): argument
1278 def test_2partition_candidate_limit(self): argument
1300 def test_3partition_candidate_limit(self): argument
1322 def test_4partition_candidate_limit(self): argument
1347 def test_thread_count(self): argument
1371 def test_silent(self): argument
1392 def test_image_quality_stability(self): argument
1432 def exec(self, command, expectPass=False): argument
1488 def exec_with_omit(self, command, startOmit): argument
1511 def test_cl_missing_args(self): argument
1524 def test_cl_missing_input(self): argument
1537 def test_cl_missing_input_array_slice(self): argument
1550 def test_cl_unknown_input(self): argument
1563 def test_cl_missing_output(self): argument
1576 def test_cl_unknown_output(self): argument
1589 def test_cl_bad_block_size(self): argument
1620 def test_cl_bad_preset(self): argument
1633 def test_cl_bad_argument(self): argument
1646 def test_cl_2d_block_with_array(self): argument
1663 def test_cl_array_missing_args(self): argument
1677 def test_tl_missing_args(self): argument
1691 def test_tl_missing_input(self): argument
1704 def test_tl_unknown_input(self): argument
1717 def test_tl_missing_output(self): argument
1730 def test_tl_bad_block_size(self): argument
1761 def test_tl_bad_preset(self): argument
1774 def test_tl_bad_argument(self): argument
1787 def test_dl_missing_args(self): argument
1800 def test_dl_missing_output(self): argument
1812 def test_cl_a_missing_args(self): argument
1827 def test_cl_cw_missing_args(self): argument
1842 def test_cl_2partitionindexlimit_missing_args(self): argument
1857 def test_cl_3partitionindexlimit_missing_args(self): argument
1872 def test_cl_4partitionindexlimit_missing_args(self): argument
1887 def test_cl_2partitioncandidatelimit_missing_args(self): argument
1902 def test_cl_3partitioncandidatelimit_missing_args(self): argument
1918 def test_cl_4partitioncandidatelimit_missing_args(self): argument
1933 def test_cl_blockmodelimit_missing_args(self): argument
1948 def test_cl_refinementlimit_missing_args(self): argument
1963 def test_cl_dblimit_missing_args(self): argument
1978 def test_cl_2partitionearlylimit_missing_args(self): argument
1993 def test_cl_3partitionearlylimit_missing_args(self): argument
2008 def test_cl_2planeearlylimit_missing_args(self): argument
2023 def test_cl_esw_missing_args(self): argument
2038 def test_cl_esw_invalid_swizzle(self): argument
2070 def test_cl_ssw_missing_args(self): argument
2085 def test_cl_ssw_invalid_swizzle(self): argument
2114 def test_dl_dsw_missing_args(self): argument
2128 def test_dl_dsw_invalid_swizzle(self): argument
2159 def test_ch_mpsnr_missing_args(self): argument