Displaying 5 results from an estimated 5 matches for "codec_internal".
2008 Apr 10
2
Delay occurred when the makefile change
...dec/x86/mmxstate.c \
dec/x86/x86state.c
endif
endif
libtheora_la_SOURCES = \
cpu.c \
$(decoder_x86_sources) \
$(decoder_sources) \
$(encoder_arch_sources) \
$(encoder_sources) \
Version_script
noinst_HEADERS = \
cpu.h \
internal.h \
enc/block_inline.h \
enc/codec_internal.h \
enc/encoder_lookup.h \
enc/encoder_huffman.h \
enc/hufftables.h \
enc/pp.h \
enc/quant_lookup.h \
enc/toplevel_lookup.h \
enc/dsp.h \
dec/apiwrapper.h \
dec/dct.h \
dec/decint.h \
dec/dequant.h \
dec/enquant.h \
dec/huffdec.h \
dec/huffman...
2008 Apr 23
1
Theora got extreamly slow (Makefile.am was changed)
...dec/x86/mmxstate.c \
dec/x86/x86state.c
endif
endif
libtheora_la_SOURCES = \
cpu.c \
$(decoder_x86_sources) \
$(decoder_sources) \
$(encoder_arch_sources) \
$(encoder_sources) \
Version_script
noinst_HEADERS = \
cpu.h \
internal.h \
enc/block_inline.h \
enc/codec_internal.h \
enc/encoder_lookup.h \
enc/encoder_huffman.h \
enc/hufftables.h \
enc/pp.h \
enc/quant_lookup.h \
enc/toplevel_lookup.h \
enc/dsp.h \
dec/apiwrapper.h \
dec/dct.h \
dec/decint.h \
dec/dequant.h \
dec/enquant.h \
dec/huffdec.h \
dec/huffman...
2007 Oct 09
1
VC6 Patch
...nd Source File
# Begin Source File
-SOURCE=..\lib\encoder_internal.h
+SOURCE=..\lib\enc\block_inline.h
# End Source File
# Begin Source File
-SOURCE=..\lib\encoder_lookup.h
+SOURCE=..\include\theora\codec.h
# End Source File
# Begin Source File
-SOURCE=..\lib\huffman.h
+SOURCE=..\lib\enc\codec_internal.h
# End Source File
# Begin Source File
-SOURCE=..\lib\hufftables.h
+SOURCE=..\lib\cpu.h
# End Source File
# Begin Source File
-SOURCE=..\lib\mcomp.h
+SOURCE=..\lib\dec\dct.h
# End Source File
# Begin Source File
-SOURCE=..\ogg\ogg.h
+SOURCE=..\lib\dec\decint.h
# End Source File
# Beg...
2006 Jun 06
0
Question about PB_INSTANCE fields
I'm trying to implement the dct_decoder's LoopFilter function in a FPGA.
I need to know what is the maximum memory allocation size which
display_fragment and recon_pixel_index_table points.
These are fields of PB_INSTANCE structure that is declared in the
codec_internal.h
Thank you
===========================
Leonardo de Paula Rosa Piga
Computer Engineering Student
Universidade Estadual de Campinas
===========================
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.xiph.org/pipermail/theora-dev/attachments/20...
2014 Sep 10
4
[RFC PATCH v1 0/3] Introducing ARM SIMD Support
libvorbis does not currently have any simd/vectorization.
Following patches add generic framework for simd/vectorization
and on top, add ARM-NEON simd vectorization using intrinsics.
I was able to get over 34% performance improvement on my
Beaglebone Black which is single Cortex-A8 based CPU.
You can find more information on metrics and procedure I used
to measure at