Home
last modified time | relevance | path

Searched defs:out_shift (Results 1 – 15 of 15) sorted by relevance

/aosp_15_r20/external/executorch/backends/cadence/hifi/operators/
H A Dquantized_linear_out.cpp36 const Tensor& out_shift, in _quantized_linear_asym8u()
81 const Tensor& out_shift, in _quantized_linear_asym8s()
126 int64_t out_shift, in _quantized_linear_per_tensor_asym8u()
174 int64_t out_shift, in _quantized_linear_per_tensor_asym8s()
223 const Tensor& out_shift, in quantized_linear_out()
265 int64_t out_shift, in quantized_linear_per_tensor_out()
/aosp_15_r20/external/libaom/av1/common/arm/
H A Dhighbd_inv_txfm_neon.c489 const int out_shift, in idct32_stage9_neon()
541 int bd, int out_shift) { in idct4x4_neon()
590 int bd, int out_shift) { in iadst4x4_neon()
793 int bd, int out_shift) { in iidentity4_neon()
972 int bd, int out_shift) { in idct8x8_neon()
1078 int bd, int out_shift) { in iadst8x8_neon()
1330 int bd, int out_shift) { in iidentity8_neon()
1498 int do_cols, int bd, int out_shift) { in idct8x8_low1_neon()
1534 int do_cols, int bd, int out_shift) { in idct8x8_new_neon()
1620 int do_cols, int bd, int out_shift) { in iadst8x8_low1_neon()
[all …]
/aosp_15_r20/external/libaom/av1/common/x86/
H A Dhighbd_inv_txfm_sse4.c403 const int out_shift, in idct32_stage9_sse4_1()
456 int bd, int out_shift) { in idct4x4_sse4_1()
514 int bd, int out_shift) { in iadst4x4_sse4_1()
688 int bd, int out_shift) { in iidentity4_sse4_1()
864 int bd, int out_shift) { in idct8x8_sse4_1()
986 int bd, int out_shift) { in iadst8x8_sse4_1()
1307 int bd, int out_shift) { in iidentity8_sse4_1()
1471 int bd, int out_shift) { in idct8x8_low1_sse4_1()
1513 int bd, int out_shift) { in idct8x8_new_sse4_1()
1625 int do_cols, int bd, int out_shift) { in iadst8x8_low1_sse4_1()
[all …]
H A Dhighbd_inv_txfm_avx2.c412 const int out_shift, in idct32_stage9_avx2()
443 int bd, int out_shift) { in idct32_low1_avx2()
510 int bd, int out_shift) { in idct32_low8_avx2()
623 int bd, int out_shift) { in idct32_low16_avx2()
773 int out_shift) { in idct32_avx2()
1155 int bd, int out_shift) { in idct16_low1_avx2()
1206 int bd, int out_shift) { in idct16_low8_avx2()
1353 int out_shift) { in idct16_avx2()
1536 int bd, int out_shift) { in iadst16_low1_avx2()
1714 int bd, int out_shift) { in iadst16_low8_avx2()
[all …]
/aosp_15_r20/external/executorch/backends/cadence/reference/operators/
H A Dquantized_relu_out.cpp25 const Tensor& out_shift, in quantized_relu_()
52 const Tensor& out_shift, in quantized_relu_out()
H A Dquantized_linear_out.cpp28 const Tensor& out_shift, in _typed_quantized_linear()
84 const Tensor& out_shift, in quantized_linear_out()
H A Dquantized_matmul_out.cpp65 int64_t out_shift, in _typed_quantized_matmul()
119 int64_t out_shift, in quantized_matmul_out()
H A Dquantized_conv_out.cpp171 const Tensor& out_shift, in quantized_conv_out()
/aosp_15_r20/external/ComputeLibrary/src/cpu/kernels/depthwiseconv2d/generic/neon/
H A Dimpl.cpp428 const int32_t out_shift = output_shift.at(x + i); in depthwise_loop_multiplier1_quantized() local
487 const int32_t out_shift = output_shift.at(x); in depthwise_loop_multiplier1_quantized() local
593 const int32_t out_shift = output_shift.at(id.x() * depth_multiplier + m); in depthwise_loop_generic_quantized() local
630 const auto out_shift = output_shift.at(0); in depthwise_loop_pow2_quantized_per_tensor() local
795 int32_t out_shift = 0; in run_depthwise_quanitized8bit() local
/aosp_15_r20/external/executorch/backends/cadence/hifi/third-party/nnlib/
H A Dmatmul_asym8uxasym8u_asym8u.cpp118 const WORD32* __restrict__ out_shift, in matmul_asym8uxasym8u_asym8u()
/aosp_15_r20/external/boringssl/src/crypto/fipsmodule/bn/
H A Dgcd_extra.c49 static int bn_gcd_consttime(BIGNUM *r, unsigned *out_shift, const BIGNUM *x, in bn_gcd_consttime()
/aosp_15_r20/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/crypto/fipsmodule/bn/
Dgcd_extra.c49 static int bn_gcd_consttime(BIGNUM *r, unsigned *out_shift, const BIGNUM *x, in bn_gcd_consttime()
/aosp_15_r20/external/rust/crates/quiche/deps/boringssl/src/crypto/fipsmodule/bn/
Dgcd_extra.c49 static int bn_gcd_consttime(BIGNUM *r, unsigned *out_shift, const BIGNUM *x, in bn_gcd_consttime()
/aosp_15_r20/external/cronet/third_party/boringssl/src/crypto/fipsmodule/bn/
H A Dgcd_extra.c49 static int bn_gcd_consttime(BIGNUM *r, unsigned *out_shift, const BIGNUM *x, in bn_gcd_consttime()
/aosp_15_r20/external/armnn/third-party/stb/
H A Dstb_image_resize.h1011 …le_range_upsample(int n, float out_filter_radius, float scale_ratio, float out_shift, int* in_firs… in stbir__calculate_sample_range_upsample()
1026 …e_range_downsample(int n, float in_pixels_radius, float scale_ratio, float out_shift, int* out_fir… in stbir__calculate_sample_range_downsample()