Searched refs:lcg_random (Results 1 – 4 of 4) sorted by relevance
262 static av_always_inline int lcg_random(unsigned previous_val) in lcg_random() function
1170 static av_always_inline int lcg_random(unsigned previous_val) in lcg_random() function1786 ac->random_state = lcg_random(ac->random_state); in decode_spectrum_and_dequant()1797 ac->random_state = lcg_random(ac->random_state); in decode_spectrum_and_dequant()
647 s->random_state = lcg_random(s->random_state); in search_for_pns()
108 static av_always_inline int lcg_random(unsigned previous_val) in lcg_random() function