MATCHES_CONTIG_SIZE 804 libavfilter/vf_deshake_opencl.c if (num_vectors == MATCHES_CONTIG_SIZE - 1) { MATCHES_CONTIG_SIZE 1184 libavfilter/vf_deshake_opencl.c ctx->ransac_err = av_malloc_array(MATCHES_CONTIG_SIZE, sizeof(float)); MATCHES_CONTIG_SIZE 1230 libavfilter/vf_deshake_opencl.c ctx->matches_contig_host = av_malloc_array(MATCHES_CONTIG_SIZE, sizeof(MotionVector)); MATCHES_CONTIG_SIZE 1236 libavfilter/vf_deshake_opencl.c ctx->inliers = av_malloc_array(MATCHES_CONTIG_SIZE, sizeof(MotionVector)); MATCHES_CONTIG_SIZE 1338 libavfilter/vf_deshake_opencl.c CL_CREATE_BUFFER(ctx, matches_contig, MATCHES_CONTIG_SIZE * sizeof(MotionVector)); MATCHES_CONTIG_SIZE 1342 libavfilter/vf_deshake_opencl.c CL_CREATE_BUFFER(ctx, debug_matches, MATCHES_CONTIG_SIZE * sizeof(MotionVector));