FFmpeg
Macros | Functions
dnn-layer-depth2space.c File Reference
#include <stdio.h>
#include <string.h>
#include <math.h>
#include "libavfilter/dnn/dnn_backend_native.h"
#include "libavfilter/dnn/dnn_backend_native_layer_depth2space.h"

Go to the source code of this file.

Macros

#define EPSON   0.00001
 

Functions

static int test (void)
 
int main (int argc, char **argv)
 

Macro Definition Documentation

◆ EPSON

#define EPSON   0.00001

Definition at line 27 of file dnn-layer-depth2space.c.

Function Documentation

◆ test()

static int test ( void  )
static

Definition at line 29 of file dnn-layer-depth2space.c.

Referenced by main().

◆ main()

int main ( int  argc,
char **  argv 
)

Definition at line 99 of file dnn-layer-depth2space.c.