Home
last modified time | relevance | path

Searched refs:x_start (Results 1 – 25 of 39) sorted by relevance

12

/external/tensorflow/tensorflow/core/kernels/
Dquantized_resize_bilinear_op.cc270 const int64_t x_start, const int16_t ys_ilerp, in OutputLerp8x8x1() argument
280 ys_input_lower_ptr, ys_input_upper_ptr, &xs.lower[x_start], in OutputLerp8x8x1()
281 &xs.upper[x_start], &xs.ilerp[x_start], y_lerpsx); in OutputLerp8x8x1()
283 vst1_u8(reinterpret_cast<uint8_t*>(output_y_ptr + x_start), x0x7); in OutputLerp8x8x1()
286 for (int x = x_start; x < x_start + 8; ++x) { in OutputLerp8x8x1()
296 const int64_t x_start, const int16_t ys_ilerp, in OutputLerp8x8x3() argument
306 ys_input_lower_ptr, ys_input_upper_ptr, &xs.lower[x_start], in OutputLerp8x8x3()
307 &xs.upper[x_start], &xs.ilerp[x_start], y_lerpsx); in OutputLerp8x8x3()
309 vst1_u8(reinterpret_cast<uint8_t*>(output_y_ptr + x_start * 3), x0c0x2c1); in OutputLerp8x8x3()
313 ys_input_lower_ptr, ys_input_upper_ptr, &xs.lower[x_start], in OutputLerp8x8x3()
[all …]
/external/llvm-libc/test/src/math/exhaustive/
Dexhaustive_test.h83 uint64_t check(StorageType x_start, StorageType x_stop, StorageType y_start, in check()
87 return x_stop > x_start || y_stop > y_start; in check()
88 StorageType xbits = x_start; in check()
231 void test_full_range_all_roundings(StorageType x_start, StorageType x_stop, in test_full_range_all_roundings()
234 << x_start << ", 0x" << x_stop << "), y range [0x" << y_start in test_full_range_all_roundings()
236 test_full_range(mpfr::RoundingMode::Nearest, x_start, x_stop, y_start, in test_full_range_all_roundings()
240 << x_start << ", 0x" << x_stop << "), y range [0x" << y_start in test_full_range_all_roundings()
242 test_full_range(mpfr::RoundingMode::Upward, x_start, x_stop, y_start, in test_full_range_all_roundings()
246 << x_start << ", 0x" << x_stop << "), y range [0x" << y_start in test_full_range_all_roundings()
248 test_full_range(mpfr::RoundingMode::Downward, x_start, x_stop, y_start, in test_full_range_all_roundings()
[all …]
/external/cronet/tot/third_party/llvm-libc/src/test/src/math/exhaustive/
Dexhaustive_test.h83 uint64_t check(StorageType x_start, StorageType x_stop, StorageType y_start, in check()
87 return x_stop > x_start || y_stop > y_start; in check()
88 StorageType xbits = x_start; in check()
230 void test_full_range_all_roundings(StorageType x_start, StorageType x_stop, in test_full_range_all_roundings()
233 << x_start << ", 0x" << x_stop << "), y range [0x" << y_start in test_full_range_all_roundings()
235 test_full_range(mpfr::RoundingMode::Nearest, x_start, x_stop, y_start, in test_full_range_all_roundings()
239 << x_start << ", 0x" << x_stop << "), y range [0x" << y_start in test_full_range_all_roundings()
241 test_full_range(mpfr::RoundingMode::Upward, x_start, x_stop, y_start, in test_full_range_all_roundings()
245 << x_start << ", 0x" << x_stop << "), y range [0x" << y_start in test_full_range_all_roundings()
247 test_full_range(mpfr::RoundingMode::Downward, x_start, x_stop, y_start, in test_full_range_all_roundings()
[all …]
/external/cronet/stable/third_party/llvm-libc/src/test/src/math/exhaustive/
Dexhaustive_test.h83 uint64_t check(StorageType x_start, StorageType x_stop, StorageType y_start, in check()
87 return x_stop > x_start || y_stop > y_start; in check()
88 StorageType xbits = x_start; in check()
230 void test_full_range_all_roundings(StorageType x_start, StorageType x_stop, in test_full_range_all_roundings()
233 << x_start << ", 0x" << x_stop << "), y range [0x" << y_start in test_full_range_all_roundings()
235 test_full_range(mpfr::RoundingMode::Nearest, x_start, x_stop, y_start, in test_full_range_all_roundings()
239 << x_start << ", 0x" << x_stop << "), y range [0x" << y_start in test_full_range_all_roundings()
241 test_full_range(mpfr::RoundingMode::Upward, x_start, x_stop, y_start, in test_full_range_all_roundings()
245 << x_start << ", 0x" << x_stop << "), y range [0x" << y_start in test_full_range_all_roundings()
247 test_full_range(mpfr::RoundingMode::Downward, x_start, x_stop, y_start, in test_full_range_all_roundings()
[all …]
/external/mesa3d/src/freedreno/fdl/
Dfd6_tiled_memcpy.cc287 memcpy_small(uint32_t x_start, uint32_t y_start, in memcpy_small() argument
305 uint32_t x_block_start = x_start / block_width; in memcpy_small()
310 uint32_t x_pixel_start = get_pixel_offset(x_start % block_width, 0); in memcpy_small()
736 memcpy_large(uint32_t x_start, uint32_t y_start, in memcpy_large() argument
764 uint32_t x_end = x_start + width; in memcpy_large()
765 uint32_t x_aligned_start = align(x_start, block_width); in memcpy_large()
775 x_start, y_start, width, height, tiled, linear, linear_pitch, in memcpy_large()
783 x_start, y_start, width, y_aligned_start - y_start, tiled, linear, in memcpy_large()
790 if (x_start != x_aligned_start) { in memcpy_large()
792 x_start, y_aligned_start, x_aligned_start - x_start, in memcpy_large()
[all …]
Dfreedreno_layout.h357 fdl6_memcpy_linear_to_tiled(uint32_t x_start, uint32_t y_start,
366 fdl6_memcpy_tiled_to_linear(uint32_t x_start, uint32_t y_start,
/external/ComputeLibrary/tests/validation/reference/
DConv3D.cpp63 … int z_start, int y_start, int x_start, int ch_out, UniformQuantizationInfo oq_info) in calculate_conv3d() argument
85 const int idx_x = x_start + dilation.width * weight_x; in calculate_conv3d()
120 … int z_start, int y_start, int x_start, int ch_out, UniformQuantizationInfo oq_info) in calculate_conv3d() argument
155 const int idx_x = x_start + dilation.width * weight_x; in calculate_conv3d()
234 const int x_start = (x_out * stride_x) - pad_left; in conv3d() local
240 …, TB>(src, weights, bias, conv3d_info.dilation, batch, z_start, y_start, x_start, ch_out, dst.quan… in conv3d()
/external/libdav1d/src/
Dcdef_tmpl.c63 int x_start = -2, x_end = w + 2, y_start = -2, y_end = h + 2; in padding() local
74 x_start = 0; in padding()
82 for (int x = x_start; x < x_end; x++) in padding()
87 for (int x = x_start; x < 0; x++) in padding()
90 for (int x = (y < h) ? 0 : x_start; x < x_end; x++) in padding()
96 for (int x = x_start; x < x_end; x++) in padding()
/external/libaom/av1/encoder/
Dhash_motion.h85 int block_size, int x_start, int y_start);
89 int block_size, int x_start, int y_start);
Dtune_butteraugli.c64 const int x_start = col * block_w; in set_mb_butteraugli_rdmult_scaling() local
71 for (int x = x_start; x < x_start + block_w && x < width; x++) { in set_mb_butteraugli_rdmult_scaling()
82 const int x_end = AOMMIN((x_start >> ss_x) + (block_w >> ss_x), in set_mb_butteraugli_rdmult_scaling()
84 for (int x = x_start >> ss_x; x < x_end; x++) { in set_mb_butteraugli_rdmult_scaling()
Dhash_motion.c339 int block_size, int x_start, int y_start) { in av1_hash_is_horizontal_perfect() argument
341 const uint8_t *p = picture->y_buffer + y_start * stride + x_start; in av1_hash_is_horizontal_perfect()
368 int block_size, int x_start, int y_start) { in av1_hash_is_vertical_perfect() argument
370 const uint8_t *p = picture->y_buffer + y_start * stride + x_start; in av1_hash_is_vertical_perfect()
/external/skia/modules/skparagraph/src/
DDecorations.cpp219 SkScalar x_start = 0; in calculateWaves() local
222 while (x_start + quarterWave * 2 < clip.width()) { in calculateWaves()
227 x_start += quarterWave * 2; in calculateWaves()
232 auto remaining = clip.width() - x_start; in calculateWaves()
/external/webp/src/enc/
Dpredictor_enc.c91 static WEBP_INLINE void PredictBatch(int mode, int x_start, int y, in PredictBatch() argument
94 if (x_start == 0) { in PredictBatch()
102 ++x_start; in PredictBatch()
108 VP8LPredictorsSub[1](current + x_start, NULL, num_pixels, out); in PredictBatch()
110 VP8LPredictorsSub[mode](current + x_start, upper + x_start, num_pixels, in PredictBatch()
257 int x_start, int x_end, int y, int max_quantization, int exact, in GetResidual() argument
260 PredictBatch(mode, x_start, y, x_end - x_start, current_row, upper_row, in GetResidual()
265 for (x = x_start; x < x_end; ++x) { in GetResidual()
309 out[x - x_start] = residual; in GetResidual()
/external/libdav1d/src/riscv/64/
Dcdef16.S97 li t0, -2 # x_start
145 sh1add a0, t5, a0 # tmp += y_start * tmp_stride + x_start
146 sh1add a5, t0, a5 # top += x_start
164 sub a0, a0, t6 # tmp -= x_start
171 sh1add a0, t0, a0 # tmp += x_start
191 sub a0, a0, t5 # tmp -= h * tmp_stride + x_start
211 sh1add a0, t0, a0 # tmp += x_start
212 sh1add a6, t0, a6 # bottom += x_start
237 sub a0, a0, t5 # tmp -= y_end * tmp_stride + x_start
Dcdef.S97 li t0, -2 # x_start
145 sh1add a0, t5, a0 # tmp += y_start * tmp_stride + x_start
148 sub t5, t1, t0 # x_end - x_start
165 sub a0, a0, t6 # tmp -= x_start
172 sh1add a0, t0, a0 # tmp += x_start
193 sub a0, a0, t5 # tmp -= h * tmp_stride + x_start
214 sh1add a0, t0, a0 # tmp += x_start
215 add a6, a6, t0 # bottom += x_start
241 sub a0, a0, t5 # tmp -= y_end * tmp_stride + x_start
/external/tensorflow/tensorflow/core/kernels/image/
Dresize_area_op_test.cc117 int64_t x_start = std::floor(in_x); in ResizeAreaBaseline() local
125 for (int64_t j = x_start; j < x_end; ++j) { in ResizeAreaBaseline()
/external/mesa3d/src/nouveau/vulkan/
Dnvk_cmd_dispatch.c394 assert(qmd_size_layout.y_start == qmd_size_layout.x_start + 32); in mme_store_qmd_dispatch_size()
398 qmd_size_layout.x_start / 8, in mme_store_qmd_dispatch_size()
404 mme_imm64(qmd_size_layout.x_start / 8)); in mme_store_qmd_dispatch_size()
Dnvk_cmd_indirect.c355 assert(qmd_layout.x_start % 32 == 0); in build_process_cs_cmd_seq()
356 assert(qmd_layout.y_start == qmd_layout.x_start + 32); in build_process_cs_cmd_seq()
357 assert(qmd_layout.z_start == qmd_layout.x_start + 64); in build_process_cs_cmd_seq()
360 qmd_repl[qmd_layout.x_start / 32] = disp_size_x; in build_process_cs_cmd_seq()
/external/mesa3d/src/nouveau/compiler/
Dnak.h241 uint16_t x_start, x_end; member
/external/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/src/qnnpack/
Dpack.h469 size_t x_start, in pytorch_pack_q8dw_3d_w_dilation() argument
486 for (size_t x = x_start; x < x_end; x++) { in pytorch_pack_q8dw_3d_w_dilation()
510 size_t x_start, in pytorch_pack_q8dw_2d_w_dilation() argument
526 x_start, in pytorch_pack_q8dw_2d_w_dilation()
/external/mesa3d/bin/ci/
Dci_gantt_chart.py120 x_start="Start",
/external/libvpx/vp9/common/
Dvp9_reconinter.c160 const int x_start = (-xd->mb_to_left_edge >> (3 + pd->subsampling_x)); in build_inter_predictors() local
177 scaled_buffer_offset(x_start + x, y_start + y, pre_buf->stride, sf); in build_inter_predictors()
/external/deqp/external/openglcts/modules/glesext/geometry_shader/
DesextcGeometryShaderRendering.cpp1745 int x_start = 0; in verify() local
1755 x_start = 1 /* px */; in verify()
1761 x_start = 5 /* px */; in verify()
1767 x_start = 5 /* px */; in verify()
1773 x_start = 1 /* px */; in verify()
1788 x = x_start + n_point * 7 /* pixel block size */; in verify()
1796 x = x_start + index * 7 /* pixel block size */; in verify()
/external/pytorch/torch/testing/_internal/
Dtriton_utils.py257 x_start = xid * X_BLOCK_SIZE
259 x_offsets = x_start + tl.arange(0, X_BLOCK_SIZE)
/external/ComputeLibrary/src/cpu/kernels/depthwiseconv2d/generic/neon/
Dimpl.cpp46 const uint32_t x_start; member
67 x_start(w.x().start()), in DepthwiseConvolutionRunInfo()
175 uint32_t x = run_info.x_start; in depthwise_loop_multiplier1_fp()
379 size_t x = run_info.x_start; in depthwise_loop_multiplier1_quantized()

12