Home
last modified time | relevance | path

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

/external/libaom/av1/common/x86/
Dhighbd_inv_txfm_avx2.c413 const int out_shift, in idct32_stage9_avx2()
444 int bd, int out_shift) { in idct32_low1_avx2()
511 int bd, int out_shift) { in idct32_low8_avx2()
624 int bd, int out_shift) { in idct32_low16_avx2()
774 int out_shift) { in idct32_avx2()
1156 int bd, int out_shift) { in idct16_low1_avx2()
1207 int bd, int out_shift) { in idct16_low8_avx2()
1354 int out_shift) { in idct16_avx2()
1537 int bd, int out_shift) { in iadst16_low1_avx2()
1715 int bd, int out_shift) { in iadst16_low8_avx2()
[all …]
Dhighbd_inv_txfm_sse4.c402 const int out_shift, in idct32_stage9_sse4_1()
455 int bd, int out_shift) { in idct4x4_sse4_1()
518 int bd, int out_shift) { in iadst4x4_sse4_1()
698 int bd, int out_shift) { in iidentity4_sse4_1()
870 int bd, int out_shift) { in idct8x8_sse4_1()
992 int bd, int out_shift) { in iadst8x8_sse4_1()
1313 int bd, int out_shift) { in iidentity8_sse4_1()
1486 int bd, int out_shift) { in idct8x8_low1_sse4_1()
1528 int bd, int out_shift) { in idct8x8_new_sse4_1()
1640 int do_cols, int bd, int out_shift) { in iadst8x8_low1_sse4_1()
[all …]
/external/libaom/av1/common/arm/
Dhighbd_inv_txfm_neon.c528 const int out_shift, in idct32_stage9_neon()
581 int bd, int out_shift) { in idct4x4_neon()
627 int bd, int out_shift) { in iadst4x4_neon()
829 int bd, int out_shift) { in iidentity4_neon()
1001 int bd, int out_shift) { in idct8x8_neon()
1108 int bd, int out_shift) { in iadst8x8_neon()
1360 int bd, int out_shift) { in iidentity8_neon()
1539 int do_cols, int bd, int out_shift) { in idct8x8_low1_neon()
1575 int do_cols, int bd, int out_shift) { in idct8x8_new_neon()
1662 int do_cols, int bd, int out_shift) { in iadst8x8_low1_neon()
[all …]
/external/ComputeLibrary/src/cpu/kernels/depthwiseconv2d/generic/neon/
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
/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()
/external/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()
/external/cronet/third_party/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()
/external/armnn/third-party/stb/
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()