Searched refs:STORE16 (Results 1 - 7 of 7) sorted by relevance
/third_party/ffmpeg/libavfilter/ |
H A D | vf_spp.c | 202 #define STORE16(pos) do { \ in store_slice16_c() macro 213 STORE16(0); in store_slice16_c() 214 STORE16(1); in store_slice16_c() 215 STORE16(2); in store_slice16_c() 216 STORE16(3); in store_slice16_c() 217 STORE16(4); in store_slice16_c() 218 STORE16(5); in store_slice16_c() 219 STORE16(6); in store_slice16_c() 220 STORE16(7); in store_slice16_c()
|
/third_party/backends/backend/ |
H A D | abaton.c | 165 #define STORE16(ptr, val) \ macro 329 STORE16 (window + 2, s->val[OPT_X_RESOLUTION].w); in set_window() 330 STORE16 (window + 4, s->val[OPT_Y_RESOLUTION].w); in set_window() 333 STORE16 (window + 6, s->ULx); in set_window() 334 STORE16 (window + 8, s->ULy); in set_window() 335 STORE16 (window + 10, s->Width); in set_window() 336 STORE16 (window + 12, s->Height); in set_window() 385 STORE16 (window + 22, (s->val[OPT_MIRROR].w != 0)); in set_window()
|
H A D | apple.c | 101 #define STORE16(p,v) \ macro 653 STORE16 (WH + 6, 42); in scan_area_and_windows() 658 STORE16 (WH + 6, 40); in scan_area_and_windows() 663 STORE16 (WP + 2, s->val[OPT_RESOLUTION].w); in scan_area_and_windows() 664 STORE16 (WP + 4, s->val[OPT_RESOLUTION].w); in scan_area_and_windows() 704 STORE16 (WP + 27, 0) in scan_area_and_windows() 706 STORE16 (WP + 27, 1) in scan_area_and_windows() 708 STORE16 (WP + 27, 1) in scan_area_and_windows() 710 STORE16 (WP + 27, 3) in scan_area_and_windows() 712 STORE16 (W in scan_area_and_windows() [all...] |
/third_party/ffmpeg/libavfilter/x86/ |
H A D | vf_lut3d.asm | 450 %macro STORE16 2 599 ; constants for STORE16 607 STORE16 dstrm, 0 608 STORE16 dstgm, 1 609 STORE16 dstbm, 2
|
/third_party/ffmpeg/libswscale/x86/ |
H A D | input.asm | 832 %macro STORE16 3 927 STORE16 [dstq + 2*xq], 0, 1 1008 STORE16 [dstUq + 2*xq], 4, 1 1017 STORE16 [dstVq + 2*xq], 0, 1 1051 STORE16 [dstq + xq*2], 0, 0
|
H A D | output.asm | 681 %macro STORE16 3 734 STORE16 %1, %2, %4
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
H A 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()
|
Completed in 12 milliseconds