a52_state_t        33 extra_lib/include/a52dec/a52.h typedef struct a52_state_s a52_state_t;
a52_state_t        51 extra_lib/include/a52dec/a52.h a52_state_t * a52_init (uint32_t mm_accel);
a52_state_t        52 extra_lib/include/a52dec/a52.h sample_t * a52_samples (a52_state_t * state);
a52_state_t        55 extra_lib/include/a52dec/a52.h int a52_frame (a52_state_t * state, uint8_t * buf, int * flags,
a52_state_t        57 extra_lib/include/a52dec/a52.h void a52_dynrng (a52_state_t * state,
a52_state_t        59 extra_lib/include/a52dec/a52.h int a52_block (a52_state_t * state);
a52_state_t        60 extra_lib/include/a52dec/a52.h void a52_free (a52_state_t * state);
a52_state_t        51 modules/ac3_in/liba52_dec.c 	a52_state_t *codec;