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

  /external/python/cpython2/Lib/plat-irix5/
CL_old.py 30 RGBX = 1
58 elif f in (RGBX, RGBA):
76 elif f == RGBX:
77 return 'RGBX'
jpeg.py 26 format = cl.RGBX
54 format = cl.RGBX
  /external/webp/src/dsp/
alpha_processing_neon.c 46 uint32_t* const rgbx = (uint32_t*)rgba; local
51 uint8x8x4_t RGBX = vld4_u8((const uint8_t*)(rgbx + i));
52 MULTIPLY_BY_ALPHA(RGBX, 0, 3);
53 vst4_u8((uint8_t*)(rgbx + i), RGBX);
57 uint8x8x4_t RGBX = vld4_u8((const uint8_t*)(rgbx + i));
58 MULTIPLY_BY_ALPHA(RGBX, 3, 0);
59 vst4_u8((uint8_t*)(rgbx + i), RGBX)
    [all...]
alpha_processing_sse2.c 156 #define APPLY_ALPHA(RGBX, SHUFFLE) do { \
157 const __m128i argb0 = _mm_loadu_si128((const __m128i*)&(RGBX)); \
174 _mm_storeu_si128((__m128i*)&(RGBX), A3); \
184 uint32_t* const rgbx = (uint32_t*)rgba; local
188 APPLY_ALPHA(rgbx[i], _MM_SHUFFLE(2, 3, 3, 3));
192 APPLY_ALPHA(rgbx[i], _MM_SHUFFLE(0, 0, 0, 1));
  /external/python/cpython2/Lib/plat-irix6/
jpeg.py 26 format = cl.RGBX
54 format = cl.RGBX

Completed in 354 milliseconds