FFmpeg
|
#include "libavcodec/bit_depth_template.c"
#include "h264dsp_mips.h"
#include "libavutil/mips/mmiutils.h"
Go to the source code of this file.
Definition at line 30 of file h264dsp_mmi.c.
Definition at line 78 of file h264dsp_mmi.c.
Referenced by ff_h264_idct_add16_8_mmi(), ff_h264_idct_add16intra_8_mmi(), ff_h264_idct_add8_422_8_mmi(), and ff_h264_idct_add8_8_mmi().
Definition at line 173 of file h264dsp_mmi.c.
Referenced by ff_h264_idct8_add4_8_mmi().
Definition at line 644 of file h264dsp_mmi.c.
Referenced by ff_h264_idct_add16_8_mmi(), ff_h264_idct_add16intra_8_mmi(), ff_h264_idct_add8_422_8_mmi(), and ff_h264_idct_add8_8_mmi().
Definition at line 688 of file h264dsp_mmi.c.
Referenced by ff_h264_idct8_add4_8_mmi().
void ff_h264_idct_add16_8_mmi | ( | uint8_t * | dst, |
const int * | block_offset, | ||
int16_t * | block, | ||
int | stride, | ||
const uint8_t | nnzc[15 *8] | ||
) |
Definition at line 773 of file h264dsp_mmi.c.
void ff_h264_idct_add16intra_8_mmi | ( | uint8_t * | dst, |
const int * | block_offset, | ||
int16_t * | block, | ||
int | stride, | ||
const uint8_t | nnzc[15 *8] | ||
) |
Definition at line 790 of file h264dsp_mmi.c.
void ff_h264_idct8_add4_8_mmi | ( | uint8_t * | dst, |
const int * | block_offset, | ||
int16_t * | block, | ||
int | stride, | ||
const uint8_t | nnzc[15 *8] | ||
) |
Definition at line 803 of file h264dsp_mmi.c.
void ff_h264_idct_add8_8_mmi | ( | uint8_t ** | dest, |
const int * | block_offset, | ||
int16_t * | block, | ||
int | stride, | ||
const uint8_t | nnzc[15 *8] | ||
) |
Definition at line 820 of file h264dsp_mmi.c.
void ff_h264_idct_add8_422_8_mmi | ( | uint8_t ** | dest, |
const int * | block_offset, | ||
int16_t * | block, | ||
int | stride, | ||
const uint8_t | nnzc[15 *8] | ||
) |
Definition at line 836 of file h264dsp_mmi.c.
Definition at line 864 of file h264dsp_mmi.c.
Definition at line 1091 of file h264dsp_mmi.c.
Definition at line 1124 of file h264dsp_mmi.c.
void ff_h264_weight_pixels16_8_mmi | ( | uint8_t * | block, |
ptrdiff_t | stride, | ||
int | height, | ||
int | log2_denom, | ||
int | weight, | ||
int | offset | ||
) |
Definition at line 1138 of file h264dsp_mmi.c.
void ff_h264_biweight_pixels16_8_mmi | ( | uint8_t * | dst, |
uint8_t * | src, | ||
ptrdiff_t | stride, | ||
int | height, | ||
int | log2_denom, | ||
int | weightd, | ||
int | weights, | ||
int | offset | ||
) |
Definition at line 1194 of file h264dsp_mmi.c.
void ff_h264_weight_pixels8_8_mmi | ( | uint8_t * | block, |
ptrdiff_t | stride, | ||
int | height, | ||
int | log2_denom, | ||
int | weight, | ||
int | offset | ||
) |
Definition at line 1265 of file h264dsp_mmi.c.
void ff_h264_biweight_pixels8_8_mmi | ( | uint8_t * | dst, |
uint8_t * | src, | ||
ptrdiff_t | stride, | ||
int | height, | ||
int | log2_denom, | ||
int | weightd, | ||
int | weights, | ||
int | offset | ||
) |
Definition at line 1308 of file h264dsp_mmi.c.
void ff_h264_weight_pixels4_8_mmi | ( | uint8_t * | block, |
ptrdiff_t | stride, | ||
int | height, | ||
int | log2_denom, | ||
int | weight, | ||
int | offset | ||
) |
Definition at line 1360 of file h264dsp_mmi.c.
void ff_h264_biweight_pixels4_8_mmi | ( | uint8_t * | dst, |
uint8_t * | src, | ||
ptrdiff_t | stride, | ||
int | height, | ||
int | log2_denom, | ||
int | weightd, | ||
int | weights, | ||
int | offset | ||
) |
Definition at line 1398 of file h264dsp_mmi.c.
Definition at line 1442 of file h264dsp_mmi.c.
Referenced by ff_deblock_v_luma_8_mmi().
Definition at line 1570 of file h264dsp_mmi.c.
Referenced by ff_deblock_v_luma_intra_8_mmi().
void ff_deblock_v_chroma_8_mmi | ( | uint8_t * | pix, |
ptrdiff_t | stride, | ||
int | alpha, | ||
int | beta, | ||
int8_t * | tc0 | ||
) |
Definition at line 1796 of file h264dsp_mmi.c.
Definition at line 1880 of file h264dsp_mmi.c.
Definition at line 1958 of file h264dsp_mmi.c.
Definition at line 2098 of file h264dsp_mmi.c.
Definition at line 2231 of file h264dsp_mmi.c.
Referenced by ff_deblock_h_luma_8_mmi().
Definition at line 2240 of file h264dsp_mmi.c.
Referenced by ff_deblock_h_luma_intra_8_mmi().
Definition at line 2247 of file h264dsp_mmi.c.