Searched refs:shift_left (Results 1 – 7 of 7) sorted by relevance
177 template <typename T> T shift_left(const T& x, int bits) { in shift_left() function181 Sk4f shift_left(const Sk4f& x, int bits) { in shift_left() function370 auto b = shift_left(add_121(b0, b1, b2), 1); in downsample_3_3()
1610 int shift_left, shift_right; in adpcm_decode_frame()1631 shift_left = 20 - (byte >> 4); in adpcm_decode_frame()1636 next_left_sample = sign_extend(byte >> 4, 4) * (1 << shift_left); in adpcm_decode_frame()
2898 case shift_left
3053 case shift_left
1676 int shift_left = 32 - (pos + size); in CallRecordWriteStub() local1677 sll(rt, rs, shift_left); // Acts as a move if shift_left == 0. in CallRecordWriteStub()
3292 case shift_left
3613 case shift_left