Searched refs:coeff0 (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/skia/src/opts/
H A DSkBitmapProcState_arm_neon.cpp125 int16x4_t coeffs, coeff0, coeff1, coeff2, coeff3; local
127 coeff0 = vreinterpret_s16_u8(vtbl1_u8(vreinterpret_u8_s16(coeffs), coeff_mask0));
142 int32x4_t p0 = vmull_s16(p0_src, coeff0);
165 int16x4_t coeff0, coeff1, coeff2; local
168 coeff0 = vreinterpret_s16_u8(vtbl1_u8(vreinterpret_u8_u16(coeffs), coeff_mask0));
176 int32x4_t p0 = vmull_s16(vget_low_s16(p01_16), coeff0);
415 int16x4_t coeffs, coeff0, coeff1, coeff2, coeff3; local
418 coeff0 = vreinterpret_s16_u8(vtbl1_u8(vreinterpret_u8_s16(coeffs), coeff_mask0));
432 p0 = vmull_s16(vget_low_s16(p01_16), coeff0); \
452 int16x4_t coeffs, coeff0, coeff local
[all...]
/external/skia/src/opts/
H A DSkBitmapProcState_arm_neon.cpp125 int16x4_t coeffs, coeff0, coeff1, coeff2, coeff3; local
127 coeff0 = vreinterpret_s16_u8(vtbl1_u8(vreinterpret_u8_s16(coeffs), coeff_mask0));
142 int32x4_t p0 = vmull_s16(p0_src, coeff0);
165 int16x4_t coeff0, coeff1, coeff2; local
168 coeff0 = vreinterpret_s16_u8(vtbl1_u8(vreinterpret_u8_u16(coeffs), coeff_mask0));
176 int32x4_t p0 = vmull_s16(vget_low_s16(p01_16), coeff0);
415 int16x4_t coeffs, coeff0, coeff1, coeff2, coeff3; local
418 coeff0 = vreinterpret_s16_u8(vtbl1_u8(vreinterpret_u8_s16(coeffs), coeff_mask0));
432 p0 = vmull_s16(vget_low_s16(p01_16), coeff0); \
452 int16x4_t coeffs, coeff0, coeff local
[all...]
/external/chromium_org/third_party/libwebp/dsp/
H A Denc_sse2.c813 __m128i coeff0, coeff8; local
832 coeff0 = _mm_xor_si128(in0, sign0);
834 coeff0 = _mm_sub_epi16(coeff0, sign0);
841 coeff0 = _mm_add_epi16(coeff0, sharpen0);
849 const __m128i coeff_iQ0H = _mm_mulhi_epu16(coeff0, iq0);
850 const __m128i coeff_iQ0L = _mm_mullo_epi16(coeff0, iq0);
/external/webp/src/dsp/
H A Denc_sse2.c813 __m128i coeff0, coeff8; local
832 coeff0 = _mm_xor_si128(in0, sign0);
834 coeff0 = _mm_sub_epi16(coeff0, sign0);
841 coeff0 = _mm_add_epi16(coeff0, sharpen0);
849 const __m128i coeff_iQ0H = _mm_mulhi_epu16(coeff0, iq0);
850 const __m128i coeff_iQ0L = _mm_mullo_epi16(coeff0, iq0);
/external/chromium_org/third_party/libwebp/enc/
H A Dquant.c606 const uint32_t coeff0 = (sign ? -in[j] : in[j]) + mtx->sharpen_[j]; local
607 int level0 = QUANTDIV(coeff0, iQ, B);
643 const int new_error = coeff0 - level * Q;
645 kWeightTrellis[j] * (new_error * new_error - coeff0 * coeff0);
/external/webp/src/enc/
H A Dquant.c606 const uint32_t coeff0 = (sign ? -in[j] : in[j]) + mtx->sharpen_[j]; local
607 int level0 = QUANTDIV(coeff0, iQ, B);
643 const int new_error = coeff0 - level * Q;
645 kWeightTrellis[j] * (new_error * new_error - coeff0 * coeff0);

Completed in 335 milliseconds