|
|
|
@@ -378,7 +378,7 @@ typedef struct DSPContext { |
|
|
|
|
|
|
|
/* huffyuv specific */ |
|
|
|
void (*add_bytes)(uint8_t *dst/*align 16*/, uint8_t *src/*align 16*/, int w); |
|
|
|
void (*diff_bytes)(uint8_t *dst/*align 16*/, uint8_t *src1/*align 16*/, uint8_t *src2/*align 1*/,int w); |
|
|
|
void (*diff_bytes)(uint8_t *dst/*align 16*/, const uint8_t *src1/*align 16*/, const uint8_t *src2/*align 1*/,int w); |
|
|
|
/** |
|
|
|
* subtract huffyuv's variant of median prediction |
|
|
|
* note, this might read from src1[-1], src2[-1] |
|
|
|
|