Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp8/encoder/arm/neon/
Dfastquantizeb_neon.c20 const int16x8_t one_q = vdupq_n_s16(-1), z0 = vld1q_s16(b->coeff), in vp8_fast_quantize_b_neon() local
64 eob0 = vtstq_s16(x0, one_q); in vp8_fast_quantize_b_neon()
65 eob1 = vtstq_s16(x1, one_q); in vp8_fast_quantize_b_neon()