# HG changeset patch # User Steve Borho <[email protected]> # Date 1381117292 18000 # Sun Oct 06 22:41:32 2013 -0500 # Node ID 0d14c4378aae918d52d63c3044c76d5b4e82cfcd # Parent 32b14837768954b93c39e2c451ef9280bb88df14 primitives: remove unused function decl
diff -r 32b148377689 -r 0d14c4378aae source/common/primitives.h --- a/source/common/primitives.h Sun Oct 06 22:40:06 2013 -0500 +++ b/source/common/primitives.h Sun Oct 06 22:41:32 2013 -0500 @@ -158,7 +158,6 @@ typedef int (*pixelcmp_sp_t)(short *fenc, intptr_t fencstride, pixel *fref, intptr_t frefstride); typedef void (*pixelcmp_x4_t)(pixel *fenc, pixel *fref0, pixel *fref1, pixel *fref2, pixel *fref3, intptr_t frefstride, int *res); typedef void (*pixelcmp_x3_t)(pixel *fenc, pixel *fref0, pixel *fref1, pixel *fref2, intptr_t frefstride, int *res); -typedef void (*ipfilter_t)(const short *coeff, short *src, int srcStride, short *dst, int dstStride, int block_width, int block_height); typedef void (*ipfilter_pp_t)(pixel *src, intptr_t srcStride, pixel *dst, intptr_t dstStride, int width, int height, const short *coeff); typedef void (*ipfilter_ps_t)(pixel *src, intptr_t srcStride, short *dst, intptr_t dstStride, int width, int height, const short *coeff); typedef void (*ipfilter_sp_t)(short *src, intptr_t srcStride, pixel *dst, intptr_t dstStride, int width, int height, const short *coeff); _______________________________________________ x265-devel mailing list [email protected] https://mailman.videolan.org/listinfo/x265-devel
