Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp8/encoder/arm/neon/
Dfastquantizeb_neon.c36 uint32x2_t eob_d32; in vp8_fast_quantize_b_neon() local
77 eob_d32 = vmax_u32(vget_low_u32(eob_q32), vget_high_u32(eob_q32)); in vp8_fast_quantize_b_neon()
78 eob_d32 = vpmax_u32(eob_d32, eob_d32); in vp8_fast_quantize_b_neon()
88 vst1_lane_s8((int8_t *)d->eob, vreinterpret_s8_u32(eob_d32), 0); in vp8_fast_quantize_b_neon()