Searched refs:KVZ_CSP_420 (Results 1 – 4 of 4) sorted by relevance
/dports/multimedia/kvazaar/kvazaar-2.1.0/tests/ |
H A D | sad_tests.c | 92 g_pic = kvz_image_alloc(KVZ_CSP_420, 8, 8); in setup_tests() 97 g_ref = kvz_image_alloc(KVZ_CSP_420, 8, 8); in setup_tests() 102 g_big_pic = kvz_image_alloc(KVZ_CSP_420, 64, 64); in setup_tests() 108 g_big_ref = kvz_image_alloc(KVZ_CSP_420, 64, 64); in setup_tests() 114 g_64x64_zero = kvz_image_alloc(KVZ_CSP_420, 64, 64); in setup_tests() 117 g_64x64_max = kvz_image_alloc(KVZ_CSP_420, 64, 64); in setup_tests()
|
H A D | speed_tests.c | 107 test_env.inter_a = kvz_image_alloc(KVZ_CSP_420, WIDTH_4K, HEIGHT_4K); in setup_tests() 108 test_env.inter_b = kvz_image_alloc(KVZ_CSP_420, WIDTH_4K, HEIGHT_4K); in setup_tests()
|
/dports/multimedia/kvazaar/kvazaar-2.1.0/src/ |
H A D | kvazaar.h | 209 KVZ_CSP_420 = 1, enumerator
|
H A D | image.c | 49 return kvz_image_alloc(KVZ_CSP_420, width, height); in kvz_image_alloc_420()
|