FFmpeg
|
#include "libavcodec/bit_depth_template.c"
#include "h264dsp_mips.h"
#include "libavutil/mips/asmdefs.h"
Go to the source code of this file.
Definition at line 30 of file h264dsp_mmi.c.
Definition at line 84 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 179 of file h264dsp_mmi.c.
Referenced by ff_h264_idct8_add4_8_mmi().
Definition at line 662 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 713 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 795 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 812 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 825 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 842 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 858 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 886 of file h264dsp_mmi.c.
void ff_h264_chroma422_dc_dequant_idct_8_mmi | ( | int16_t * | block, |
int | qmul | ||
) |
Definition at line 1108 of file h264dsp_mmi.c.
void ff_h264_chroma_dc_dequant_idct_8_mmi | ( | int16_t * | block, |
int | qmul | ||
) |
Definition at line 1141 of file h264dsp_mmi.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 1155 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 1208 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 1276 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 1316 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 1365 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 1405 of file h264dsp_mmi.c.
Definition at line 1451 of file h264dsp_mmi.c.
Referenced by ff_deblock_v_luma_8_mmi().
Definition at line 1576 of file h264dsp_mmi.c.
Referenced by ff_deblock_v_luma_intra_8_mmi().
Definition at line 1798 of file h264dsp_mmi.c.
Definition at line 1879 of file h264dsp_mmi.c.
Definition at line 1953 of file h264dsp_mmi.c.
Definition at line 2110 of file h264dsp_mmi.c.
Definition at line 2259 of file h264dsp_mmi.c.
Referenced by ff_deblock_h_luma_8_mmi().
Definition at line 2268 of file h264dsp_mmi.c.
Referenced by ff_deblock_h_luma_intra_8_mmi().
Definition at line 2275 of file h264dsp_mmi.c.
Definition at line 2521 of file h264dsp_mmi.c.