| 
    FFmpeg
    
   | 
 
#include <pixblockdsp.h>
Data Fields | |
| void(* | get_pixels )(int16_t *av_restrict block, const uint8_t *pixels, ptrdiff_t stride) | 
| void(* | get_pixels_unaligned )(int16_t *av_restrict block, const uint8_t *pixels, ptrdiff_t stride) | 
| void(* | diff_pixels )(int16_t *av_restrict block, const uint8_t *s1, const uint8_t *s2, ptrdiff_t stride) | 
| void(* | diff_pixels_unaligned )(int16_t *av_restrict block, const uint8_t *s1, const uint8_t *s2, ptrdiff_t stride) | 
Definition at line 28 of file pixblockdsp.h.
| void(* PixblockDSPContext::get_pixels) (int16_t *av_restrict block, const uint8_t *pixels, ptrdiff_t stride) | 
Definition at line 29 of file pixblockdsp.h.
Referenced by dnxhd_get_blocks(), and dvvideo_encode_init().
| void(* PixblockDSPContext::get_pixels_unaligned) (int16_t *av_restrict block, const uint8_t *pixels, ptrdiff_t stride) | 
Definition at line 32 of file pixblockdsp.h.
| void(* PixblockDSPContext::diff_pixels) (int16_t *av_restrict block, const uint8_t *s1, const uint8_t *s2, ptrdiff_t stride) | 
Definition at line 35 of file pixblockdsp.h.
| void(* PixblockDSPContext::diff_pixels_unaligned) (int16_t *av_restrict block, const uint8_t *s1, const uint8_t *s2, ptrdiff_t stride) | 
Definition at line 39 of file pixblockdsp.h.
 1.8.17