Lines Matching refs:avg_r
730 int avg_r = 0, avg_g = 0, avg_b = 0;742 avg_r += (src_pixel >> 16) & 0xff;752 ((avg_r / cnt) << 16) |