Home
last modified time | relevance | path

Searched refs:subx (Results 1 – 23 of 23) 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.cc198 int subx = sub & 0x7; in RunCheckOutput() local
206 NULL, NULL, 0, 0, NULL, comp_pred1_, pred_, w, h, subx, suby, ref_, in RunCheckOutput()
211 w, h, subx, suby, ref_, MAX_SB_SIZE, mask, in RunCheckOutput()
214 << " wedge " << wedge_index << " inv " << inv << "sub (" << subx in RunCheckOutput()
225 const int subx = havSub ? 3 : 0; in RunSpeedTest() local
242 w, h, subx, suby, ref_, MAX_SB_SIZE, mask, w, in RunSpeedTest()
479 int subx = sub & 0x7; in RunCheckOutput() local
487 NULL, NULL, 0, 0, NULL, CONVERT_TO_BYTEPTR(comp_pred1_), w, h, subx, in RunCheckOutput()
496 NULL, NULL, 0, 0, NULL, CONVERT_TO_BYTEPTR(comp_pred2_), w, h, subx, in RunCheckOutput()
504 << " 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/mesa3d/src/gallium/state_trackers/xvmc/
Dsubpicture.c507 short subx, short suby, unsigned short subw, unsigned short subh, in XvMCBlendSubpicture() argument
510 struct u_rect src_rect = {subx, subx + subw, suby, suby + subh}; in XvMCBlendSubpicture()
546 … XvMCSubpicture *subpicture, short subx, short suby, unsigned short subw, unsigned short subh, in XvMCBlendSubpicture2() argument
/external/swiftshader/third_party/llvm-7.0/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/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/swiftshader/third_party/llvm-7.0/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/libaom/libaom/aom_dsp/x86/
Dblend_a64_mask_sse4.c389 int h, int subx, int suby) { in aom_blend_a64_mask_sse4_1() argument
418 mask, mask_stride, w, h, subx, suby); in aom_blend_a64_mask_sse4_1()
420 blend[(w >> 2) & 3][subx != 0][suby != 0](dst, dst_stride, src0, in aom_blend_a64_mask_sse4_1()
822 int subx, int suby, int bd) { in aom_highbd_blend_a64_mask_sse4_1() argument
861 src1_stride, mask, mask_stride, w, h, subx, in aom_highbd_blend_a64_mask_sse4_1()
868 blend[bd == 12][(w >> 2) & 1][subx != 0][suby != 0]( in aom_highbd_blend_a64_mask_sse4_1()
Dblend_a64_mask_avx2.c873 int h, int subx, int suby) { in aom_blend_a64_mask_avx2() argument
884 mask, mask_stride, w, h, subx, suby); in aom_blend_a64_mask_avx2()
886 if (subx & suby) { in aom_blend_a64_mask_avx2()
889 } else if (subx) { in aom_blend_a64_mask_avx2()
/external/libaom/config/arm/config/
Daom_dsp_rtcd.h29 …uint32_t src1_stride, const uint8_t *mask, uint32_t mask_stride, int w, int h, int subx, int suby);
365 …src1_stride, const uint8_t *mask, uint32_t mask_stride, int w, int h, int subx, int suby, Convolve…
371 … src1_stride, const uint8_t *mask, uint32_t mask_stride, int w, int h, int subx, int suby, int bd);
1039 …src1_stride, const uint8_t *mask, uint32_t mask_stride, int w, int h, int subx, int suby, Convolve…
1040 …src1_stride, const uint8_t *mask, uint32_t mask_stride, int w, int h, int subx, int suby, Convolve…
/external/libaom/config/arm64/config/
Daom_dsp_rtcd.h29 …uint32_t src1_stride, const uint8_t *mask, uint32_t mask_stride, int w, int h, int subx, int suby);
365 …src1_stride, const uint8_t *mask, uint32_t mask_stride, int w, int h, int subx, int suby, Convolve…
371 … src1_stride, const uint8_t *mask, uint32_t mask_stride, int w, int h, int subx, int suby, int bd);
1039 …src1_stride, const uint8_t *mask, uint32_t mask_stride, int w, int h, int subx, int suby, Convolve…
1040 …src1_stride, const uint8_t *mask, uint32_t mask_stride, int w, int h, int subx, int suby, Convolve…
/external/ImageMagick/MagickCore/
Dvms.h762 #define lib$subx LIB$SUBX
/external/libaom/config/x86_64/config/
Daom_dsp_rtcd.h28 …uint32_t src1_stride, const uint8_t *mask, uint32_t mask_stride, int w, int h, int subx, int suby);
443 …src1_stride, const uint8_t *mask, uint32_t mask_stride, int w, int h, int subx, int suby, Convolve…
449 … src1_stride, const uint8_t *mask, uint32_t mask_stride, int w, int h, int subx, int suby, int bd);
1191 …src1_stride, const uint8_t *mask, uint32_t mask_stride, int w, int h, int subx, int suby, Convolve…
/external/libaom/config/x86/config/
Daom_dsp_rtcd.h28 …uint32_t src1_stride, const uint8_t *mask, uint32_t mask_stride, int w, int h, int subx, int suby);
443 …src1_stride, const uint8_t *mask, uint32_t mask_stride, int w, int h, int subx, int suby, Convolve…
449 … src1_stride, const uint8_t *mask, uint32_t mask_stride, int w, int h, int subx, int suby, int bd);
1191 …src1_stride, const uint8_t *mask, uint32_t mask_stride, int w, int h, int subx, int suby, Convolve…
/external/llvm/lib/Target/Sparc/
DSparcInstrAliases.td486 def : MnemonicAlias<"subc", "subx">, Requires<[HasV9]>;
DSparcInstrInfo.td721 defm SUBC : F3_12np <"subx", 0b001100>;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Sparc/
DSparcInstrAliases.td499 def : MnemonicAlias<"subc", "subx">, Requires<[HasV9]>;
DSparcInstrInfo.td725 defm SUBC : F3_12np <"subx", 0b001100>;
/external/swiftshader/third_party/LLVM/lib/Target/Sparc/
DSparcInstrInfo.td476 defm SUBX : F3_12 <"subx" , 0b001100, sube>;