RoqContext Struct Reference

#include <roqvideo.h>

Data Fields

AVCodecContextavctx
DSPContext dsp
AVFrame frames [2]
AVFramelast_frame
AVFramecurrent_frame
int first_frame
roq_cell cb2x2 [256]
roq_qcell cb4x4 [256]
GetByteContext gb
int width
int height
AVLFG randctx
uint64_t lambda
motion_vectthis_motion4
motion_vectlast_motion4
motion_vectthis_motion8
motion_vectlast_motion8
unsigned int framesSinceKeyframe
AVFrameframe_to_enc
uint8_t * out_buf
struct RoqTempDatatmpData

Detailed Description

Definition at line 45 of file roqvideo.h.

Field Documentation

roq_cell RoqContext::cb2x2[256]
DSPContext RoqContext::dsp

Definition at line 48 of file roqvideo.h.

int RoqContext::first_frame

Definition at line 52 of file roqvideo.h.

Referenced by roq_encode_frame(), and roq_encode_init().

AVFrame RoqContext::frames[2]

Definition at line 49 of file roqvideo.h.

Referenced by roq_decode_init(), and roq_encode_init().

unsigned int RoqContext::framesSinceKeyframe
GetByteContext RoqContext::gb

Definition at line 57 of file roqvideo.h.

Referenced by roq_decode_frame(), and roqvideo_decode_frame().

uint64_t RoqContext::lambda
motion_vect* RoqContext::last_motion4

Definition at line 65 of file roqvideo.h.

Referenced by motion_search(), roq_encode_end(), roq_encode_init(), and roq_encode_video().

motion_vect* RoqContext::last_motion8

Definition at line 68 of file roqvideo.h.

Referenced by motion_search(), roq_encode_end(), roq_encode_init(), and roq_encode_video().

uint8_t* RoqContext::out_buf
AVLFG RoqContext::randctx

Definition at line 61 of file roqvideo.h.

Referenced by generate_codebook(), and roq_encode_init().

motion_vect* RoqContext::this_motion4
motion_vect* RoqContext::this_motion8
struct RoqTempData* RoqContext::tmpData

Definition at line 74 of file roqvideo.h.

Referenced by roq_encode_end(), roq_encode_init(), and roq_encode_video().


The documentation for this struct was generated from the following file: