roundToInt16      808 libswscale/yuv2rgb.c     c->yCoeff  = roundToInt16(cy  * 8192) * 0x0001000100010001ULL;
roundToInt16      809 libswscale/yuv2rgb.c     c->vrCoeff = roundToInt16(crv * 8192) * 0x0001000100010001ULL;
roundToInt16      810 libswscale/yuv2rgb.c     c->ubCoeff = roundToInt16(cbu * 8192) * 0x0001000100010001ULL;
roundToInt16      811 libswscale/yuv2rgb.c     c->vgCoeff = roundToInt16(cgv * 8192) * 0x0001000100010001ULL;
roundToInt16      812 libswscale/yuv2rgb.c     c->ugCoeff = roundToInt16(cgu * 8192) * 0x0001000100010001ULL;
roundToInt16      813 libswscale/yuv2rgb.c     c->yOffset = roundToInt16(oy  *    8) * 0x0001000100010001ULL;
roundToInt16      815 libswscale/yuv2rgb.c     c->yuv2rgb_y_coeff   = (int16_t)roundToInt16(cy  << 13);
roundToInt16      816 libswscale/yuv2rgb.c     c->yuv2rgb_y_offset  = (int16_t)roundToInt16(oy  <<  9);
roundToInt16      817 libswscale/yuv2rgb.c     c->yuv2rgb_v2r_coeff = (int16_t)roundToInt16(crv << 13);
roundToInt16      818 libswscale/yuv2rgb.c     c->yuv2rgb_v2g_coeff = (int16_t)roundToInt16(cgv << 13);
roundToInt16      819 libswscale/yuv2rgb.c     c->yuv2rgb_u2g_coeff = (int16_t)roundToInt16(cgu << 13);
roundToInt16      820 libswscale/yuv2rgb.c     c->yuv2rgb_u2b_coeff = (int16_t)roundToInt16(cbu << 13);