Displaying 2 results from an estimated 2 matches for "7epiga".
Did you mean:
7ejpira
2008 Jul 07
2
GSoC - Theora multithread decoder
...reater than the speed up gains.
We need functions that are called a few times and spend many cpu time. Also
data dependency should be the lowest as possible.
According to the model that i did (
http://lampiao.lsc.ic.unicamp.br/~piga/gsoc_2008/implementation.pdf<http://lampiao.lsc.ic.unicamp.br/%7Epiga/gsoc_2008/implementation.pdf>)
the decoding time should be reduced in 33%, but it was just 10% for pthread
an 5% for openMP.
I used a video with 1440x1080. The pthread implementation has 3 threads and
the OpenMP was executed with the environment variable OMP_NUM_THREADS=3. The
results are:...
2008 Apr 23
1
Theora got extreamly slow (Makefile.am was changed)
I have tried to add a plunging to the "libtheora-1.0beta2" (network
bandwidth measuring component was added) and Got it success for some far
now the problem is when it is added the encoding process get extremely slow
(around 20 seconds delay).
I think that the problem is with my modified Makefile (some flag may have
missed).
the following is my modified Makefile.am which is in the