roundToInt16      832 libswscale/yuv2rgb.c     c->yCoeff  = roundToInt16(cy  * (1 << 13)) * 0x0001000100010001ULL;
roundToInt16      833 libswscale/yuv2rgb.c     c->vrCoeff = roundToInt16(crv * (1 << 13)) * 0x0001000100010001ULL;
roundToInt16      834 libswscale/yuv2rgb.c     c->ubCoeff = roundToInt16(cbu * (1 << 13)) * 0x0001000100010001ULL;
roundToInt16      835 libswscale/yuv2rgb.c     c->vgCoeff = roundToInt16(cgv * (1 << 13)) * 0x0001000100010001ULL;
roundToInt16      836 libswscale/yuv2rgb.c     c->ugCoeff = roundToInt16(cgu * (1 << 13)) * 0x0001000100010001ULL;
roundToInt16      837 libswscale/yuv2rgb.c     c->yOffset = roundToInt16(oy  * (1 <<  3)) * 0x0001000100010001ULL;
roundToInt16      839 libswscale/yuv2rgb.c     c->yuv2rgb_y_coeff   = (int16_t)roundToInt16(cy  * (1 << 13));
roundToInt16      840 libswscale/yuv2rgb.c     c->yuv2rgb_y_offset  = (int16_t)roundToInt16(oy  * (1 <<  9));
roundToInt16      841 libswscale/yuv2rgb.c     c->yuv2rgb_v2r_coeff = (int16_t)roundToInt16(crv * (1 << 13));
roundToInt16      842 libswscale/yuv2rgb.c     c->yuv2rgb_v2g_coeff = (int16_t)roundToInt16(cgv * (1 << 13));
roundToInt16      843 libswscale/yuv2rgb.c     c->yuv2rgb_u2g_coeff = (int16_t)roundToInt16(cgu * (1 << 13));
roundToInt16      844 libswscale/yuv2rgb.c     c->yuv2rgb_u2b_coeff = (int16_t)roundToInt16(cbu * (1 << 13));