Searched defs:dst01 (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
400 const int16x8_t dst01,
403 const uint8x8_t dst01_u8 = vqmovun_s16(dst01);
415 uint32x2_t dst01 = vdup_n_u32(0); local
419 dst01 = vld1_lane_u32((uint32_t*)(dst + 0 * BPS), dst01, 0);
421 dst01 = vld1_lane_u32((uint32_t*)(dst + 1 * BPS), dst01, 1);
426 const int16x8_t dst01_s16 = ConvertU8ToS16(dst01);
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
47 const int16x8_t dst01,
50 const uint8x8_t dst01_u8 = vqmovun_s16(dst01);
62 uint32x2_t dst01 = vdup_n_u32(0); local
66 dst01 = vld1_lane_u32((uint32_t*)(ref + 0 * BPS), dst01, 0);
68 dst01 = vld1_lane_u32((uint32_t*)(ref + 1 * BPS), dst01, 1);
73 const int16x8_t dst01_s16 = ConvertU8ToS16(dst01);
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
400 const int16x8_t dst01,
403 const uint8x8_t dst01_u8 = vqmovun_s16(dst01);
415 uint32x2_t dst01 = vdup_n_u32(0); local
419 dst01 = vld1_lane_u32((uint32_t*)(dst + 0 * BPS), dst01, 0);
421 dst01 = vld1_lane_u32((uint32_t*)(dst + 1 * BPS), dst01, 1);
426 const int16x8_t dst01_s16 = ConvertU8ToS16(dst01);
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
47 const int16x8_t dst01,
50 const uint8x8_t dst01_u8 = vqmovun_s16(dst01);
62 uint32x2_t dst01 = vdup_n_u32(0); local
66 dst01 = vld1_lane_u32((uint32_t*)(ref + 0 * BPS), dst01, 0);
68 dst01 = vld1_lane_u32((uint32_t*)(ref + 1 * BPS), dst01, 1);
73 const int16x8_t dst01_s16 = ConvertU8ToS16(dst01);
46 SaturateAndStore4x4(uint8_t* const dst, const int16x8_t dst01, const int16x8_t dst23) argument

Completed in 891 milliseconds