Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp8/encoder/arm/neon/
Dfastquantizeb_neon.c34 uint32x4_t eob_q32; in vp8_fast_quantize_b_neon() local
77 eob_q32 = vmovl_u16(eob_d16); in vp8_fast_quantize_b_neon()
78 eob_d32 = vmax_u32(vget_low_u32(eob_q32), vget_high_u32(eob_q32)); in vp8_fast_quantize_b_neon()