• Graham Booker's avatar
    part 2/2 of fixing Altivec-accelerated H264 luma inloop filter · 22fa38f0
    Graham Booker authored
    In h264_deblock_q1, the result of the deblock needs to be kept to
    be used in future deblocks, so return this value now.
    
    Also change the sign of tc0 vector: It is really a signed value, so
    treat it as such until after the >=0 check;
    then, at that point, after being masked, it can be treated as unsigned.
    
    Patch by Graham Booker % gbooker A tamu P edu%
    
    Originally committed as revision 9349 to svn://svn.ffmpeg.org/ffmpeg/trunk
    22fa38f0
Name
Last commit
Last update
..
dsputil_altivec.c Loading commit data...
dsputil_altivec.h Loading commit data...
dsputil_ppc.c Loading commit data...
dsputil_ppc.h Loading commit data...
fdct_altivec.c Loading commit data...
fft_altivec.c Loading commit data...
float_altivec.c Loading commit data...
gcc_fixes.h Loading commit data...
gmc_altivec.c Loading commit data...
h264_altivec.c Loading commit data...
h264_template_altivec.c Loading commit data...
idct_altivec.c Loading commit data...
int_altivec.c Loading commit data...
mathops.h Loading commit data...
mpegvideo_altivec.c Loading commit data...
mpegvideo_ppc.c Loading commit data...
snow_altivec.c Loading commit data...
types_altivec.h Loading commit data...
vc1dsp_altivec.c Loading commit data...