MotionVector       80 libavcodec/agm.c     MotionVector *mvectors;
MotionVector       48 libavfilter/deshake.h     MotionVector vec;     ///< Motion vector
MotionVector       83 libavfilter/opencl/deshake.cl } MotionVector;
MotionVector      107 libavfilter/opencl/deshake.cl static void write_to_1d_arrvec(__global MotionVector *buf, int2 loc, MotionVector val) {
MotionVector      468 libavfilter/opencl/deshake.cl     __global MotionVector *matches_buf
MotionVector      474 libavfilter/opencl/deshake.cl     MotionVector invalid_vector = (MotionVector) {
MotionVector      517 libavfilter/opencl/deshake.cl                     (MotionVector) {
MotionVector      619 libavfilter/opencl/deshake.cl     __global const MotionVector *matches,
MotionVector      620 libavfilter/opencl/deshake.cl     __global const MotionVector *model_matches,
MotionVector      625 libavfilter/opencl/deshake.cl     MotionVector vec = matches[loc];
MotionVector      124 libavfilter/vf_deshake_opencl.c     MotionVector *matches;
MotionVector      126 libavfilter/vf_deshake_opencl.c     MotionVector model_matches[3];
MotionVector      240 libavfilter/vf_deshake_opencl.c     MotionVector *matches_host;
MotionVector      241 libavfilter/vf_deshake_opencl.c     MotionVector *matches_contig_host;
MotionVector      243 libavfilter/vf_deshake_opencl.c     MotionVector *inliers;
MotionVector      329 libavfilter/vf_deshake_opencl.c static void run_estimate_kernel(const MotionVector *point_pairs, double *model)
MotionVector      385 libavfilter/vf_deshake_opencl.c static int check_subset(const MotionVector *pairs_subset)
MotionVector      405 libavfilter/vf_deshake_opencl.c     const MotionVector *point_pairs,
MotionVector      407 libavfilter/vf_deshake_opencl.c     MotionVector *pairs_subset,
MotionVector      446 libavfilter/vf_deshake_opencl.c     const MotionVector *point_pairs,
MotionVector      470 libavfilter/vf_deshake_opencl.c     MotionVector *point_pairs,
MotionVector      529 libavfilter/vf_deshake_opencl.c     MotionVector *point_pairs,
MotionVector      539 libavfilter/vf_deshake_opencl.c     MotionVector pairs_subset[3], best_pairs[3];
MotionVector      612 libavfilter/vf_deshake_opencl.c     MotionVector *best_pairs,
MotionVector      613 libavfilter/vf_deshake_opencl.c     MotionVector *inliers,
MotionVector      685 libavfilter/vf_deshake_opencl.c     MotionVector *inliers,
MotionVector      694 libavfilter/vf_deshake_opencl.c     MotionVector pairs_subset[3], best_pairs[3];
MotionVector      796 libavfilter/vf_deshake_opencl.c             MotionVector v = deshake_ctx->matches_host[j + i * size_x];
MotionVector     1224 libavfilter/vf_deshake_opencl.c     ctx->matches_host = av_malloc_array(image_grid_32, sizeof(MotionVector));
MotionVector     1230 libavfilter/vf_deshake_opencl.c     ctx->matches_contig_host = av_malloc_array(MATCHES_CONTIG_SIZE, sizeof(MotionVector));
MotionVector     1236 libavfilter/vf_deshake_opencl.c     ctx->inliers = av_malloc_array(MATCHES_CONTIG_SIZE, sizeof(MotionVector));
MotionVector     1337 libavfilter/vf_deshake_opencl.c     CL_CREATE_BUFFER(ctx, matches, image_grid_32 * sizeof(MotionVector));
MotionVector     1338 libavfilter/vf_deshake_opencl.c     CL_CREATE_BUFFER(ctx, matches_contig, MATCHES_CONTIG_SIZE * sizeof(MotionVector));
MotionVector     1342 libavfilter/vf_deshake_opencl.c         CL_CREATE_BUFFER(ctx, debug_matches, MATCHES_CONTIG_SIZE * sizeof(MotionVector));
MotionVector     1343 libavfilter/vf_deshake_opencl.c         CL_CREATE_BUFFER(ctx, debug_model_matches, 3 * sizeof(MotionVector));
MotionVector     1573 libavfilter/vf_deshake_opencl.c             debug_matches.num_matches * sizeof(MotionVector),
MotionVector     1581 libavfilter/vf_deshake_opencl.c             debug_matches.num_model_matches * sizeof(MotionVector),
MotionVector     1870 libavfilter/vf_deshake_opencl.c         grid_32_h * grid_32_w * sizeof(MotionVector),
MotionVector     2001 libavfilter/vf_deshake_opencl.c             debug_matches.matches = av_malloc_array(num_vectors, sizeof(MotionVector));