Home | History | Annotate | Download | only in opts

Lines Matching refs:dbase

1133     uint8x8_t dbase;
1135 dbase = vld1_u8(dstart);
1214 * dbase[] is 0..7; alpha is 0..256; 16 bits suffice
1216 alpha8 = vmovl_u8(dbase);
1217 alpha8 = vmlal_u8(alpha8, sa, dbase);