CB 204 libavfilter/vf_colormatrix.c dstp[x + 0] = CB((c4 * u + c5 * v + 8421376) >> 16); CB 205 libavfilter/vf_colormatrix.c dstp[x + 1] = CB((65536 * (srcp[x + 1] - 16) + uvval) >> 16); CB 206 libavfilter/vf_colormatrix.c dstp[x + 2] = CB((c6 * u + c7 * v + 8421376) >> 16); CB 207 libavfilter/vf_colormatrix.c dstp[x + 3] = CB((65536 * (srcp[x + 3] - 16) + uvval) >> 16); CB 242 libavfilter/vf_colormatrix.c dstpY[x + 0] = CB((65536 * (srcpY[x + 0] - 16) + uvval) >> 16); CB 243 libavfilter/vf_colormatrix.c dstpY[x + 1] = CB((65536 * (srcpY[x + 1] - 16) + uvval) >> 16); CB 244 libavfilter/vf_colormatrix.c dstpU[x >> 1] = CB((c4 * u + c5 * v + 8421376) >> 16); CB 245 libavfilter/vf_colormatrix.c dstpV[x >> 1] = CB((c6 * u + c7 * v + 8421376) >> 16); CB 286 libavfilter/vf_colormatrix.c dstpY[x + 0] = CB((65536 * (srcpY[x + 0] - 16) + uvval) >> 16); CB 287 libavfilter/vf_colormatrix.c dstpY[x + 1] = CB((65536 * (srcpY[x + 1] - 16) + uvval) >> 16); CB 288 libavfilter/vf_colormatrix.c dstpN[x + 0] = CB((65536 * (srcpN[x + 0] - 16) + uvval) >> 16); CB 289 libavfilter/vf_colormatrix.c dstpN[x + 1] = CB((65536 * (srcpN[x + 1] - 16) + uvval) >> 16); CB 290 libavfilter/vf_colormatrix.c dstpU[x >> 1] = CB((c4 * u + c5 * v + 8421376) >> 16); CB 291 libavfilter/vf_colormatrix.c dstpV[x >> 1] = CB((c6 * u + c7 * v + 8421376) >> 16);