Searched refs:is_arith (Results 1 – 2 of 2) sorted by relevance
1788 bool is_arith; in convert_to_blend_type() local1857 is_arith = blend_type.length * blend_type.width != mem_type.width * mem_type.length; in convert_to_blend_type()1858 is_arith &= !(mem_type.width == 16 && mem_type.floating); in convert_to_blend_type()1861 if (!is_arith && src_type.length < dst_type.length) { in convert_to_blend_type()1873 is_arith = false; in convert_to_blend_type()1876 if (!is_arith) { in convert_to_blend_type()1956 bool is_arith; in convert_from_blend_type() local2033 is_arith = (blend_type.length * blend_type.width != mem_type.width * mem_type.length); in convert_from_blend_type()2045 is_arith = false; in convert_from_blend_type()2049 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()