Home
last modified time | relevance | path

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

/aosp_15_r20/external/libvpx/vpx_dsp/arm/
H A Dfdct16x16_neon.h77 static INLINE void scale_input(const int16x8_t *a /*[16]*/, in scale_input() function
H A Dfdct32x32_neon.h107 static INLINE void scale_input(const int16x8_t *in /*32*/, in scale_input() function
/aosp_15_r20/external/ComputeLibrary/src/cpu/kernels/
H A DCpuGemmLowpQuantizeDownInt32ScaleKernel.cpp79 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 Ditx16.S114 .macro scale_input sz, c, r0, r1, r2 r3, r4, r5, r6, r7 macro
H A Ditx.S143 .macro scale_input sz, c, r0, r1, r2 r3, r4, r5, r6, r7 macro
/aosp_15_r20/external/libdav1d/src/arm/32/
H A Ditx.S142 .macro scale_input c, r0, r1, r2 r3, r4, r5, r6, r7 macro
H A Ditx16.S133 .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 DQuantizedOpKernels.cpp2731 float* scale_input = (float*)(data[5] + i * strides[5]); local