theora_state      460 extra_lib/include/theora/theora.h extern int theora_encode_init(theora_state *th, theora_info *ti);
theora_state      472 extra_lib/include/theora/theora.h extern int theora_encode_YUVin(theora_state *t, yuv_buffer *yuv);
theora_state      486 extra_lib/include/theora/theora.h extern int theora_encode_packetout( theora_state *t, int last_p,
theora_state      499 extra_lib/include/theora/theora.h extern int theora_encode_header(theora_state *t, ogg_packet *op);
theora_state      524 extra_lib/include/theora/theora.h extern int theora_encode_tables(theora_state *t, ogg_packet *op);
theora_state      578 extra_lib/include/theora/theora.h extern int theora_decode_init(theora_state *th, theora_info *c);
theora_state      587 extra_lib/include/theora/theora.h extern int theora_decode_packetin(theora_state *th,ogg_packet *op);
theora_state      599 extra_lib/include/theora/theora.h extern int theora_decode_YUVout(theora_state *th,yuv_buffer *yuv);
theora_state      670 extra_lib/include/theora/theora.h extern ogg_int64_t theora_granule_frame(theora_state *th,ogg_int64_t granulepos);
theora_state      687 extra_lib/include/theora/theora.h extern double theora_granule_time(theora_state *th,ogg_int64_t granulepos);
theora_state      708 extra_lib/include/theora/theora.h extern void theora_clear(theora_state *t);
theora_state      786 extra_lib/include/theora/theora.h extern int theora_control(theora_state *th,int req,void *buf,size_t buf_sz);
theora_state       36 modules/ogg/theora_dec.c 	theora_state td;