Home
last modified time | relevance | path

Searched refs:xbits (Results 1 – 7 of 7) sorted by relevance

/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/dsp/
A Dlossless.h215 int xbits, uint32_t* dst);
217 void VP8LBundleColorMap_C(const uint8_t* const row, int width, int xbits,
A Dlossless_enc.c593 void VP8LBundleColorMap_C(const uint8_t* const row, int width, int xbits, in VP8LBundleColorMap_C() argument
596 if (xbits > 0) { in VP8LBundleColorMap_C()
597 const int bit_depth = 1 << (3 - xbits); in VP8LBundleColorMap_C()
598 const int mask = (1 << xbits) - 1; in VP8LBundleColorMap_C()
606 dst[x >> xbits] = code; in VP8LBundleColorMap_C()
A Dlossless_enc_sse2.c359 static void BundleColorMap_SSE2(const uint8_t* const row, int width, int xbits, in BundleColorMap_SSE2() argument
362 assert(xbits >= 0); in BundleColorMap_SSE2()
363 assert(xbits <= 3); in BundleColorMap_SSE2()
364 switch (xbits) { in BundleColorMap_SSE2()
417 assert(xbits == 3); in BundleColorMap_SSE2()
430 VP8LBundleColorMap_C(row + x, width - x, xbits, dst); in BundleColorMap_SSE2()
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/
A Dtrees.c499 int xbits; /* extra bits */ local
520 xbits = 0;
521 if (n >= base) xbits = extra[n-base];
523 s->opt_len += (ulg)f * (unsigned)(bits + xbits);
524 if (stree) s->static_len += (ulg)f * (unsigned)(stree[n].Len + xbits);
/AliOS-Things-master/components/py_engine/external/unzip/src/
A Dtrees.c507 int xbits; /* extra bits */ local
528 xbits = 0;
529 if (n >= base) xbits = extra[n-base];
531 s->opt_len += (ulg)f * (bits + xbits);
532 if (stree) s->static_len += (ulg)f * (stree[n].Len + xbits);
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/enc/
A Dvp8l_enc.c1349 VP8LBundleColorMap(tmp_row, width, xbits, dst); \
1362 int width, int height, int xbits) { in ApplyPalette() argument
1431 int xbits; in MapImageFromPalette() local
1436 xbits = (palette_size <= 2) ? 3 : 2; in MapImageFromPalette()
1438 xbits = (palette_size <= 16) ? 1 : 0; in MapImageFromPalette()
1441 err = AllocateTransformBuffer(enc, VP8LSubSampleSize(width, xbits), height); in MapImageFromPalette()
1446 palette, palette_size, width, height, xbits); in MapImageFromPalette()
/AliOS-Things-master/components/SDL2/src/video/khronos/GLES2/
A Dgl2ext.h2491 typedef void (GL_APIENTRYP PFNGLSUBPIXELPRECISIONBIASNVPROC) (GLuint xbits, GLuint ybits);
2493 GL_APICALL void GL_APIENTRY glSubpixelPrecisionBiasNV (GLuint xbits, GLuint ybits);

Completed in 37 milliseconds