Searched refs:dst_bits (Results 1 – 2 of 2) sorted by relevance
1276 int dst_bits; member in CV_ColorRGBTest1282 dst_bits = 0; in CV_ColorRGBTest()1292 dst_bits = 24; in get_test_array_types_and_sizes()1304 dst_bits = 16; in get_test_array_types_and_sizes()1312 dst_bits = 15; in get_test_array_types_and_sizes()1346 int g_rshift = dst_bits == 16 ? 2 : 3; in convert_forward()1347 int r_lshift = dst_bits == 16 ? 11 : 10; in convert_forward()1360 if( dst_bits == 24 ) in convert_forward()1432 int g_lshift = dst_bits == 16 ? 2 : 3; in convert_backward()1433 int r_rshift = dst_bits == 16 ? 11 : 10; in convert_backward()[all …]
525 unsigned dst_bits = dst_type.sign ? dst_type.width - 1 : dst_type.width; in lp_build_packs2() local526 …ueRef dst_max = lp_build_const_int_vec(gallivm, src_type, ((unsigned long long)1 << dst_bits) - 1); in lp_build_packs2()