/external/webp/src/dsp/ |
D | lossless.h | 215 int xbits, uint32_t* dst); 217 void VP8LBundleColorMap_C(const uint8_t* const row, int width, int xbits,
|
D | lossless_enc.c | 593 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()
|
D | lossless_enc_sse2.c | 359 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/ |
D | trees.c | 499 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/ |
D | trees.c | 499 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/ |
D | trees.c | 507 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/ |
D | fp128-i128.ll | 30 ; } xbits; 123 ; hx = ge_u.xbits.expsign; 186 ; u.xbits.manl = 0;
|
/external/webp/src/enc/ |
D | vp8l_enc.c | 1349 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/ |
D | fp128-i128.ll | 31 ; } xbits; 138 ; hx = ge_u.xbits.expsign; 221 ; u.xbits.manl = 0;
|
/external/mesa3d/include/GLES2/ |
D | gl2ext.h | 2472 typedef void (GL_APIENTRYP PFNGLSUBPIXELPRECISIONBIASNVPROC) (GLuint xbits, GLuint ybits); 2474 GL_APICALL void GL_APIENTRY glSubpixelPrecisionBiasNV (GLuint xbits, GLuint ybits);
|
/external/swiftshader/include/GLES2/ |
D | gl2ext.h | 2544 typedef void (GL_APIENTRYP PFNGLSUBPIXELPRECISIONBIASNVPROC) (GLuint xbits, GLuint ybits); 2546 GL_APICALL void GL_APIENTRY glSubpixelPrecisionBiasNV (GLuint xbits, GLuint ybits);
|
/external/swiftshader/include/GL/ |
D | glcorearb.h | 4940 typedef void (APIENTRYP PFNGLSUBPIXELPRECISIONBIASNVPROC) (GLuint xbits, GLuint ybits); 4942 GLAPI void APIENTRY glSubpixelPrecisionBiasNV (GLuint xbits, GLuint ybits);
|
D | glext.h | 9602 typedef void (APIENTRYP PFNGLSUBPIXELPRECISIONBIASNVPROC) (GLuint xbits, GLuint ybits); 9604 GLAPI void APIENTRY glSubpixelPrecisionBiasNV (GLuint xbits, GLuint ybits);
|
/external/mesa3d/include/GL/ |
D | glcorearb.h | 4909 typedef void (APIENTRYP PFNGLSUBPIXELPRECISIONBIASNVPROC) (GLuint xbits, GLuint ybits); 4911 GLAPI void APIENTRY glSubpixelPrecisionBiasNV (GLuint xbits, GLuint ybits);
|
D | glext.h | 9569 typedef void (APIENTRYP PFNGLSUBPIXELPRECISIONBIASNVPROC) (GLuint xbits, GLuint ybits); 9571 GLAPI void APIENTRY glSubpixelPrecisionBiasNV (GLuint xbits, GLuint ybits);
|