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 80 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 177 of file h264dsp_mmi.c.
Referenced by ff_h264_idct8_add4_8_mmi().
Definition at line 656 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 700 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 785 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 802 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 815 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 832 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 848 of file h264dsp_mmi.c.
void ff_h264_luma_dc_dequant_idct_8_mmi | ( | int16_t * | output, |
int16_t * | input, | ||
int | qmul | ||
) |
Definition at line 876 of file h264dsp_mmi.c.
void ff_h264_chroma422_dc_dequant_idct_8_mmi | ( | int16_t * | block, |
int | qmul | ||
) |
Definition at line 1103 of file h264dsp_mmi.c.
void ff_h264_chroma_dc_dequant_idct_8_mmi | ( | int16_t * | block, |
int | qmul | ||
) |
Definition at line 1136 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 1150 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 1206 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 1277 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 1320 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 1372 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 1410 of file h264dsp_mmi.c.
Definition at line 1454 of file h264dsp_mmi.c.
Referenced by ff_deblock_v_luma_8_mmi().
Definition at line 1582 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 1808 of file h264dsp_mmi.c.
Definition at line 1892 of file h264dsp_mmi.c.
Definition at line 1970 of file h264dsp_mmi.c.
Definition at line 2110 of file h264dsp_mmi.c.
Definition at line 2243 of file h264dsp_mmi.c.
Referenced by ff_deblock_h_luma_8_mmi().
Definition at line 2252 of file h264dsp_mmi.c.
Referenced by ff_deblock_h_luma_intra_8_mmi().
Definition at line 2259 of file h264dsp_mmi.c.