Lines Matching defs:theora
178 int theora, theora_tables, theora_header;
495 if (s->theora && current_run == MAXIMUM_LONG_BIT_RUN)
529 if (s->theora && current_run == MAXIMUM_LONG_BIT_RUN)
2604 if (s->theora && get_bits1(&gb)) {
2606 skip_bits_long(&gb, 6*8); /* "theora" */
2646 if (!s->theora)
2654 } while (s->theora >= 0x030200 && s->nqps < 3 && get_bits1(&gb));
2694 if (!s->theora) {
2711 if (s->version || s->theora) {
2893 s->theora = get_bits(gb, 24);
2894 av_log(avctx, AV_LOG_DEBUG, "Theora bitstream version %X\n", s->theora);
2895 if (!s->theora) {
2896 s->theora = 1;
2897 avpriv_request_sample(s->avctx, "theora 0");
2902 if (s->theora < 0x030200) {
2913 if (s->theora >= 0x030200) {
2954 if (s->theora < 0x030200)
2961 if (s->theora >= 0x030200) {
2980 // translate offsets from theora axis ([0,0] lower left)
3008 if (s->theora >= 0x030200) {
3016 if (s->theora >= 0x030200)
3024 if (s->theora >= 0x030200)
3033 if (s->theora >= 0x030200)
3118 s->theora = 1;
3146 skip_bits_long(&gb, 6 * 8); /* "theora" */
3170 if (s->theora < 0x030200)
3178 .p.name = "theora",