Home | History | Annotate | Download | only in mux

Lines Matching refs:avg_b

729       int avg_r = 0, avg_g = 0, avg_b = 0;
743 avg_b += (src_pixel >> 0) & 0xff;
753 ((avg_b / cnt) << 0);