FFmpeg
|
Go to the source code of this file.
Definition at line 29 of file h264dsp_mmi.c.
Definition at line 65 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 145 of file h264dsp_mmi.c.
Referenced by ff_h264_idct8_add4_8_mmi().
Definition at line 594 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 630 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 684 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 701 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 714 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 731 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 747 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 775 of file h264dsp_mmi.c.
void ff_h264_chroma422_dc_dequant_idct_8_mmi | ( | int16_t * | block, |
int | qmul | ||
) |
Definition at line 987 of file h264dsp_mmi.c.
void ff_h264_chroma_dc_dequant_idct_8_mmi | ( | int16_t * | block, |
int | qmul | ||
) |
Definition at line 1020 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 1034 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 1080 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 1141 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 1176 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 1219 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 1250 of file h264dsp_mmi.c.
|
inlinestatic |
Definition at line 1286 of file h264dsp_mmi.c.
Referenced by ff_deblock_h_chroma_8_mmi(), and ff_deblock_v_chroma_8_mmi().
Definition at line 1341 of file h264dsp_mmi.c.
Referenced by ff_deblock_h_chroma_intra_8_mmi(), and ff_deblock_v_chroma_intra_8_mmi().
Definition at line 1393 of file h264dsp_mmi.c.
Referenced by ff_deblock_v_luma_8_mmi().
Definition at line 1506 of file h264dsp_mmi.c.
Referenced by ff_deblock_v_luma_intra_8_mmi().
Definition at line 1714 of file h264dsp_mmi.c.
Definition at line 1743 of file h264dsp_mmi.c.
Definition at line 1771 of file h264dsp_mmi.c.
Definition at line 1873 of file h264dsp_mmi.c.
Definition at line 1973 of file h264dsp_mmi.c.
Referenced by ff_deblock_h_luma_8_mmi().
Definition at line 1982 of file h264dsp_mmi.c.
Referenced by ff_deblock_h_luma_intra_8_mmi().
Definition at line 1989 of file h264dsp_mmi.c.
Definition at line 2215 of file h264dsp_mmi.c.