Searched defs:input_32 (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/libvpx/vpx_dsp/arm/ |
H A D | fdct4x4_neon.h | 20 const int16x8_t input_32 = vcombine_s16(in[3], in[2]); in vpx_fdct4x4_pass1_neon() local 51 const int16x8_t input_32 = vcombine_s16(in[3], in[2]); in vpx_fdct4x4_pass2_neon() local
|
/aosp_15_r20/external/libaom/aom_dsp/arm/ |
H A D | fwd_txfm_neon.c | 36 const int16x8_t input_32 = vcombine_s16(*input_3, *input_2); in aom_fdct4x4_helper() local
|
/aosp_15_r20/packages/modules/NeuralNetworks/runtime/test/ |
D | TestValidateModel.cpp | 2638 const uint32_t input_32[] = {91, 92, 93, 16, 16, 16, 16, 11, 11, 11, 0}; in TEST_F() local
|