Home
last modified time | relevance | path

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

/third_party/libsnd/src/G72x/
Dg72x.h75 int g72x_decode_block (struct g72x_state *pstate, const unsigned char *block, short *samples) ;
DChangeLog10 Implemented g72x_encode_block () and g72x_decode_block ().
Dg72x.c243 int g72x_decode_block (G72x_STATE *pstate, const unsigned char *block, short *samples) in g72x_decode_block() function
/third_party/libsnd/src/
Dg72x.c197 g72x_decode_block (pg72x->private, pg72x->block, pg72x->samples) ; in psf_g72x_decode_block()