Home | History | Annotate | Download | only in mux

Lines Matching refs:avg_b

730       int avg_r = 0, avg_g = 0, avg_b = 0;
744 avg_b += (src_pixel >> 0) & 0xff;
754 ((avg_b / cnt) << 0);