Searched refs:LCG_MULT (Results 1 – 2 of 2) sorted by relevance
89 const uint32x2_t LCG_MULT = vdup_n_u32(1664525); in convert_16_to_8_neon() local110 lcg_val = vmla_u32(LCG_INCR, lcg_val, LCG_MULT); in convert_16_to_8_neon()198 lcg_val = vmla_u32(LCG_INCR, lcg_val, LCG_MULT); in convert_16_to_8_neon()
416 const uint32x2_t LCG_MULT = vdup_n_u32(1664525); in Convert10BitFrameTo8BitDataBufferNeon() local433 lcg_value = vmla_u32(LCG_INCR, lcg_value, LCG_MULT); in Convert10BitFrameTo8BitDataBufferNeon()