HomeSort by relevance Sort by last modified time
    Searched refs:argb1 (Results 1 - 5 of 5) sorted by null

  /external/webp/src/dsp/
alpha_processing_sse2.c 156 const __m128i argb1 = _mm_unpacklo_epi8(argb0, zero); \
157 const __m128i alpha0 = _mm_and_si128(argb1, MASK); \
163 const __m128i argb2 = _mm_mulhi_epu16(argb1, scale0); \
164 const __m128i argb3 = _mm_mullo_epi16(argb1, scale1); \
234 const __m128i argb1 = _mm_unpacklo_epi8(argb0, zero); local
235 const __m128i tmp0 = _mm_shufflelo_epi16(argb1, _MM_SHUFFLE(3, 3, 3, 3));
240 const __m128i argb2 = _mm_mulhi_epu16(argb1, scale0);
241 const __m128i argb3 = _mm_mullo_epi16(argb1, scale1);
lossless_enc_mips_dsp_r2.c 84 uint32_t argb, argb1, new_red, new_red1; local
105 "lw %[argb1], 4(%[data]) \n\t"
108 "precrq.qb.ph %[temp3], %[argb], %[argb1] \n\t"
109 "precr.qb.ph %[temp4], %[argb], %[argb1] \n\t"
121 "ins %[argb1], %[argb], 16, 16 \n\t"
126 "subu.ph %[argb1], %[argb1], %[temp3] \n\t"
128 "subu.ph %[argb1], %[argb1], %[temp4] \n\t"
129 "preceu.ph.qbra %[temp3], %[argb1] \n\t
    [all...]
lossless_mips_dsp_r2.c 286 uint32_t argb, argb1, new_red; local
307 "lw %[argb1], 4(%[data]) \n\t"
309 "precrq.qb.ph %[temp3], %[argb], %[argb1] \n\t"
315 "precrq.ph.w %[new_red], %[argb], %[argb1] \n\t"
316 "ins %[argb1], %[argb], 16, 16 \n\t"
320 "addu.ph %[argb1], %[argb1], %[temp3] \n\t"
328 "addu.ph %[argb1], %[argb1], %[temp4] \n\t"
329 "preceu.ph.qbra %[temp3], %[argb1] \n\t
    [all...]
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
Bitmap_Delegate.java 583 int[] argb1 = new int[w*h]; local
586 image1.getRGB(0, 0, w, h, argb1, 0, w);
594 if ((argb1[i] & 0xFF000000) != (argb2[i] & 0xFF000000)) {
601 return Arrays.equals(argb1, argb2);
  /external/pdfium/core/src/fpdfapi/fpdf_render/
fpdf_render_loadimage.cpp 884 FX_ARGB argb1 = ArgbEncode(255, FXSYS_round(R * 255), FXSYS_round(G * 255), local
886 if (argb0 != 0xFF000000 || argb1 != 0xFFFFFFFF) {
888 SetPaletteArgb(1, argb1);
    [all...]

Completed in 225 milliseconds