Home
last modified time | relevance | path

Searched refs:lcg_random (Results 1 – 4 of 4) sorted by relevance

/third_party/ffmpeg/libavcodec/
Daacenc_utils.h262 static av_always_inline int lcg_random(unsigned previous_val) in lcg_random() function
Daacdec_template.c1170 static av_always_inline int lcg_random(unsigned previous_val) in lcg_random() function
1786 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()
Daaccoder.c647 s->random_state = lcg_random(s->random_state); in search_for_pns()
/third_party/ffmpeg/libavcodec/mips/
Daacdec_mips.c108 static av_always_inline int lcg_random(unsigned previous_val) in lcg_random() function