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

  /external/webp/src/dsp/
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 292 uint32_t argb, argb1, new_red; local
313 "lw %[argb1], 4(%[src]) \n\t"
315 "sw %[argb1], 4(%[dst]) \n\t"
318 "precrq.qb.ph %[temp3], %[argb], %[argb1] \n\t"
324 "precrq.ph.w %[new_red], %[argb], %[argb1] \n\t"
325 "ins %[argb1], %[argb], 16, 16 \n\t"
329 "addu.ph %[argb1], %[argb1], %[temp3] \n\t"
337 "addu.ph %[argb1], %[argb1], %[temp4] \n\t
    [all...]
  /frameworks/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/fpdfapi/render/
cpdf_dibsource.cpp 789 FX_ARGB argb1 = ArgbEncode(255, FXSYS_round(R * 255), FXSYS_round(G * 255), local
791 if (argb0 != 0xFF000000 || argb1 != 0xFFFFFFFF) {
793 SetPaletteArgb(1, argb1);
    [all...]
  /external/libyuv/files/source/
row_msa.cc 136 #define ARGBTOY(argb0, argb1, argb2, argb3, const0, const1, const2, shift, \
142 vec0_m = (v16u8)__msa_pckev_h((v8i16)argb1, (v8i16)argb0); \
144 vec2_m = (v16u8)__msa_pckod_h((v8i16)argb1, (v8i16)argb0); \
158 #define READ_ARGB(s_ptr, t_ptr, argb0, argb1, argb2, argb3) \
203 argb1 = (v16u8)__msa_pckev_b((v16i8)reg1_m, (v16i8)reg0_m); \
245 #define ARGBTOUV(argb0, argb1, argb2, argb3, const0, const1, const2, const3, \
251 vec0_m = (v16u8)__msa_vshf_b(shf0, (v16i8)argb1, (v16i8)argb0); \
253 vec2_m = (v16u8)__msa_vshf_b(shf1, (v16i8)argb1, (v16i8)argb0); \
255 vec4_m = (v16u8)__msa_vshf_b(shf2, (v16i8)argb1, (v16i8)argb0); \
257 vec6_m = (v16u8)__msa_vshf_b(shf3, (v16i8)argb1, (v16i8)argb0);
    [all...]

Completed in 419 milliseconds