Searched defs:scale_input (Results 1 – 8 of 8) sorted by relevance
/aosp_15_r20/external/libvpx/vpx_dsp/arm/ |
H A D | fdct16x16_neon.h | 77 static INLINE void scale_input(const int16x8_t *a /*[16]*/, in scale_input() function
|
H A D | fdct32x32_neon.h | 107 static INLINE void scale_input(const int16x8_t *in /*32*/, in scale_input() function
|
/aosp_15_r20/external/ComputeLibrary/src/cpu/kernels/ |
H A D | CpuGemmLowpQuantizeDownInt32ScaleKernel.cpp | 79 inline void scale_input(int32x4x4_t &in_s32, int32x4_t result_offset_s32, int32_t result_mult_int) in scale_input() function
|
/aosp_15_r20/external/libdav1d/src/arm/64/ |
H A D | itx16.S | 114 .macro scale_input sz, c, r0, r1, r2 r3, r4, r5, r6, r7 macro
|
H A D | itx.S | 143 .macro scale_input sz, c, r0, r1, r2 r3, r4, r5, r6, r7 macro
|
/aosp_15_r20/external/libdav1d/src/arm/32/ |
H A D | itx.S | 142 .macro scale_input c, r0, r1, r2 r3, r4, r5, r6, r7 macro
|
H A D | itx16.S | 133 .macro scale_input c, r0, r1, r2 r3, r4, r5, r6, r7 macro
|
/aosp_15_r20/external/pytorch/aten/src/ATen/native/quantized/cpu/kernels/ |
H A D | QuantizedOpKernels.cpp | 2731 float* scale_input = (float*)(data[5] + i * strides[5]); local
|