Clément Bœsch
|
af607b7e07
|
lavc/huffyuvdsp: only transmit the pix_fmt instead of the whole avctx
Only the pixel format is required in that init function. This will also
simplify the incoming merge.
|
8 years ago |
Clément Bœsch
|
c7904af057
|
lavc/huffyuvdsp: remove unused ppc init prototype
|
8 years ago |
James Almer
|
47f212329e
|
huffyuvdsp: move functions only used by huffyuv from lossless_videodsp
Signed-off-by: James Almer <jamrial@gmail.com>
|
8 years ago |
James Almer
|
5ac1dd8e23
|
lossless_videodsp: move shared functions from huffyuvdsp
Several codecs other than huffyuv use them.
Signed-off-by: James Almer <jamrial@gmail.com>
|
8 years ago |
Carl Eugen Hoyos
|
20f3cdf0c8
|
Include config.h from huffyuvdsp.h.
Fixes a warning about undefined HAVE_BIGENDIAN when running make checkheaders.
|
10 years ago |
Michael Niedermayer
|
7be79c76d3
|
avcodec/huffyuvdsp: Change w to intptr in add_hfyu_median_pred() and add_hfyu_left_pred()
This avoids potential issues with the high 32bits being random in x86-64 asm
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
|
11 years ago |
Christophe Gisquet
|
99a319c4e7
|
x86: huffyuvdsp: port add_bytes to yasm
C MMX SSE2
Cycles: 2972 587 302
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
|
11 years ago |
Christophe Gisquet
|
25e6310a3e
|
huffyuv: change left prediction access in BGRA
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
|
11 years ago |
Christophe Gisquet
|
c609f803e1
|
huffyuv: avoid duplicated defines
Move the defines to the dsp header.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
|
11 years ago |
Diego Biurrun
|
0d439fbede
|
dsputil: Split off HuffYUV decoding bits into their own context
Also shorten HuffYUV context member names to avoid clutter.
|
11 years ago |