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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dg726.c194 static int16_t g726_decode(G726Context* c, int I) function
302 g726_decode(c, i);
448 *samples++ = g726_decode(c, c->little_endian ?
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dg726.c192 static int16_t g726_decode(G726Context* c, int I) function
300 g726_decode(c, i);
460 *samples++ = g726_decode(c, get_bits(&gb, c->code_size));

Completed in 37 milliseconds