Searched refs:convolution_y (Results 1 – 2 of 2) sorted by relevance
35 void (*convolution_y)(const uint16_t *filter, int filt_w, const uint8_t *src, member
184 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()