FFmpeg
Functions
texturedsp_template.c File Reference
#include "avcodec.h"

Go to the source code of this file.

Functions

static int exec_func (AVCodecContext *avctx, void *arg, int slice, int thread_nb)
 
int TEXTUREDSP_FUNC_NAME (AVCodecContext *avctx, TextureDSPThreadContext *ctx)
 

Function Documentation

◆ exec_func()

static int exec_func ( AVCodecContext avctx,
void *  arg,
int  slice,
int  thread_nb 
)
static

Definition at line 25 of file texturedsp_template.c.

Referenced by TEXTUREDSP_FUNC_NAME().

◆ TEXTUREDSP_FUNC_NAME()

int TEXTUREDSP_FUNC_NAME ( AVCodecContext avctx,
TextureDSPThreadContext ctx 
)

Definition at line 61 of file texturedsp_template.c.