Home | History | Annotate | Download | only in opts

Lines Matching full:vdither

369         uint8x8_t vdither = vld1_u8(dstart);         // load dither values
370 uint8x8_t vdither_g = vshr_n_u8(vdither, 1); // calc. green dither values
411 vsrc_dit_r = vaddl_u8(vsrc_r, vdither); // add in dither to red and widen
412 vsrc_dit_b = vaddl_u8(vsrc_b, vdither); // add in dither to blue and widen