FFmpeg
|
#include "libavutil/attributes.h"
#include "libavutil/cpu.h"
#include "libavutil/pixdesc.h"
#include "libavutil/x86/cpu.h"
#include "libavcodec/huffyuvencdsp.h"
Go to the source code of this file.
Functions | |
void | ff_diff_int16_sse2 (uint16_t *dst, const uint16_t *src1, const uint16_t *src2, unsigned mask, int w) |
void | ff_diff_int16_avx2 (uint16_t *dst, const uint16_t *src1, const uint16_t *src2, unsigned mask, int w) |
void | ff_sub_hfyu_median_pred_int16_mmxext (uint16_t *dst, const uint16_t *src1, const uint16_t *src2, unsigned mask, int w, int *left, int *left_top) |
av_cold void | ff_huffyuvencdsp_init_x86 (HuffYUVEncDSPContext *c, AVCodecContext *avctx) |
void ff_diff_int16_sse2 | ( | uint16_t * | dst, |
const uint16_t * | src1, | ||
const uint16_t * | src2, | ||
unsigned | mask, | ||
int | w | ||
) |
Referenced by ff_huffyuvencdsp_init_x86().
void ff_diff_int16_avx2 | ( | uint16_t * | dst, |
const uint16_t * | src1, | ||
const uint16_t * | src2, | ||
unsigned | mask, | ||
int | w | ||
) |
Referenced by ff_huffyuvencdsp_init_x86().
void ff_sub_hfyu_median_pred_int16_mmxext | ( | uint16_t * | dst, |
const uint16_t * | src1, | ||
const uint16_t * | src2, | ||
unsigned | mask, | ||
int | w, | ||
int * | left, | ||
int * | left_top | ||
) |
Referenced by ff_huffyuvencdsp_init_x86().
av_cold void ff_huffyuvencdsp_init_x86 | ( | HuffYUVEncDSPContext * | c, |
AVCodecContext * | avctx | ||
) |
Definition at line 38 of file huffyuvencdsp_init.c.
Referenced by ff_huffyuvencdsp_init().