Home
last modified time | relevance | path

Searched refs:shift_left (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/src/core/
DSkMipmap.cpp177 template <typename T> T shift_left(const T& x, int bits) { in shift_left() function
181 Sk4f shift_left(const Sk4f& x, int bits) { in shift_left() function
370 auto b = shift_left(add_121(b0, b1, b2), 1); in downsample_3_3()
/third_party/ffmpeg/libavcodec/
Dadpcm.c1610 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()
/third_party/vk-gl-cts/data/gles2/shaders/
Dpreprocessor.test2898 case shift_left
/third_party/vk-gl-cts/external/openglcts/data/gl33/
Dpreprocessor.test3053 case shift_left
/third_party/node/deps/v8/src/codegen/mips/
Dmacro-assembler-mips.cc1676 int shift_left = 32 - (pos + size); in CallRecordWriteStub() local
1677 sll(rt, rs, shift_left); // Acts as a move if shift_left == 0. in CallRecordWriteStub()
/third_party/vk-gl-cts/external/openglcts/data/gles3/
Dpreprocessor.test3292 case shift_left
/third_party/vk-gl-cts/data/gles3/shaders/
Dpreprocessor.test3613 case shift_left