|
FFmpeg
|
Public Attributes | |
| void(* | diff_bytes )(uint8_t *dst, const uint8_t *src1, const uint8_t *src2, intptr_t w) |
| void(* | sub_median_pred )(uint8_t *dst, const uint8_t *src1, const uint8_t *src2, intptr_t w, int *left, int *left_top) |
| Subtract HuffYUV's variant of median prediction. More... | |
| void(* | sub_left_predict )(uint8_t *dst, uint8_t *src, ptrdiff_t stride, ptrdiff_t width, int height) |
| void(* LLVidEncDSPContext::sub_median_pred) (uint8_t *dst, const uint8_t *src1, const uint8_t *src2, intptr_t w, int *left, int *left_top) |
Subtract HuffYUV's variant of median prediction.
Note, this might read from src1[-1], src2[-1].
1.8.12