FFmpeg
|
Go to the source code of this file.
Functions | |
void | ff_h264_weight_pixels16_8_mmi (uint8_t *block, int stride, int height, int log2_denom, int weight, int offset) |
void | ff_h264_biweight_pixels16_8_mmi (uint8_t *dst, uint8_t *src, int stride, int height, int log2_denom, int weightd, int weights, int offset) |
void | ff_h264_weight_pixels8_8_mmi (uint8_t *block, int stride, int height, int log2_denom, int weight, int offset) |
void | ff_h264_biweight_pixels8_8_mmi (uint8_t *dst, uint8_t *src, int stride, int height, int log2_denom, int weightd, int weights, int offset) |
void | ff_h264_weight_pixels4_8_mmi (uint8_t *block, int stride, int height, int log2_denom, int weight, int offset) |
void | ff_h264_biweight_pixels4_8_mmi (uint8_t *dst, uint8_t *src, int stride, int height, int log2_denom, int weightd, int weights, int offset) |
void ff_h264_weight_pixels16_8_mmi | ( | uint8_t * | block, |
int | stride, | ||
int | height, | ||
int | log2_denom, | ||
int | weight, | ||
int | offset | ||
) |
Definition at line 28 of file h264dsp_mmi.c.
void ff_h264_biweight_pixels16_8_mmi | ( | uint8_t * | dst, |
uint8_t * | src, | ||
int | stride, | ||
int | height, | ||
int | log2_denom, | ||
int | weightd, | ||
int | weights, | ||
int | offset | ||
) |
Definition at line 74 of file h264dsp_mmi.c.
void ff_h264_weight_pixels8_8_mmi | ( | uint8_t * | block, |
int | stride, | ||
int | height, | ||
int | log2_denom, | ||
int | weight, | ||
int | offset | ||
) |
Definition at line 135 of file h264dsp_mmi.c.
void ff_h264_biweight_pixels8_8_mmi | ( | uint8_t * | dst, |
uint8_t * | src, | ||
int | stride, | ||
int | height, | ||
int | log2_denom, | ||
int | weightd, | ||
int | weights, | ||
int | offset | ||
) |
Definition at line 170 of file h264dsp_mmi.c.
void ff_h264_weight_pixels4_8_mmi | ( | uint8_t * | block, |
int | stride, | ||
int | height, | ||
int | log2_denom, | ||
int | weight, | ||
int | offset | ||
) |
Definition at line 213 of file h264dsp_mmi.c.
void ff_h264_biweight_pixels4_8_mmi | ( | uint8_t * | dst, |
uint8_t * | src, | ||
int | stride, | ||
int | height, | ||
int | log2_denom, | ||
int | weightd, | ||
int | weights, | ||
int | offset | ||
) |
Definition at line 244 of file h264dsp_mmi.c.