Home
last modified time | relevance | path

Searched refs:subx (Results 1 – 20 of 20) sorted by relevance

/external/libaom/libaom/test/
Dav1_convolve_2d_test_util.cc46 int hfilter, vfilter, subx, suby; in RunCheckOutput() local
80 for (subx = 0; subx < subx_range; ++subx) { in RunCheckOutput()
87 filter_params_y, subx, suby, &conv_params1); in RunCheckOutput()
90 filter_params_y, subx, suby, &conv_params2); in RunCheckOutput()
99 << "), sub pixel offset = (" << suby << ", " << subx in RunCheckOutput()
125 int subx = 0, suby = 0; in RunSpeedTest() local
152 filter_params_y, subx, suby, &conv_params2); in RunSpeedTest()
173 int hfilter, vfilter, subx, suby; in RunCheckOutput() local
209 for (subx = 0; subx < subx_range; ++subx) { in RunCheckOutput()
216 filter_params_x, filter_params_y, subx, in RunCheckOutput()
[all …]
Dcomp_mask_variance_test.cc197 int subx = sub & 0x7; in RunCheckOutput() local
205 NULL, NULL, 0, 0, NULL, comp_pred1_, pred_, w, h, subx, suby, ref_, in RunCheckOutput()
210 w, h, subx, suby, ref_, MAX_SB_SIZE, mask, in RunCheckOutput()
213 << " wedge " << wedge_index << " inv " << inv << "sub (" << subx in RunCheckOutput()
224 const int subx = havSub ? 3 : 0; in RunSpeedTest() local
240 w, h, subx, suby, ref_, MAX_SB_SIZE, mask, w, in RunSpeedTest()
475 int subx = sub & 0x7; in RunCheckOutput() local
483 NULL, NULL, 0, 0, NULL, CONVERT_TO_BYTEPTR(comp_pred1_), w, h, subx, in RunCheckOutput()
492 NULL, NULL, 0, 0, NULL, CONVERT_TO_BYTEPTR(comp_pred2_), w, h, subx, in RunCheckOutput()
500 << " wedge " << wedge_index << " inv " << inv << "sub (" << subx in RunCheckOutput()
[all …]
Dblend_a64_mask_test.cc85 void RunOneTest(int block_size, int subx, int suby, int run_times) { in RunOneTest() argument
90 subx_ = subx; in RunOneTest()
161 uint32_t mask_stride, int w, int h, int subx, int suby);
267 uint32_t mask_stride, int w, int h, int subx, int suby,
372 uint32_t mask_stride, int w, int h, int subx, int suby,
474 int h, int subx, int suby, ConvolveParams *conv_params,
/external/llvm-project/llvm/test/CodeGen/X86/
Dfma-fneg-combine-2.ll18 %subx = fsub nsz float %w, %x
20 %0 = tail call nsz float @llvm.fma.f32(float %subx, float %y, float %negz)
60 %subx = fsub nsz float %w, %x
63 %0 = tail call nsz float @llvm.fma.f32(float %subx, float %suby, float %negz)
81 %subx = fsub nsz float %w, %x
84 %0 = tail call nsz float @llvm.fma.f32(float %subx, float %negy, float %negz)
/external/mesa3d/src/gallium/frontends/xvmc/
Dsubpicture.c505 short subx, short suby, unsigned short subw, unsigned short subh, in XvMCBlendSubpicture() argument
508 struct u_rect src_rect = {subx, subx + subw, suby, suby + subh}; in XvMCBlendSubpicture()
544 … XvMCSubpicture *subpicture, short subx, short suby, unsigned short subw, unsigned short subh, in XvMCBlendSubpicture2() argument
/external/llvm-project/llvm/test/MC/Sparc/
Dsparc-alu-instructions.s85 ! CHECK: subx %g2, %g1, %g3 ! encoding: [0x86,0x60,0x80,0x01]
86 subx %g2, %g1, %g3
Dsparcv9-instructions.s16 ! V9: subx %g2, %g1, %g3 ! encoding: [0x86,0x60,0x80,0x01]
/external/llvm/test/MC/Sparc/
Dsparc-alu-instructions.s85 ! CHECK: subx %g2, %g1, %g3 ! encoding: [0x86,0x60,0x80,0x01]
86 subx %g2, %g1, %g3
Dsparcv9-instructions.s16 ! V9: subx %g2, %g1, %g3 ! encoding: [0x86,0x60,0x80,0x01]
/external/capstone/suite/MC/Sparc/
Dsparc-alu-instructions.s.cs33 0x86,0x60,0x80,0x01 = subx %g2, %g1, %g3
/external/llvm-project/llvm/test/Transforms/InstCombine/
Dsub-minmax.ll280 %subx = sub i8 %nx, %minxy
282 call void @use8(i8 %subx)
302 %subx = sub i8 %minxy, %nx
304 call void @use8(i8 %subx)
/external/llvm/test/CodeGen/AArch64/
Darm64-fml-combines.ll30 %subx = fsub fast <2 x double> %e4, %mulx
33 %e9 = fmul fast <2 x double> %subx, %sub3
/external/llvm-project/llvm/test/CodeGen/AArch64/
Darm64-fml-combines.ll32 %subx = fsub fast <2 x double> %e4, %mulx
35 %e9 = fmul fast <2 x double> %subx, %sub3
/external/ImageMagick/MagickCore/
Dvms.h762 #define lib$subx LIB$SUBX
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/
DSparcInstrAliases.td503 def : MnemonicAlias<"subc", "subx">, Requires<[HasV9]>;
DSparcInstrInfo.td726 defm SUBC : F3_12np <"subx", 0b001100>;
/external/llvm/lib/Target/Sparc/
DSparcInstrAliases.td486 def : MnemonicAlias<"subc", "subx">, Requires<[HasV9]>;
DSparcInstrInfo.td721 defm SUBC : F3_12np <"subx", 0b001100>;
/external/llvm-project/llvm/lib/Target/Sparc/
DSparcInstrAliases.td503 def : MnemonicAlias<"subc", "subx">, Requires<[HasV9]>;
DSparcInstrInfo.td726 defm SUBC : F3_12np <"subx", 0b001100>;