Searched refs:deshake (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Ddeshake_opencl.c44 DeshakeContext *deshake = ctx->priv; local
53 param_lu.kernel = deshake->opencl_ctx.kernel_luma;
54 param_ch.kernel = deshake->opencl_ctx.kernel_chroma;
61 FF_OPENCL_PARAM_INFO(deshake->opencl_ctx.cl_inbuf),
62 FF_OPENCL_PARAM_INFO(deshake->opencl_ctx.cl_outbuf),
74 FF_OPENCL_PARAM_INFO(deshake->opencl_ctx.cl_inbuf),
75 FF_OPENCL_PARAM_INFO(deshake->opencl_ctx.cl_outbuf),
90 status = clEnqueueNDRangeKernel(deshake->opencl_ctx.command_queue,
91 deshake->opencl_ctx.kernel_luma, 2, NULL,
93 status |= clEnqueueNDRangeKernel(deshake
111 DeshakeContext *deshake = ctx->priv; local
147 DeshakeContext *deshake = ctx->priv; local
161 DeshakeContext *deshake = ctx->priv; local
[all...]
H A Dvf_deshake.c24 * fast deshake / depan video filter
62 #include "deshake.h"
95 AVFILTER_DEFINE_CLASS(deshake); variable
126 static void find_block_motion(DeshakeContext *deshake, uint8_t *src1, argument
135 #define CMP(i, j) deshake->c.sad[0](NULL, src1 + cy * stride + cx, \
137 deshake->blocksize)
139 if (deshake->search == EXHAUSTIVE) {
141 for (y = -deshake->ry; y <= deshake->ry; y++) {
142 for (x = -deshake
242 find_motion(DeshakeContext *deshake, uint8_t *src1, uint8_t *src2, int width, int height, int stride, Transform *t) argument
352 DeshakeContext *deshake = ctx->priv; local
408 DeshakeContext *deshake = link->dst->priv; local
424 DeshakeContext *deshake = ctx->priv; local
438 DeshakeContext *deshake = link->dst->priv; local
[all...]
H A Dopencl_allkernels.c38 OPENCL_REGISTER_KERNEL_CODE(DESHAKE, deshake);
H A Dallfilters.c129 REGISTER_FILTER(DESHAKE, deshake, vf);

Completed in 177 milliseconds