• Lauri Kasanen's avatar
    swscale/output: Altivec-optimize float yuv2plane1 · 8dd9df9e
    Lauri Kasanen authored
    This function wouldn't benefit from VSX instructions, so I put it
    under altivec.
    
    ./ffmpeg_g -f rawvideo -pix_fmt rgb24 -s hd1080 -i /dev/zero -pix_fmt grayf32le \
    -f null -vframes 100 -v error -nostats -
    
    3743 UNITS in planar1,   65495 runs,     41 skips
    
    -cpuflags 0
    
    23511 UNITS in planar1,   65530 runs,      6 skips
    
    grayf32be
    
    4647 UNITS in planar1,   65449 runs,     87 skips
    
    -cpuflags 0
    
    28608 UNITS in planar1,   65530 runs,      6 skips
    
    The native speedup is 6.28133, and the bswapping one 6.15623.
    Fate passes, each format tested with an image to video conversion.
    Signed-off-by: 's avatarLauri Kasanen <cand@gmx.com>
    Signed-off-by: 's avatarMichael Niedermayer <michael@niedermayer.cc>
    8dd9df9e
Name
Last commit
Last update
..
aarch64 Loading commit data...
arm Loading commit data...
ppc Loading commit data...
tests Loading commit data...
x86 Loading commit data...
Makefile Loading commit data...
alphablend.c Loading commit data...
bayer_template.c Loading commit data...
gamma.c Loading commit data...
hscale.c Loading commit data...
hscale_fast_bilinear.c Loading commit data...
input.c Loading commit data...
libswscale.v Loading commit data...
log2_tab.c Loading commit data...
options.c Loading commit data...
output.c Loading commit data...
rgb2rgb.c Loading commit data...
rgb2rgb.h Loading commit data...
rgb2rgb_template.c Loading commit data...
slice.c Loading commit data...
swscale.c Loading commit data...
swscale.h Loading commit data...
swscale_internal.h Loading commit data...
swscale_unscaled.c Loading commit data...
swscaleres.rc Loading commit data...
utils.c Loading commit data...
version.h Loading commit data...
vscale.c Loading commit data...
yuv2rgb.c Loading commit data...