Searched refs:theora (Results 1 - 9 of 9) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/tests/fate/
H A Dvpx.mak1 FATE_VP3-$(call DEMDEC, MATROSKA, THEORA) += fate-theora-coeff-level64
2 fate-theora-coeff-level64: CMD = framecrc -flags +bitexact -i $(TARGET_SAMPLES)/vp3/coeff_level64.mkv
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dvp3.c129 int theora, theora_tables; member in struct:Vp3DecodeContext
441 if (s->theora && current_run == MAXIMUM_LONG_BIT_RUN)
475 if (s->theora && current_run == MAXIMUM_LONG_BIT_RUN)
1922 if (s->theora && get_bits1(&gb))
1929 if (!s->theora)
1937 } while(s->theora >= 0x030200 && s->nqps<3 && get_bits1(&gb));
1971 if (!s->theora)
1982 if (s->version || s->theora)
2127 s->theora = get_bits_long(gb, 24);
2128 av_log(avctx, AV_LOG_DEBUG, "Theora bitstream version %X\n", s->theora);
[all...]
H A Dlibtheoraenc.c40 #include <theora/theoraenc.h>
240 Output first header packet consisting of theora
281 /* Copy planes to the theora yuv_buffer */
H A Dallcodecs.c195 REGISTER_DECODER (THEORA, theora);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dvp3.c134 int theora, theora_tables; member in struct:Vp3DecodeContext
460 if (s->theora && current_run == MAXIMUM_LONG_BIT_RUN)
494 if (s->theora && current_run == MAXIMUM_LONG_BIT_RUN)
2001 if (s->theora && get_bits1(&gb)) {
2003 skip_bits_long(&gb, 6*8); /* "theora" */
2038 if (!s->theora)
2046 } while (s->theora >= 0x030200 && s->nqps < 3 && get_bits1(&gb));
2080 if (!s->theora) {
2090 if (s->version || s->theora) {
2241 s->theora
[all...]
H A Dlibtheoraenc.c43 #include <theora/theoraenc.h>
244 Output first header packet consisting of theora
284 /* Copy planes to the theora yuv_buffer */
H A Dallcodecs.c266 REGISTER_DECODER(THEORA, theora);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/
H A Dconfigure2954 enabled libtheora && require libtheora theora/theoraenc.h th_info_init -ltheoraenc -ltheoradec -logg
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/
H A Dconfigure4765 enabled libtheora && require libtheora theora/theoraenc.h th_info_init -ltheoraenc -ltheoradec -logg

Completed in 162 milliseconds