Home | History | Annotate | Download | only in mux

Lines Matching refs:src_g

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