Home
last modified time | relevance | path

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

/dports/multimedia/transcode/transcode-1.1.7/filter/
H A Dfilter_smartyuv.c101 static void smartyuv_core (char *_src, char *_dst, char *_prev, int _width, int _height,
331 static void smartyuv_core (char *_src, char *_dst, char *_prev, int _width, int _height, in smartyuv_core() function
1452 smartyuv_core(ptr->video_buf, mfd->buf, mfd->prevFrame, in tc_filter()
1468 smartyuv_core(ptr->video_buf+U, mfd->buf+U, mfd->prevFrame+U, in tc_filter()
1472 smartyuv_core(ptr->video_buf+V, mfd->buf+V, mfd->prevFrame+V, in tc_filter()