Searched defs:dst23 (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/libwebp/dsp/
H A Ddec_neon.c397 // Performs unsigned 8b saturation on 'dst01' and 'dst23' storing the result
401 const int16x8_t dst23) {
404 const uint8x8_t dst23_u8 = vqmovun_s16(dst23);
416 uint32x2_t dst23 = vdup_n_u32(0); local
420 dst23 = vld1_lane_u32((uint32_t*)(dst + 2 * BPS), dst23, 0);
422 dst23 = vld1_lane_u32((uint32_t*)(dst + 3 * BPS), dst23, 1);
427 const int16x8_t dst23_s16 = ConvertU8ToS16(dst23);
399 SaturateAndStore4x4(uint8_t* const dst, const int16x8_t dst01, const int16x8_t dst23) argument
H A Denc_neon.c44 // Performs unsigned 8b saturation on 'dst01' and 'dst23' storing the result
48 const int16x8_t dst23) {
51 const uint8x8_t dst23_u8 = vqmovun_s16(dst23);
63 uint32x2_t dst23 = vdup_n_u32(0); local
67 dst23 = vld1_lane_u32((uint32_t*)(ref + 2 * BPS), dst23, 0);
69 dst23 = vld1_lane_u32((uint32_t*)(ref + 3 * BPS), dst23, 1);
74 const int16x8_t dst23_s16 = ConvertU8ToS16(dst23);
46 SaturateAndStore4x4(uint8_t* const dst, const int16x8_t dst01, const int16x8_t dst23) argument
/external/webp/src/dsp/
H A Ddec_neon.c397 // Performs unsigned 8b saturation on 'dst01' and 'dst23' storing the result
401 const int16x8_t dst23) {
404 const uint8x8_t dst23_u8 = vqmovun_s16(dst23);
416 uint32x2_t dst23 = vdup_n_u32(0); local
420 dst23 = vld1_lane_u32((uint32_t*)(dst + 2 * BPS), dst23, 0);
422 dst23 = vld1_lane_u32((uint32_t*)(dst + 3 * BPS), dst23, 1);
427 const int16x8_t dst23_s16 = ConvertU8ToS16(dst23);
399 SaturateAndStore4x4(uint8_t* const dst, const int16x8_t dst01, const int16x8_t dst23) argument
H A Denc_neon.c44 // Performs unsigned 8b saturation on 'dst01' and 'dst23' storing the result
48 const int16x8_t dst23) {
51 const uint8x8_t dst23_u8 = vqmovun_s16(dst23);
63 uint32x2_t dst23 = vdup_n_u32(0); local
67 dst23 = vld1_lane_u32((uint32_t*)(ref + 2 * BPS), dst23, 0);
69 dst23 = vld1_lane_u32((uint32_t*)(ref + 3 * BPS), dst23, 1);
74 const int16x8_t dst23_s16 = ConvertU8ToS16(dst23);
46 SaturateAndStore4x4(uint8_t* const dst, const int16x8_t dst01, const int16x8_t dst23) argument

Completed in 133 milliseconds