Home
last modified time | relevance | path

Searched refs:KVZ_CSP_420 (Results 1 – 4 of 4) sorted by relevance

/dports/multimedia/kvazaar/kvazaar-2.1.0/tests/
H A Dsad_tests.c92 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 Dspeed_tests.c107 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 Dkvazaar.h209 KVZ_CSP_420 = 1, enumerator
H A Dimage.c49 return kvz_image_alloc(KVZ_CSP_420, width, height); in kvz_image_alloc_420()