Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp8/encoder/arm/neon/
Dfastquantizeb_neon.c32 uint16x4_t eob_d16; in vp8_fast_quantize_b_neon() local
76 eob_d16 = vmax_u16(vget_low_u16(eob0), vget_high_u16(eob0)); in vp8_fast_quantize_b_neon()
77 eob_q32 = vmovl_u16(eob_d16); in vp8_fast_quantize_b_neon()