| FFmpeg
    | 
dsputil_sh4.h File Reference
  
Include dependency graph for dsputil_sh4.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
| Functions | |
| void | ff_idct_sh4 (int16_t *block) | 
| void | ff_dsputil_init_align (DSPContext *c, AVCodecContext *avctx) | 
| void | ff_put_rnd_pixels8_o (uint8_t *dest, const uint8_t *ref, const ptrdiff_t stride, int height) | 
| void | ff_put_rnd_pixels16_o (uint8_t *dest, const uint8_t *ref, const ptrdiff_t stride, int height) | 
| void | ff_avg_rnd_pixels8_o (uint8_t *dest, const uint8_t *ref, const ptrdiff_t stride, int height) | 
| void | ff_avg_rnd_pixels16_o (uint8_t *dest, const uint8_t *ref, const ptrdiff_t stride, int height) | 
Function Documentation
| void ff_avg_rnd_pixels16_o | ( | uint8_t * | dest, | 
| const uint8_t * | ref, | ||
| const ptrdiff_t | stride, | ||
| int | height | ||
| ) | 
Referenced by ff_hpeldsp_init_sh4().
| void ff_avg_rnd_pixels8_o | ( | uint8_t * | dest, | 
| const uint8_t * | ref, | ||
| const ptrdiff_t | stride, | ||
| int | height | ||
| ) | 
Referenced by ff_hpeldsp_init_sh4().
| void ff_dsputil_init_align | ( | DSPContext * | c, | 
| AVCodecContext * | avctx | ||
| ) | 
Definition at line 250 of file dsputil_align.c.
Referenced by ff_dsputil_init_sh4().
| void ff_idct_sh4 | ( | int16_t * | block | ) | 
Definition at line 91 of file idct_sh4.c.
Referenced by ff_dsputil_init_sh4(), idct_add(), and idct_put().
| void ff_put_rnd_pixels16_o | ( | uint8_t * | dest, | 
| const uint8_t * | ref, | ||
| const ptrdiff_t | stride, | ||
| int | height | ||
| ) | 
Referenced by ff_hpeldsp_init_sh4().
| void ff_put_rnd_pixels8_o | ( | uint8_t * | dest, | 
| const uint8_t * | ref, | ||
| const ptrdiff_t | stride, | ||
| int | height | ||
| ) | 
Referenced by ff_hpeldsp_init_sh4().
Generated on Fri Oct 31 2025 06:56:20 for FFmpeg by
 1.8.11
 1.8.11