FFmpeg
|
#include <roqvideo.h>
Data Fields | |
const AVClass * | class |
void * | logctx |
AVFrame * | last_frame |
AVFrame * | current_frame |
int | width |
int | height |
roq_cell | cb2x2 [256] |
roq_qcell | cb4x4 [256] |
Definition at line 40 of file roqvideo.h.
const AVClass* RoqContext::class |
Definition at line 41 of file roqvideo.h.
void* RoqContext::logctx |
Definition at line 42 of file roqvideo.h.
Referenced by apply_motion_generic(), roq_encode_init(), roq_encode_video(), and roqvideo_decode_frame().
AVFrame* RoqContext::last_frame |
Definition at line 43 of file roqvideo.h.
Referenced by apply_motion_generic(), eval_motion_dist(), roq_encode_end(), roq_encode_frame(), roq_encode_init(), and roq_encode_video().
AVFrame* RoqContext::current_frame |
Definition at line 44 of file roqvideo.h.
Referenced by apply_motion_generic(), ff_apply_vector_2x2(), ff_apply_vector_4x4(), gather_data_for_cel(), gather_data_for_subcel(), roq_encode_end(), roq_encode_frame(), roq_encode_init(), and roq_encode_video().
int RoqContext::width |
Definition at line 45 of file roqvideo.h.
Referenced by apply_motion_generic(), create_cel_evals(), eval_motion_dist(), gather_data_for_cel(), gather_data_for_subcel(), generate_new_codebooks(), motion_search(), roq_encode_frame(), roq_encode_init(), roq_encode_video(), roq_write_video_info_chunk(), and roqvideo_decode_frame().
int RoqContext::height |
Definition at line 45 of file roqvideo.h.
Referenced by apply_motion_generic(), create_cel_evals(), eval_motion_dist(), generate_new_codebooks(), motion_search(), roq_encode_frame(), roq_encode_init(), roq_encode_video(), roq_write_video_info_chunk(), and roqvideo_decode_frame().
roq_cell RoqContext::cb2x2[256] |
Definition at line 47 of file roqvideo.h.
Referenced by generate_new_codebooks(), reconstruct_and_encode_image(), roqvideo_decode_frame(), and write_codebooks().
roq_qcell RoqContext::cb4x4[256] |
Definition at line 48 of file roqvideo.h.
Referenced by generate_new_codebooks(), reconstruct_and_encode_image(), remap_codebooks(), roqvideo_decode_frame(), and write_codebooks().