Home | History | Annotate | Download | only in opts

Lines Matching refs:dbase

1323     uint8x8_t dbase;
1325 dbase = vld1_u8(dstart);
1358 * dbase[] is 0..7; alpha is 0..256; 16 bits suffice
1360 alpha8 = vmovl_u8(dbase);
1361 alpha8 = vmlal_u8(alpha8, sa, dbase);