Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dg729dec.c185 static inline uint16_t g729_prng(uint16_t value) in g729_prng() function
536 ctx->rand_value = g729_prng(ctx->rand_value); in decode_frame()
539 ctx->rand_value = g729_prng(ctx->rand_value); in decode_frame()