Searched refs:eob_d32 (Results 1 – 1 of 1) sorted by relevance
36 uint32x2_t eob_d32; in vp8_fast_quantize_b_neon() local77 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()