Home
last modified time | relevance | path

Searched defs:input_0 (Results 1 – 3 of 3) sorted by relevance

/external/libvpx/libvpx/vpx_dsp/arm/
Dfdct_neon.c24 int16x4_t input_0 = vshl_n_s16(vld1_s16(input + 0 * stride), 4); in vpx_fdct4x4_neon() local
Dfwd_txfm_neon.c23 int16x8_t input_0 = vshlq_n_s16(vld1q_s16(&input[0 * stride]), 2); in vpx_fdct8x8_neon() local
/external/libvpx/libvpx/vp9/encoder/x86/
Dtemporal_filter_sse4.c146 __m128i input_0, input_1; in average_16() local