libxcoder 5.8.0
Loading...
Searching...
No Matches
mctf.h
Go to the documentation of this file.
1#ifdef NI_HAVE_MCTF
2#include "ni_device_api.h"
3
4#define MCTF_LOOKBACK 1
5#define MCTF_LOOKAHEAD 1
6
7typedef enum {
8 MCTF_RET_NOT_REF = 0,
9 MCTF_RET_BUFFERED = 1,
10 MCTF_RET_FILTERED = 2,
11 MCTF_RET_LOOKBACK_REF = 3,
12 MCTF_RET_EOS_PENDING = 4,
13 MCTF_RET_EOS_DONE = 5,
14} MCTFResult;
15
16int performMCTF(ni_session_context_t *p_ctx, ni_frame_t *ni_frame, int32_t source_width, int32_t source_height);
17int initMCTF(ni_session_context_t *p_ctx);
18void clearMCTF(ni_session_context_t *p_ctx);
19ni_frame_t* get_mctf_result(ni_session_context_t *p_ctx, int waitCnt);
20#endif
Public definitions for operating NETINT video processing devices for video processing.