Home
last modified time | relevance | path

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

/external/webp/src/dsp/
Dlossless.h215 int xbits, uint32_t* dst);
217 void VP8LBundleColorMap_C(const uint8_t* const row, int width, int xbits,
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()
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()
/external/python/cpython2/Modules/zlib/
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);
/external/zlib/src/
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);
/external/u-boot/lib/zlib/
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);
/external/llvm/test/CodeGen/X86/
Dfp128-i128.ll30 ; } xbits;
123 ; hx = ge_u.xbits.expsign;
186 ; u.xbits.manl = 0;
/external/webp/src/enc/
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()
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/
Dfp128-i128.ll31 ; } xbits;
138 ; hx = ge_u.xbits.expsign;
221 ; u.xbits.manl = 0;
/external/mesa3d/include/GLES2/
Dgl2ext.h2472 typedef void (GL_APIENTRYP PFNGLSUBPIXELPRECISIONBIASNVPROC) (GLuint xbits, GLuint ybits);
2474 GL_APICALL void GL_APIENTRY glSubpixelPrecisionBiasNV (GLuint xbits, GLuint ybits);
/external/swiftshader/include/GLES2/
Dgl2ext.h2544 typedef void (GL_APIENTRYP PFNGLSUBPIXELPRECISIONBIASNVPROC) (GLuint xbits, GLuint ybits);
2546 GL_APICALL void GL_APIENTRY glSubpixelPrecisionBiasNV (GLuint xbits, GLuint ybits);
/external/swiftshader/include/GL/
Dglcorearb.h4940 typedef void (APIENTRYP PFNGLSUBPIXELPRECISIONBIASNVPROC) (GLuint xbits, GLuint ybits);
4942 GLAPI void APIENTRY glSubpixelPrecisionBiasNV (GLuint xbits, GLuint ybits);
Dglext.h9602 typedef void (APIENTRYP PFNGLSUBPIXELPRECISIONBIASNVPROC) (GLuint xbits, GLuint ybits);
9604 GLAPI void APIENTRY glSubpixelPrecisionBiasNV (GLuint xbits, GLuint ybits);
/external/mesa3d/include/GL/
Dglcorearb.h4909 typedef void (APIENTRYP PFNGLSUBPIXELPRECISIONBIASNVPROC) (GLuint xbits, GLuint ybits);
4911 GLAPI void APIENTRY glSubpixelPrecisionBiasNV (GLuint xbits, GLuint ybits);
Dglext.h9569 typedef void (APIENTRYP PFNGLSUBPIXELPRECISIONBIASNVPROC) (GLuint xbits, GLuint ybits);
9571 GLAPI void APIENTRY glSubpixelPrecisionBiasNV (GLuint xbits, GLuint ybits);