Home | History | Annotate | Download | only in opts

Lines Matching full:dstart

750         const uint8_t *dstart = &gDitherMatrix_Neon[(y&3)*12 + (x&3)];
752 uint8x8_t vdither = vld1_u8(dstart); // load dither values
1324 const uint8_t *dstart = &gDitherMatrix_Neon[(y&3)*12 + (x&3)];
1325 dbase = vld1_u8(dstart);
1453 const uint8_t *dstart = &gDitherMatrix_Neon[(y&3)*12 + (x&3)];
1454 d = vld1_u8(dstart);