FFmpeg
|
Data Fields | |
RoqContext | common |
struct ELBGContext * | elbg |
AVLFG | randctx |
uint64_t | lambda |
motion_vect * | this_motion4 |
motion_vect * | last_motion4 |
motion_vect * | this_motion8 |
motion_vect * | last_motion8 |
unsigned int | framesSinceKeyframe |
const AVFrame * | frame_to_enc |
uint8_t * | out_buf |
RoqTempData | tmp_data |
roq_cell | results4 [4 *MAX_CBS_4x4] |
int | tmp_codebook_buf [FFMAX(24 *MAX_CBS_4x4, 6 *MAX_CBS_2x2)] |
CelEvaluation * | cel_evals |
int * | closest_cb |
int * | points |
int | first_frame |
int | quake3_compat |
Definition at line 135 of file roqvideoenc.c.
RoqContext RoqEncContext::common |
Definition at line 136 of file roqvideoenc.c.
Referenced by create_cel_evals(), eval_motion_dist(), gather_data_for_cel(), gather_data_for_subcel(), generate_new_codebooks(), motion_search(), reconstruct_and_encode_image(), remap_codebooks(), roq_encode_end(), roq_encode_frame(), roq_encode_init(), roq_encode_video(), roq_write_video_info_chunk(), and write_codebooks().
struct ELBGContext* RoqEncContext::elbg |
Definition at line 137 of file roqvideoenc.c.
Referenced by generate_codebook(), and roq_encode_end().
AVLFG RoqEncContext::randctx |
Definition at line 138 of file roqvideoenc.c.
Referenced by generate_codebook(), and roq_encode_init().
uint64_t RoqEncContext::lambda |
Definition at line 139 of file roqvideoenc.c.
Referenced by gather_data_for_cel(), gather_data_for_subcel(), roq_encode_frame(), and roq_encode_video().
motion_vect* RoqEncContext::this_motion4 |
Definition at line 141 of file roqvideoenc.c.
Referenced by gather_data_for_subcel(), motion_search(), roq_encode_end(), roq_encode_init(), and roq_encode_video().
motion_vect* RoqEncContext::last_motion4 |
Definition at line 142 of file roqvideoenc.c.
Referenced by motion_search(), roq_encode_end(), roq_encode_init(), and roq_encode_video().
motion_vect* RoqEncContext::this_motion8 |
Definition at line 144 of file roqvideoenc.c.
Referenced by gather_data_for_cel(), motion_search(), roq_encode_end(), roq_encode_init(), and roq_encode_video().
motion_vect* RoqEncContext::last_motion8 |
Definition at line 145 of file roqvideoenc.c.
Referenced by motion_search(), roq_encode_end(), roq_encode_init(), and roq_encode_video().
unsigned int RoqEncContext::framesSinceKeyframe |
Definition at line 147 of file roqvideoenc.c.
Referenced by gather_data_for_cel(), gather_data_for_subcel(), roq_encode_frame(), roq_encode_init(), and roq_encode_video().
const AVFrame* RoqEncContext::frame_to_enc |
Definition at line 149 of file roqvideoenc.c.
Referenced by eval_motion_dist(), gather_data_for_cel(), gather_data_for_subcel(), generate_new_codebooks(), and roq_encode_frame().
uint8_t* RoqEncContext::out_buf |
Definition at line 150 of file roqvideoenc.c.
Referenced by reconstruct_and_encode_image(), roq_encode_frame(), roq_write_video_info_chunk(), and write_codebooks().
RoqTempData RoqEncContext::tmp_data |
Definition at line 151 of file roqvideoenc.c.
Referenced by gather_data_for_cel(), gather_data_for_subcel(), generate_new_codebooks(), reconstruct_and_encode_image(), remap_codebooks(), roq_encode_video(), and write_codebooks().
roq_cell RoqEncContext::results4[4 *MAX_CBS_4x4] |
Definition at line 152 of file roqvideoenc.c.
Referenced by generate_new_codebooks().
int RoqEncContext::tmp_codebook_buf[FFMAX(24 *MAX_CBS_4x4, 6 *MAX_CBS_2x2)] |
Definition at line 153 of file roqvideoenc.c.
Referenced by generate_codebook().
CelEvaluation* RoqEncContext::cel_evals |
Definition at line 155 of file roqvideoenc.c.
Referenced by create_cel_evals(), reconstruct_and_encode_image(), roq_encode_end(), and roq_encode_video().
int* RoqEncContext::closest_cb |
Definition at line 156 of file roqvideoenc.c.
Referenced by gather_data_for_subcel(), generate_codebook(), roq_encode_end(), and roq_encode_init().
int* RoqEncContext::points |
Definition at line 157 of file roqvideoenc.c.
Referenced by generate_new_codebooks(), and roq_encode_init().
int RoqEncContext::first_frame |
Definition at line 159 of file roqvideoenc.c.
Referenced by roq_encode_frame(), and roq_encode_init().
int RoqEncContext::quake3_compat |
Definition at line 160 of file roqvideoenc.c.
Referenced by generate_new_codebooks(), remap_codebooks(), roq_encode_init(), and roq_encode_video().