FFmpeg
|
#include <stdint.h>
Go to the source code of this file.
Functions | |
void | ff_hevc_idct_4x4_8_simd128 (int16_t *coeffs, int col_limit) |
void | ff_hevc_idct_8x8_8_simd128 (int16_t *coeffs, int col_limit) |
void | ff_hevc_idct_16x16_8_simd128 (int16_t *coeffs, int col_limit) |
void | ff_hevc_idct_32x32_8_simd128 (int16_t *coeffs, int col_limit) |
void | ff_hevc_idct_4x4_10_simd128 (int16_t *coeffs, int col_limit) |
void | ff_hevc_idct_8x8_10_simd128 (int16_t *coeffs, int col_limit) |
void | ff_hevc_idct_16x16_10_simd128 (int16_t *coeffs, int col_limit) |
void | ff_hevc_idct_32x32_10_simd128 (int16_t *coeffs, int col_limit) |
void ff_hevc_idct_4x4_8_simd128 | ( | int16_t * | coeffs, |
int | col_limit | ||
) |
Definition at line 118 of file idct.c.
Referenced by ff_hevc_dsp_init_wasm().
void ff_hevc_idct_8x8_8_simd128 | ( | int16_t * | coeffs, |
int | col_limit | ||
) |
Definition at line 254 of file idct.c.
Referenced by ff_hevc_dsp_init_wasm().
void ff_hevc_idct_16x16_8_simd128 | ( | int16_t * | coeffs, |
int | col_limit | ||
) |
Definition at line 596 of file idct.c.
Referenced by ff_hevc_dsp_init_wasm().
void ff_hevc_idct_32x32_8_simd128 | ( | int16_t * | coeffs, |
int | col_limit | ||
) |
Definition at line 861 of file idct.c.
Referenced by ff_hevc_dsp_init_wasm().
void ff_hevc_idct_4x4_10_simd128 | ( | int16_t * | coeffs, |
int | col_limit | ||
) |
Definition at line 123 of file idct.c.
Referenced by ff_hevc_dsp_init_wasm().
void ff_hevc_idct_8x8_10_simd128 | ( | int16_t * | coeffs, |
int | col_limit | ||
) |
Definition at line 259 of file idct.c.
Referenced by ff_hevc_dsp_init_wasm().
void ff_hevc_idct_16x16_10_simd128 | ( | int16_t * | coeffs, |
int | col_limit | ||
) |
Definition at line 601 of file idct.c.
Referenced by ff_hevc_dsp_init_wasm().
void ff_hevc_idct_32x32_10_simd128 | ( | int16_t * | coeffs, |
int | col_limit | ||
) |
Definition at line 866 of file idct.c.
Referenced by ff_hevc_dsp_init_wasm().