roundToInt16     2121 libswscale/swscale.c     c->yCoeff=    roundToInt16(cy *8192) * 0x0001000100010001ULL;
roundToInt16     2122 libswscale/swscale.c     c->vrCoeff=   roundToInt16(crv*8192) * 0x0001000100010001ULL;
roundToInt16     2123 libswscale/swscale.c     c->ubCoeff=   roundToInt16(cbu*8192) * 0x0001000100010001ULL;
roundToInt16     2124 libswscale/swscale.c     c->vgCoeff=   roundToInt16(cgv*8192) * 0x0001000100010001ULL;
roundToInt16     2125 libswscale/swscale.c     c->ugCoeff=   roundToInt16(cgu*8192) * 0x0001000100010001ULL;
roundToInt16     2126 libswscale/swscale.c     c->yOffset=   roundToInt16(oy *   8) * 0x0001000100010001ULL;
roundToInt16     2128 libswscale/swscale.c     c->yuv2rgb_y_coeff  = (int16_t)roundToInt16(cy <<13);
roundToInt16     2129 libswscale/swscale.c     c->yuv2rgb_y_offset = (int16_t)roundToInt16(oy << 9);
roundToInt16     2130 libswscale/swscale.c     c->yuv2rgb_v2r_coeff= (int16_t)roundToInt16(crv<<13);
roundToInt16     2131 libswscale/swscale.c     c->yuv2rgb_v2g_coeff= (int16_t)roundToInt16(cgv<<13);
roundToInt16     2132 libswscale/swscale.c     c->yuv2rgb_u2g_coeff= (int16_t)roundToInt16(cgu<<13);
roundToInt16     2133 libswscale/swscale.c     c->yuv2rgb_u2b_coeff= (int16_t)roundToInt16(cbu<<13);