]> git.sesse.net Git - ffmpeg/commit
blockdsp: remove high bitdepth parameter
authorChristophe Gisquet <christophe.gisquet@gmail.com>
Mon, 28 Sep 2015 11:59:23 +0000 (13:59 +0200)
committerMichael Niedermayer <michael@niedermayer.cc>
Fri, 2 Oct 2015 02:38:40 +0000 (04:38 +0200)
commit562ba4a827ceb9ed5b7d056484a9c2312a5458c5
tree756de8e3459acfdf786f1f5343b5346757c8c491
parentacdd6725065b4b71723a2c40c0fca9d69b8780cf
blockdsp: remove high bitdepth parameter

It is only (mis-)used to set the dsp fucntions clear_block(s). But
these functions always work on 16bits-wide elements, which make
the parameter useless and actually harmful, as it causes all content
on more than 8-bits to not use accelerated functions.

Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
libavcodec/alpha/blockdsp_alpha.c
libavcodec/arm/blockdsp_arm.h
libavcodec/arm/blockdsp_init_arm.c
libavcodec/arm/blockdsp_init_neon.c
libavcodec/blockdsp.c
libavcodec/blockdsp.h
libavcodec/mips/blockdsp_init_mips.c
libavcodec/ppc/blockdsp.c
libavcodec/x86/blockdsp_init.c