Home
last modified time | relevance | path

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

/external/webp/src/dsp/
Denc_neon.c117 const int16x8_t E_tmp = vqsubq_s16(D0, D1); // a-d | b-c in TransformPass_NEON() local
118 const int16x8_t E1 = vcombine_s16(vget_high_s16(E_tmp), vget_low_s16(E_tmp)); in TransformPass_NEON()
Ddec_neon.c1038 const int16x8_t E_tmp = vqsubq_s16(D0, D1); // a-d | b-c in TransformPass_NEON() local
1039 const int16x8_t E1 = vcombine_s16(vget_high_s16(E_tmp), vget_low_s16(E_tmp)); in TransformPass_NEON()