Searched refs:dst01_s16 (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/libwebp/dsp/
H A Denc_neon.c73 const int16x8_t dst01_s16 = ConvertU8ToS16(dst01); local
77 const int16x8_t out01 = vrsraq_n_s16(dst01_s16, row01, 3);
H A Ddec_neon.c426 const int16x8_t dst01_s16 = ConvertU8ToS16(dst01); local
430 const int16x8_t out01 = vrsraq_n_s16(dst01_s16, row01, 3);
/external/webp/src/dsp/
H A Denc_neon.c73 const int16x8_t dst01_s16 = ConvertU8ToS16(dst01); local
77 const int16x8_t out01 = vrsraq_n_s16(dst01_s16, row01, 3);
H A Ddec_neon.c426 const int16x8_t dst01_s16 = ConvertU8ToS16(dst01); local
430 const int16x8_t out01 = vrsraq_n_s16(dst01_s16, row01, 3);

Completed in 1257 milliseconds