|
FFmpeg
|
Go to the source code of this file.
Functions | |
| static uint64_t | sse_line_8bit (const uint8_t *main_line, const uint8_t *ref_line, int outw) |
| static uint64_t | sse_line_16bit (const uint8_t *_main_line, const uint8_t *_ref_line, int outw) |
| void | ff_psnr_init (PSNRDSPContext *dsp, int bpp) |
|
static |
Definition at line 28 of file psnr.c.
Referenced by ff_psnr_init().
|
static |
Definition at line 42 of file psnr.c.
Referenced by ff_psnr_init().
| void ff_psnr_init | ( | PSNRDSPContext * | dsp, |
| int | bpp | ||
| ) |
Definition at line 58 of file psnr.c.
Referenced by config_input_ref().
1.8.17