FFmpeg
|
Definition at line 190 of file vf_deshake_opencl.c.
OpenCLFilterContext DeshakeOpenCLContext::ocf |
Definition at line 191 of file vf_deshake_opencl.c.
int DeshakeOpenCLContext::initialized |
Definition at line 193 of file vf_deshake_opencl.c.
Referenced by activate().
int64_t DeshakeOpenCLContext::duration |
Definition at line 196 of file vf_deshake_opencl.c.
Referenced by activate(), and filter_frame().
int DeshakeOpenCLContext::eof |
Definition at line 197 of file vf_deshake_opencl.c.
Referenced by activate().
AVLFG DeshakeOpenCLContext::alfg |
Definition at line 200 of file vf_deshake_opencl.c.
Referenced by estimate_affine_2d(), and minimize_error().
FFFrameQueue DeshakeOpenCLContext::fq |
Definition at line 203 of file vf_deshake_opencl.c.
Referenced by activate().
AbsoluteFrameMotion DeshakeOpenCLContext::abs_motion |
Definition at line 205 of file vf_deshake_opencl.c.
Referenced by activate(), filter_frame(), ringbuf_float_at(), and start_end_for().
int DeshakeOpenCLContext::smooth_window |
Definition at line 209 of file vf_deshake_opencl.c.
Referenced by activate(), filter_frame(), and ringbuf_float_at().
int DeshakeOpenCLContext::curr_frame |
Definition at line 211 of file vf_deshake_opencl.c.
Referenced by activate(), and filter_frame().
float* DeshakeOpenCLContext::gauss_kernel |
Definition at line 214 of file vf_deshake_opencl.c.
Referenced by filter_frame().
float* DeshakeOpenCLContext::ransac_err |
Definition at line 217 of file vf_deshake_opencl.c.
Referenced by estimate_affine_2d(), minimize_error(), and optimize_model().
CropInfo DeshakeOpenCLContext::crop_y |
Definition at line 220 of file vf_deshake_opencl.c.
Referenced by filter_frame().
CropInfo DeshakeOpenCLContext::crop_uv |
Definition at line 222 of file vf_deshake_opencl.c.
Referenced by filter_frame().
int DeshakeOpenCLContext::is_yuv |
Definition at line 225 of file vf_deshake_opencl.c.
Referenced by filter_frame(), and queue_frame().
int DeshakeOpenCLContext::sw_format |
Definition at line 227 of file vf_deshake_opencl.c.
Referenced by filter_frame().
MotionVector* DeshakeOpenCLContext::matches_host |
Definition at line 230 of file vf_deshake_opencl.c.
Referenced by make_vectors_contig().
MotionVector* DeshakeOpenCLContext::matches_contig_host |
Definition at line 231 of file vf_deshake_opencl.c.
Referenced by make_vectors_contig().
MotionVector* DeshakeOpenCLContext::inliers |
Definition at line 233 of file vf_deshake_opencl.c.
cl_command_queue DeshakeOpenCLContext::command_queue |
Definition at line 235 of file vf_deshake_opencl.c.
Referenced by filter_frame(), and queue_frame().
cl_kernel DeshakeOpenCLContext::kernel_grayscale |
Definition at line 236 of file vf_deshake_opencl.c.
Referenced by queue_frame().
cl_kernel DeshakeOpenCLContext::kernel_harris_response |
Definition at line 237 of file vf_deshake_opencl.c.
cl_kernel DeshakeOpenCLContext::kernel_refine_features |
Definition at line 238 of file vf_deshake_opencl.c.
cl_kernel DeshakeOpenCLContext::kernel_brief_descriptors |
Definition at line 239 of file vf_deshake_opencl.c.
cl_kernel DeshakeOpenCLContext::kernel_match_descriptors |
Definition at line 240 of file vf_deshake_opencl.c.
cl_kernel DeshakeOpenCLContext::kernel_transform |
Definition at line 241 of file vf_deshake_opencl.c.
Referenced by filter_frame().
cl_kernel DeshakeOpenCLContext::kernel_crop_upscale |
Definition at line 242 of file vf_deshake_opencl.c.
Referenced by filter_frame().
cl_mem DeshakeOpenCLContext::grayscale |
Definition at line 245 of file vf_deshake_opencl.c.
Referenced by queue_frame().
cl_mem DeshakeOpenCLContext::harris_buf |
Definition at line 247 of file vf_deshake_opencl.c.
cl_mem DeshakeOpenCLContext::refined_features |
Definition at line 250 of file vf_deshake_opencl.c.
cl_mem DeshakeOpenCLContext::prev_refined_features |
Definition at line 252 of file vf_deshake_opencl.c.
cl_mem DeshakeOpenCLContext::brief_pattern |
Definition at line 255 of file vf_deshake_opencl.c.
cl_mem DeshakeOpenCLContext::descriptors |
Definition at line 257 of file vf_deshake_opencl.c.
cl_mem DeshakeOpenCLContext::prev_descriptors |
Definition at line 259 of file vf_deshake_opencl.c.
cl_mem DeshakeOpenCLContext::matches |
Definition at line 261 of file vf_deshake_opencl.c.
cl_mem DeshakeOpenCLContext::matches_contig |
Definition at line 262 of file vf_deshake_opencl.c.
cl_mem DeshakeOpenCLContext::transform_y |
Definition at line 264 of file vf_deshake_opencl.c.
Referenced by filter_frame().
cl_mem DeshakeOpenCLContext::transform_uv |
Definition at line 266 of file vf_deshake_opencl.c.
Referenced by filter_frame().
int DeshakeOpenCLContext::tripod_mode |
Definition at line 270 of file vf_deshake_opencl.c.
Referenced by filter_frame().
int DeshakeOpenCLContext::debug_on |
Definition at line 271 of file vf_deshake_opencl.c.
Referenced by activate(), and filter_frame().
int DeshakeOpenCLContext::should_crop |
Definition at line 272 of file vf_deshake_opencl.c.
Referenced by filter_frame().
cl_int DeshakeOpenCLContext::refine_features |
Definition at line 275 of file vf_deshake_opencl.c.
float DeshakeOpenCLContext::smooth_percent |
Definition at line 278 of file vf_deshake_opencl.c.
Referenced by smooth().
float DeshakeOpenCLContext::smooth_window_multiplier |
Definition at line 281 of file vf_deshake_opencl.c.
cl_kernel DeshakeOpenCLContext::kernel_draw_debug_info |
Definition at line 285 of file vf_deshake_opencl.c.
Referenced by filter_frame().
cl_mem DeshakeOpenCLContext::debug_matches |
Definition at line 286 of file vf_deshake_opencl.c.
Referenced by filter_frame().
cl_mem DeshakeOpenCLContext::debug_model_matches |
Definition at line 287 of file vf_deshake_opencl.c.
Referenced by filter_frame().
unsigned long long DeshakeOpenCLContext::grayscale_time |
Definition at line 290 of file vf_deshake_opencl.c.
Referenced by activate().
unsigned long long DeshakeOpenCLContext::harris_response_time |
Definition at line 291 of file vf_deshake_opencl.c.
Referenced by activate().
unsigned long long DeshakeOpenCLContext::refine_features_time |
Definition at line 292 of file vf_deshake_opencl.c.
Referenced by activate().
unsigned long long DeshakeOpenCLContext::brief_descriptors_time |
Definition at line 293 of file vf_deshake_opencl.c.
Referenced by activate().
unsigned long long DeshakeOpenCLContext::match_descriptors_time |
Definition at line 294 of file vf_deshake_opencl.c.
Referenced by activate().
unsigned long long DeshakeOpenCLContext::transform_time |
Definition at line 295 of file vf_deshake_opencl.c.
Referenced by activate(), and filter_frame().
unsigned long long DeshakeOpenCLContext::crop_upscale_time |
Definition at line 296 of file vf_deshake_opencl.c.
Referenced by activate(), and filter_frame().
unsigned long long DeshakeOpenCLContext::read_buf_time |
Definition at line 299 of file vf_deshake_opencl.c.
Referenced by activate().