Home
last modified time | relevance | path

Searched refs:backend_state (Results 1 – 7 of 7) sorted by relevance

/external/libvorbis/lib/
Dblock.c191 b=v->backend_state=_ogg_calloc(1,sizeof(*b)); in _vds_shared_init()
298 b=v->backend_state; in vorbis_analysis_init()
319 private_state *b=v->backend_state; in vorbis_dsp_clear()
391 private_state *b=v->backend_state; in vorbis_analysis_buffer()
527 private_state *b=v->backend_state; in vorbis_analysis_blockout()
689 if(!v->backend_state)return -1; in vorbis_synthesis_restart()
702 ((private_state *)(v->backend_state))->sample_count=-1; in vorbis_synthesis_restart()
723 private_state *b=v->backend_state; in vorbis_synthesis_blockin()
1012 private_state *b=v->backend_state; in vorbis_window()
Dbitrate.c66 private_state *b=vd->backend_state; in vorbis_bitrate_managed()
77 private_state *b=vd->backend_state; in vorbis_bitrate_addblock()
231 private_state *b=vd->backend_state; in vorbis_bitrate_flushpacket()
Dsynthesis.c28 private_state *b= vd ? vd->backend_state : 0; in vorbis_synthesis()
96 private_state *b=vd->backend_state; in vorbis_synthesis_trackonly()
Denvelope.c220 envelope_lookup *ve=((private_state *)(v->backend_state))->ve; in _ve_envelope_search()
331 envelope_lookup *ve=((private_state *)(v->backend_state))->ve; in _ve_envelope_mark()
Dmapping0.c242 private_state *b=vb->vd->backend_state; in mapping0_forward()
710 private_state *b=vd->backend_state; in mapping0_inverse()
Dinfo.c575 private_state *b=v->backend_state; in vorbis_analysis_headerout()
/external/libvorbis/include/vorbis/
Dcodec.h85 void *backend_state; member