Home | History | Annotate | Download | only in mux

Lines Matching refs:dst_g

378   const int dst_g = (dst >> 8) & 0xff;
383 (abs(src_g - dst_g) * dst_a <= (max_allowed_diff * 255)) &&