#include "libmythbase/mythconfig.h"
#include "libmythbase/mythlogging.h"
#include "mythavutil.h"
#include "mythdeinterlacer.h"
#include "mythvideoprofile.h"
#include <algorithm>
#include <thread>
#include "libavfilter/buffersrc.h"
#include "libavfilter/buffersink.h"
#include "libavutil/cpu.h"
#include <QtGlobal>
Go to the source code of this file.
|
#define | LOC QString("MythDeint: ") |
|
|
static uint32_t | avg (uint32_t A, uint32_t B) |
|
static void | BlendC4x4 (unsigned char *Src, int Width, int FirstRow, int LastRow, int Pitch, unsigned char *Dst, int DstPitch, bool Second) |
|
◆ LOC
#define LOC QString("MythDeint: ") |
◆ avg()
static uint32_t avg |
( |
uint32_t |
A, |
|
|
uint32_t |
B |
|
) |
| |
|
inlinestatic |
◆ BlendC4x4()
static void BlendC4x4 |
( |
unsigned char * |
Src, |
|
|
int |
Width, |
|
|
int |
FirstRow, |
|
|
int |
LastRow, |
|
|
int |
Pitch, |
|
|
unsigned char * |
Dst, |
|
|
int |
DstPitch, |
|
|
bool |
Second |
|
) |
| |
|
inlinestatic |