grc3state_t
return (((grc3state_t *)sp->s_src_state[0])->outsz);
kmem_zalloc(sizeof (grc3state_t), KM_NOSLEEP);
kmem_free(sp->s_src_state[i], sizeof (grc3state_t));
grc3_upsample_##QUAL(grc3state_t *grc, const int32_t *src, \
grc3_dnsample_##QUAL(grc3state_t *grc, const int32_t *src, \
grc3_resample_##QUAL(grc3state_t *grc, const void *src, void *dst, \
grc3_convert(grc3state_t *grc, int quality, const void *src,
grc3_reset(grc3state_t *grc)
grc3_setup_up(grc3state_t *grc, uint32_t fromRate, uint32_t toRate)
grc3_setup_dn(grc3state_t *grc, uint32_t fromRate, uint32_t toRate)
grc3_setup(grc3state_t *grc, uint32_t fromRate, uint32_t toRate)
void grc3_setup(grc3state_t *, uint32_t fromRate, uint32_t toRate);
void grc3_reset(grc3state_t *);
void grc3_convert(grc3state_t *, int quality,