Home
last modified time | relevance | path

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

/dports/multimedia/transcode/transcode-1.1.7/filter/
H A Dfilter_smartyuv.c111 unsigned char *movingV; member
1298 mfd->movingV = (unsigned char *) tc_bufalloc(sizeof(unsigned char)*msize); in tc_filter()
1302 if ( !mfd->movingY || !mfd->movingU || !mfd->movingV || !mfd->fmovingY || in tc_filter()
1320 memset(mfd->movingV, 0, msize); in tc_filter()
1417 tc_buffree (mfd->movingV); in tc_filter()
1418 mfd->movingV = NULL; in tc_filter()
1463 memset(mfd->movingV, 0, msize); in tc_filter()
1474 mfd->movingV+off, mfd->fmovingV+off, clamp_UV, mfd->chromathres); in tc_filter()