FFmpeg
|
#include "libavcodec/h264.h"
Go to the source code of this file.
Definition at line 2343 of file h264dsp_msa.c.
Definition at line 2365 of file h264dsp_msa.c.
void ff_h264_h_lpf_chroma_inter_msa | ( | uint8_t * | src, |
int | stride, | ||
int | alpha, | ||
int | beta, | ||
int8_t * | tc0 | ||
) |
Definition at line 2388 of file h264dsp_msa.c.
void ff_h264_v_lpf_chroma_inter_msa | ( | uint8_t * | src, |
int | stride, | ||
int | alpha, | ||
int | beta, | ||
int8_t * | tc0 | ||
) |
Definition at line 2410 of file h264dsp_msa.c.
void ff_h264_h_loop_filter_chroma422_msa | ( | uint8_t * | src, |
int32_t | stride, | ||
int32_t | alpha, | ||
int32_t | beta, | ||
int8_t * | tc0 | ||
) |
Definition at line 2464 of file h264dsp_msa.c.
void ff_h264_h_loop_filter_chroma422_mbaff_msa | ( | uint8_t * | src, |
int32_t | stride, | ||
int32_t | alpha, | ||
int32_t | beta, | ||
int8_t * | tc0 | ||
) |
Definition at line 2472 of file h264dsp_msa.c.
void ff_h264_h_loop_filter_luma_mbaff_msa | ( | uint8_t * | src, |
int32_t | stride, | ||
int32_t | alpha, | ||
int32_t | beta, | ||
int8_t * | tc0 | ||
) |
Definition at line 2481 of file h264dsp_msa.c.
Definition at line 2432 of file h264dsp_msa.c.
Definition at line 2440 of file h264dsp_msa.c.
Definition at line 2448 of file h264dsp_msa.c.
Definition at line 2456 of file h264dsp_msa.c.
void ff_biweight_h264_pixels16_8_msa | ( | uint8_t * | dst, |
uint8_t * | src, | ||
int | stride, | ||
int | height, | ||
int | log2_denom, | ||
int | weightd, | ||
int | weights, | ||
int | offset | ||
) |
Definition at line 2519 of file h264dsp_msa.c.
void ff_biweight_h264_pixels8_8_msa | ( | uint8_t * | dst, |
uint8_t * | src, | ||
int | stride, | ||
int | height, | ||
int | log2_denom, | ||
int | weightd, | ||
int | weights, | ||
int | offset | ||
) |
Definition at line 2528 of file h264dsp_msa.c.
void ff_biweight_h264_pixels4_8_msa | ( | uint8_t * | dst, |
uint8_t * | src, | ||
int | stride, | ||
int | height, | ||
int | log2_denom, | ||
int | weightd, | ||
int | weights, | ||
int | offset | ||
) |
Definition at line 2537 of file h264dsp_msa.c.
void ff_weight_h264_pixels16_8_msa | ( | uint8_t * | src, |
int | stride, | ||
int | height, | ||
int | log2_denom, | ||
int | weight, | ||
int | offset | ||
) |
Definition at line 2498 of file h264dsp_msa.c.
void ff_weight_h264_pixels8_8_msa | ( | uint8_t * | src, |
int | stride, | ||
int | height, | ||
int | log2_denom, | ||
int | weight, | ||
int | offset | ||
) |
Definition at line 2505 of file h264dsp_msa.c.
void ff_weight_h264_pixels4_8_msa | ( | uint8_t * | src, |
int | stride, | ||
int | height, | ||
int | log2_denom, | ||
int | weight, | ||
int | offset | ||
) |
Definition at line 2512 of file h264dsp_msa.c.
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.