Home
last modified time | relevance | path

Searched refs:convolution_y (Results 1 – 2 of 2) sorted by relevance

/third_party/ffmpeg/libavfilter/
Dvmaf_motion.h35 void (*convolution_y)(const uint16_t *filter, int filt_w, const uint8_t *src, member
Dvf_vmafmotion.c184 dsp->convolution_y = bpp == 10 ? convolution_y_10bit : convolution_y_8bit; in vmafmotiondsp_init()
192 s->vmafdsp.convolution_y(s->filter, 5, ref->data[0], s->temp_data, in ff_vmafmotion_process()