Author | SHA1 | Message | Date |
---|---|---|---|
|
c778eb15b8 |
pixblockdsp: Have function pointer prototype match implementation
libavcodec/pixblockdsp.c(58) : warning C4028: formal parameter 1 different from declaration libavcodec/pixblockdsp.c(63) : warning C4028: formal parameter 1 different from declaration libavcodec/pixblockdsp.c(66) : warning C4028: formal parameter 1 different from declaration |
8 years ago |
|
de452e5037 |
pixblockdsp: Change type of stride parameters to ptrdiff_t
This avoids SIMD-optimized functions having to sign-extend their line size argument manually to be able to do pointer arithmetic. Also adjust parameter names to be "stride" everywhere. |
8 years ago |
|
f46bb608d9 | dsputil: Split off pixel block routines into their own context | 11 years ago |