HomeSort by relevance Sort by last modified time
    Searched full:argb0 (Results 1 - 9 of 9) sorted by null

  /external/webp/src/dsp/
alpha_processing_sse2.c 157 const __m128i argb0 = _mm_loadu_si128((const __m128i*)&(RGBX)); \
158 const __m128i argb1_lo = _mm_unpacklo_epi8(argb0, zero); \
159 const __m128i argb1_hi = _mm_unpackhi_epi8(argb0, zero); \
  /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) \
202 argb0 = (v16u8)__msa_pckev_b((v16i8)reg9_m, (v16i8)reg8_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...]
row_neon.cc     [all...]
row_neon64.cc     [all...]
  /external/pdfium/core/fpdfapi/render/
cpdf_dibsource.cpp 768 FX_ARGB argb0 = ArgbEncode(255, FXSYS_round(R * 255), FXSYS_round(G * 255), local
776 if (argb0 != 0xFF000000 || argb1 != 0xFFFFFFFF) {
777 SetPaletteArgb(0, argb0);
    [all...]
  /external/libvpx/libvpx/third_party/libyuv/include/libyuv/
planar_functions.h 372 // Subtract ARGB image (argb1) from ARGB image (argb0). Saturates to 0.
  /external/libyuv/files/include/libyuv/
planar_functions.h 575 // Subtract ARGB image (argb1) from ARGB image (argb0). Saturates to 0.
  /external/libvpx/libvpx/third_party/libyuv/source/
row_neon.cc     [all...]
row_neon64.cc     [all...]

Completed in 1131 milliseconds