| FFmpeg
    | 
#include "../mpegvideo.h"Go to the source code of this file.
| void ff_put_pixels_clamped_msa | ( | const int16_t * | block, | 
| uint8_t *av_restrict | pixels, | ||
| ptrdiff_t | line_size | ||
| ) | 
Definition at line 130 of file idctdsp_msa.c.
| void ff_put_signed_pixels_clamped_msa | ( | const int16_t * | block, | 
| uint8_t *av_restrict | pixels, | ||
| ptrdiff_t | line_size | ||
| ) | 
Definition at line 137 of file idctdsp_msa.c.
| void ff_add_pixels_clamped_msa | ( | const int16_t * | block, | 
| uint8_t *av_restrict | pixels, | ||
| ptrdiff_t | line_size | ||
| ) | 
Definition at line 144 of file idctdsp_msa.c.
| void ff_j_rev_dct_msa | ( | int16_t * | data | ) | 
| void ff_simple_idct_msa | ( | int16_t * | block | ) | 
Definition at line 560 of file simple_idct_msa.c.
Definition at line 565 of file simple_idct_msa.c.
Definition at line 570 of file simple_idct_msa.c.
| void ff_put_pixels_clamped_mmi | ( | const int16_t * | block, | 
| uint8_t *av_restrict | pixels, | ||
| ptrdiff_t | line_size | ||
| ) | 
Definition at line 27 of file idctdsp_mmi.c.
Referenced by ff_xvid_idct_put_mmi().
| void ff_put_signed_pixels_clamped_mmi | ( | const int16_t * | block, | 
| uint8_t *av_restrict | pixels, | ||
| ptrdiff_t | line_size | ||
| ) | 
Definition at line 86 of file idctdsp_mmi.c.
| void ff_add_pixels_clamped_mmi | ( | const int16_t * | block, | 
| uint8_t *av_restrict | pixels, | ||
| ptrdiff_t | line_size | ||
| ) | 
Definition at line 145 of file idctdsp_mmi.c.
Referenced by ff_xvid_idct_add_mmi().
| void ff_simple_idct_mmi | ( | int16_t * | block | ) | 
Definition at line 57 of file simple_idct_mmi.c.
 1.8.6
 1.8.6