|
|
|
@@ -310,7 +310,7 @@ typedef struct DSPContext { |
|
|
|
* note, this might read from src1[-1], src2[-1] |
|
|
|
*/ |
|
|
|
void (*sub_hfyu_median_prediction)(uint8_t *dst, uint8_t *src1, uint8_t *src2, int w, int *left, int *left_top); |
|
|
|
void (*bswap_buf)(uint32_t *dst, uint32_t *src, int w); |
|
|
|
void (*bswap_buf)(uint32_t *dst, const uint32_t *src, int w); |
|
|
|
|
|
|
|
void (*h264_v_loop_filter_luma)(uint8_t *pix, int stride, int alpha, int beta, int8_t *tc0); |
|
|
|
void (*h264_h_loop_filter_luma)(uint8_t *pix, int stride, int alpha, int beta, int8_t *tc0); |
|
|
|
|