Home
last modified time | relevance | path

Searched refs:input7h (Results 1 – 2 of 2) sorted by relevance

/external/libvpx/libvpx/vpx_dsp/arm/
Dhighbd_idct_neon.h240 input7h; in idct8x8_64_half1d_bd12() local
256 input7h = vget_high_s32(*io7); in idct8x8_64_half1d_bd12()
275 t64[1] = vmlsl_lane_s32(t64[1], input7h, vget_low_s32(cospis1), 0); in idct8x8_64_half1d_bd12()
281 t64[7] = vmlal_lane_s32(t64[7], input7h, vget_high_s32(cospis1), 1); in idct8x8_64_half1d_bd12()
Didct_neon.h424 input7h; in idct8x8_64_1d_bd8_kernel() local
437 input7h = vget_high_s16(io[7]); in idct8x8_64_1d_bd8_kernel()
456 t32[1] = vmlsl_lane_s16(t32[1], input7h, cospis1, 0); in idct8x8_64_1d_bd8_kernel()
462 t32[7] = vmlal_lane_s16(t32[7], input7h, cospis1, 3); in idct8x8_64_1d_bd8_kernel()