Home
last modified time | relevance | path

Searched refs:step_x (Results 1 – 10 of 10) sorted by relevance

/external/libgav1/libgav1/src/dsp/arm/
Dconvolve_neon.cc839 const int step_x, in ConvolveKernelHorizontal2Tap() argument
845 const int step_x8 = step_x << 3; in ConvolveKernelHorizontal2Tap()
849 vmovl_u8(vcreate_u8(0x0706050403020100)), static_cast<uint16_t>(step_x)); in ConvolveKernelHorizontal2Tap()
947 const int step_x, const int intermediate_height, int16_t* intermediate) { in ConvolveKernelHorizontalPositive4Tap() argument
956 vmovl_u8(vcreate_u8(0x0706050403020100)), static_cast<uint16_t>(step_x)); in ConvolveKernelHorizontalPositive4Tap()
1014 const int step_x, const int intermediate_height, int16_t* intermediate) { in ConvolveKernelHorizontalSigned4Tap() argument
1023 static_cast<uint16_t>(step_x)); in ConvolveKernelHorizontalSigned4Tap()
1089 const int subpixel_x, const int step_x, const int intermediate_height, in ConvolveKernelHorizontalSigned6Tap() argument
1095 const int step_x8 = step_x << 3; in ConvolveKernelHorizontalSigned6Tap()
1101 vmovl_u8(vcreate_u8(0x0706050403020100)), static_cast<uint16_t>(step_x)); in ConvolveKernelHorizontalSigned6Tap()
[all …]
/external/libgav1/libgav1/src/dsp/x86/
Dconvolve_sse4.cc904 int width, int subpixel_x, int step_x, in ConvolveHorizontalScale() argument
910 const int step_x8 = step_x << 3; in ConvolveHorizontalScale()
915 _mm_set1_epi16(static_cast<int16_t>(step_x))); in ConvolveHorizontalScale()
1176 const int step_x, const int step_y, const int width, in ConvolveScale2D_SSE4_1() argument
1181 assert(step_x <= 2048); in ConvolveScale2D_SSE4_1()
1220 if (step_x > grade_x_threshold) { in ConvolveScale2D_SSE4_1()
1222 step_x, intermediate_height, in ConvolveScale2D_SSE4_1()
1226 step_x, intermediate_height, in ConvolveScale2D_SSE4_1()
1231 if (step_x > grade_x_threshold) { in ConvolveScale2D_SSE4_1()
1233 step_x, intermediate_height, in ConvolveScale2D_SSE4_1()
[all …]
/external/skqp/resources/lua/
Dslides_transitions.lua18 self.curr_x = self.curr_x + self.step_x
26 rec.step_x = -15
32 rec.step_x = 15
/external/skqp/platform_tools/android/apps/skqp/src/main/assets/resources/lua/
Dslides_transitions.lua18 self.curr_x = self.curr_x + self.step_x
26 rec.step_x = -15
32 rec.step_x = 15
/external/libgav1/libgav1/src/tile/
Dprediction.cc946 int* const start_y, int* const step_x, in ScaleMotionVector() argument
971 *step_x = RightShiftWithRoundingSigned( in ScaleMotionVector()
983 *step_x = 1 << kScaleSubPixelBits; in ScaleMotionVector()
1010 const int start_y, const int step_x, const int step_y, in GetReferenceBlockPosition() argument
1021 *ref_block_end_x = GetPixelPositionFromHighScale(start_x, step_x, width - 1) + in GetReferenceBlockPosition()
1120 int step_x; in BlockInterPrediction() local
1123 &step_x, &step_y); in BlockInterPrediction()
1158 ref_start_y, ref_last_y, start_x, start_y, step_x, step_y, in BlockInterPrediction()
1262 vertical_filter_index, start_x, start_y, step_x, step_y, in BlockInterPrediction()
Dtile.cc1585 const int step_x = kTransformWidth4x4[tx_size]; in TransformBlock() local
1601 (sub_block_column4x4 >> subsampling_x) + step_x + 1; in TransformBlock()
1619 start_x + MultiplyBy4(step_x); in TransformBlock()
1666 SetBlockValues<bool>(step_y, step_x, true, block_decoded, in TransformBlock()
1792 const int step_x = kTransformWidth4x4[tx_size]; in Residual() local
1797 for (int x = 0; x < num4x4_wide; x += step_x) { in Residual()
/external/libgav1/libgav1/src/dsp/
Dconvolve.cc62 const int subpixel_y, const int step_x, const int step_y, in ConvolveScale2D_C() argument
107 p += step_x; in ConvolveScale2D_C()
145 const int step_x, const int step_y, in ConvolveCompoundScale2D_C() argument
192 p += step_x; in ConvolveCompoundScale2D_C()
Ddsp.h469 int subpixel_y, int step_x, int step_y,
/external/libgav1/libgav1/src/
Dtile.h456 int* start_y, int* step_x, int* step_y); // 7.11.3.3.
463 int start_x, int start_y, int step_x, int step_y, int left_border,
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dir_emitter_unnested.cc3970 bool check_x_tile_bounds, int64 x_num_steps, int64 step_x, in UnrollInnerTileLoop() argument
3983 llvm::Value* x_loc = b->CreateAdd(constant(j * step_x * vector_size + i), in UnrollInnerTileLoop()
3986 constant(j * step_x * vector_size + i), kDimX, b); in UnrollInnerTileLoop()
4022 int64 step_x = in EmitTile() local
4063 return UnrollInnerTileLoop(check_x_tile_bounds, x_num_steps, step_x, in EmitTile()