Home
last modified time | relevance | path

Searched refs:suby (Results 1 – 6 of 6) sorted by relevance

/external/libaom/libaom/test/
Dav1_convolve_2d_test_util.cc46 int hfilter, vfilter, subx, suby; in RunCheckOutput() local
81 for (suby = 0; suby < suby_range; ++suby) { 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
210 for (suby = 0; suby < suby_range; ++suby) { in RunCheckOutput()
217 suby, &conv_params1); in RunCheckOutput()
[all …]
Dcomp_mask_variance_test.cc198 int suby = (sub >> 3); 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()
214 << "," << suby << ")"; in RunCheckOutput()
225 const int suby = havSub ? 4 : 0; in RunSpeedTest() local
240 w, h, subx, suby, ref_, MAX_SB_SIZE, mask, w, in RunSpeedTest()
476 int suby = (sub >> 3); in RunCheckOutput() local
484 suby, CONVERT_TO_BYTEPTR(ref_), MAX_SB_SIZE, bd_, subpel_search); in RunCheckOutput()
493 suby, CONVERT_TO_BYTEPTR(ref_), MAX_SB_SIZE, bd_, subpel_search); in RunCheckOutput()
501 << "," << suby << ")"; in RunCheckOutput()
[all …]
Dblend_a64_mask_test.cc85 void RunOneTest(int block_size, int subx, int suby, int run_times) { in RunOneTest() argument
91 suby_ = suby; 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.ll38 %suby = fsub nsz float %w, %y
40 %0 = tail call nsz float @llvm.fma.f32(float %x, float %suby, float %negz)
61 %suby = fsub nsz float %w, %y
63 %0 = tail call nsz float @llvm.fma.f32(float %subx, float %suby, 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/Transforms/InstCombine/
Dsub-minmax.ll281 %suby = sub i8 %ny, %minxy
283 call void @use8(i8 %suby)
303 %suby = sub i8 %minxy, %ny
305 call void @use8(i8 %suby)