Searched refs:is_arith (Results 1 – 2 of 2) sorted by relevance
1274 bool is_arith; in convert_to_blend_type() local1343 is_arith = blend_type.length * blend_type.width != mem_type.width * mem_type.length; in convert_to_blend_type()1344 is_arith &= !(mem_type.width == 16 && mem_type.floating); in convert_to_blend_type()1347 if (!is_arith && src_type.length < dst_type.length) { in convert_to_blend_type()1359 is_arith = false; in convert_to_blend_type()1362 if (!is_arith) { in convert_to_blend_type()1442 bool is_arith; in convert_from_blend_type() local1519 is_arith = (blend_type.length * blend_type.width != mem_type.width * mem_type.length); in convert_from_blend_type()1531 is_arith = false; in convert_from_blend_type()1535 if (!is_arith && (src_type.length % mem_type.length)) { in convert_from_blend_type()[all …]
240 get_sof(j_decompress_ptr cinfo, boolean is_prog, boolean is_arith) in get_sof() argument249 cinfo->arith_code = is_arith; in get_sof()