Searched defs:out_hi (Results 1 - 1 of 1) sorted by relevance
/external/libvpx/libvpx/vp9/encoder/arm/neon/ | ||
H A D | vp9_variance_neon.c | 151 const uint8x8_t out_hi = vrshrn_n_u16(d, FILTER_BITS); local 152 vst1q_u8(&output_ptr[j], vcombine_u8(out_lo, out_hi)); |
Completed in 112 milliseconds