CB 231 libavfilter/vf_colormatrix.c dstp[x + 0] = CB((c4 * u + c5 * v + 8421376) >> 16); CB 232 libavfilter/vf_colormatrix.c dstp[x + 1] = CB((65536 * (srcp[x + 1] - 16) + uvval) >> 16); CB 233 libavfilter/vf_colormatrix.c dstp[x + 2] = CB((c6 * u + c7 * v + 8421376) >> 16); CB 234 libavfilter/vf_colormatrix.c dstp[x + 3] = CB((65536 * (srcp[x + 3] - 16) + uvval) >> 16); CB 275 libavfilter/vf_colormatrix.c dstpY[x] = CB((65536 * (srcpY[x] - 16) + uvval) >> 16); CB 276 libavfilter/vf_colormatrix.c dstpU[x] = CB((c4 * u + c5 * v + 8421376) >> 16); CB 277 libavfilter/vf_colormatrix.c dstpV[x] = CB((c6 * u + c7 * v + 8421376) >> 16); CB 322 libavfilter/vf_colormatrix.c dstpY[x + 0] = CB((65536 * (srcpY[x + 0] - 16) + uvval) >> 16); CB 323 libavfilter/vf_colormatrix.c dstpY[x + 1] = CB((65536 * (srcpY[x + 1] - 16) + uvval) >> 16); CB 324 libavfilter/vf_colormatrix.c dstpU[x >> 1] = CB((c4 * u + c5 * v + 8421376) >> 16); CB 325 libavfilter/vf_colormatrix.c dstpV[x >> 1] = CB((c6 * u + c7 * v + 8421376) >> 16); CB 372 libavfilter/vf_colormatrix.c dstpY[x + 0] = CB((65536 * (srcpY[x + 0] - 16) + uvval) >> 16); CB 373 libavfilter/vf_colormatrix.c dstpY[x + 1] = CB((65536 * (srcpY[x + 1] - 16) + uvval) >> 16); CB 374 libavfilter/vf_colormatrix.c dstpN[x + 0] = CB((65536 * (srcpN[x + 0] - 16) + uvval) >> 16); CB 375 libavfilter/vf_colormatrix.c dstpN[x + 1] = CB((65536 * (srcpN[x + 1] - 16) + uvval) >> 16); CB 376 libavfilter/vf_colormatrix.c dstpU[x >> 1] = CB((c4 * u + c5 * v + 8421376) >> 16); CB 377 libavfilter/vf_colormatrix.c dstpV[x >> 1] = CB((c6 * u + c7 * v + 8421376) >> 16);