Searched refs:neg_mask (Results 1 – 4 of 4) sorted by relevance
210 static const SCHAR neg_mask[] = {~0x3, ~0x7, ~0xF}; in CTns_Read() local219 n_mask = neg_mask[coef_res + 1 - coef_compress]; in CTns_Read()
249 bool neg_mask = v < -threshold; in saturating_rounding_multiply_by_pow2() local252 result = neg_mask ? min : result; in saturating_rounding_multiply_by_pow2()
92 static const WORD16 neg_mask[] = {(WORD16)0xfffc, (WORD16)0xfff8, in ixheaacd_read_tns_u() local134 n_mask = neg_mask[resolution - 2]; in ixheaacd_read_tns_u()
53 Packet4i neg_mask = __builtin_msa_fclt_w(_x, zero); variable55 Packet4f non_neg_x_or_nan = padd(_x, (Packet4f)neg_mask); // Add 0.0 or NAN.