|
|
@@ -174,7 +174,7 @@ static void softthresh_mmx(int16_t dst[64], const int16_t src[64], |
|
|
dst[0] = (src[0] + 4) >> 3; |
|
|
dst[0] = (src[0] + 4) >> 3; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
static void store_slice_mmx(uint8_t *dst, const uint16_t *src, |
|
|
|
|
|
|
|
|
static void store_slice_mmx(uint8_t *dst, const int16_t *src, |
|
|
int dst_stride, int src_stride, |
|
|
int dst_stride, int src_stride, |
|
|
int width, int height, int log2_scale, |
|
|
int width, int height, int log2_scale, |
|
|
const uint8_t dither[8][8]) |
|
|
const uint8_t dither[8][8]) |
|
|
|