Searched refs:STORE16 (Results 1 – 3 of 3) sorted by relevance
/third_party/ffmpeg/libavfilter/ |
D | vf_spp.c | 212 #define STORE16(pos) do { \ in store_slice16_c() macro 223 STORE16(0); in store_slice16_c() 224 STORE16(1); in store_slice16_c() 225 STORE16(2); in store_slice16_c() 226 STORE16(3); in store_slice16_c() 227 STORE16(4); in store_slice16_c() 228 STORE16(5); in store_slice16_c() 229 STORE16(6); in store_slice16_c() 230 STORE16(7); in store_slice16_c()
|
/third_party/gstreamer/gstplugins_good/ext/jpeg/ |
D | smokecodec.c | 418 #define STORE16(var, pos, x) \ in smokecodec_encode() macro 428 STORE16 (out, IDX_WIDTH, width); in smokecodec_encode() 429 STORE16 (out, IDX_HEIGHT, height); in smokecodec_encode() 443 STORE16 (out, blocks * 2 + IDX_BLOCKS, block); in smokecodec_encode() 465 STORE16 (out, IDX_NUM_BLOCKS, blocks); in smokecodec_encode() 532 STORE16 (out, IDX_SIZE, size); in smokecodec_encode()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMInstructionSelector.cpp | 100 unsigned STORE16; member 315 STORE16 = isThumb ? ARM::t2STRHi12 : ARM::STRH; in OpcodeCache() 368 return isStore ? Opcodes.STORE16 : Opcodes.LOAD16; in selectLoadStoreOpCode()
|