Searched refs:DCT3X3_0_2 (Results 1 – 1 of 1) sorted by relevance
404 #define DCT3X3_0_2 0.5773502691896258f /* 1/sqrt(3) */ macro424 dstp_r[x] = srcp[r] * DCT3X3_0_0 + srcp[g] * DCT3X3_0_1 + srcp[b] * DCT3X3_0_2; in color_decorrelation()451 … dstp[b] = av_clip_uint8(src_r[x] * DCT3X3_0_2 + src_g[x] * DCT3X3_1_2 + src_b[x] * DCT3X3_2_2); in color_correlation()493 dstp_r[x] = srcp_r[x] * DCT3X3_0_0 + srcp_g[x] * DCT3X3_0_1 + srcp_b[x] * DCT3X3_0_2; in color_decorrelation_gbrp()522 … dstp_b[x] = av_clip_uint8(src_r[x] * DCT3X3_0_2 + src_g[x] * DCT3X3_1_2 + src_b[x] * DCT3X3_2_2); in color_correlation_gbrp()