Home
last modified time | relevance | path

Searched refs:TEST_BLOCK_SIZES (Results 1 - 2 of 2) sorted by relevance

/third_party/astc-encoder/Test/
H A Dastc_test_competitive.py36 TEST_BLOCK_SIZES = ["4x4", "6x6", "8x8"] variable
87 for block_size in TEST_BLOCK_SIZES:
103 for block_size in TEST_BLOCK_SIZES:
H A Dastc_test_image.py30 TEST_BLOCK_SIZES: The block sizes we can test. This is a subset of the
50 TEST_BLOCK_SIZES = ["4x4", "5x5", "6x6", "8x8", "12x12", "3x3x3", "6x6x6"] variable
317 choices = list(TEST_BLOCK_SIZES) + ["all"]
371 args.blockSizes = TEST_BLOCK_SIZES

Completed in 1 milliseconds