Searched refs:eob_q32 (Results 1 - 1 of 1) sorted by relevance

/external/libvpx/libvpx/vp8/encoder/arm/neon/
H A Dfastquantizeb_neon.c37 uint32x4_t eob_q32; local
76 eob_q32 = vmovl_u16(eob_d16);
77 eob_d32 = vmax_u32(vget_low_u32(eob_q32), vget_high_u32(eob_q32));

Completed in 89 milliseconds