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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dg729dec.c178 static inline uint16_t g729_prng(uint16_t value) function
514 ctx->rand_value = g729_prng(ctx->rand_value);
517 ctx->rand_value = g729_prng(ctx->rand_value);

Completed in 26 milliseconds