Skip to content
Snippets Groups Projects
Commit a8864615 authored by Michael Niedermayer's avatar Michael Niedermayer
Browse files

Merge commit 'b9c2408b'


* commit 'b9c2408b':
  dsputil: Remove commented-out, unused function declarations

Merged-by: default avatarMichael Niedermayer <michaelni@gmx.at>
parents ffbe19fc b9c2408b
No related branches found
No related tags found
No related merge requests found
...@@ -105,14 +105,6 @@ could be reached easily ... ...@@ -105,14 +105,6 @@ could be reached easily ...
!future video codecs might need functions with less strict alignment !future video codecs might need functions with less strict alignment
*/ */
/*
void get_pixels_c(int16_t *block, const uint8_t *pixels, int line_size);
void diff_pixels_c(int16_t *block, const uint8_t *s1, const uint8_t *s2, int stride);
void put_pixels_clamped_c(const int16_t *block, uint8_t *pixels, int line_size);
void add_pixels_clamped_c(const int16_t *block, uint8_t *pixels, int line_size);
void clear_blocks_c(int16_t *blocks);
*/
/* add and put pixel (decoding) */ /* add and put pixel (decoding) */
// blocksizes for op_pixels_func are 8x4,8x8 16x8 16x16 // blocksizes for op_pixels_func are 8x4,8x8 16x8 16x16
//h for op_pixels_func is limited to {width/2, width} but never larger than 16 and never smaller than 4 //h for op_pixels_func is limited to {width/2, width} but never larger than 16 and never smaller than 4
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment