/third_party/mesa3d/src/mesa/main/ |
D | viewport.c | 613 subpixel_precision_bias(struct gl_context *ctx, GLuint xbits, GLuint ybits) in subpixel_precision_bias() argument 616 _mesa_debug(ctx, "glSubpixelPrecisionBiasNV(%u, %u)\n", xbits, ybits); in subpixel_precision_bias() 620 ctx->SubpixelPrecisionBias[0] = xbits; in subpixel_precision_bias() 628 _mesa_SubpixelPrecisionBiasNV_no_error(GLuint xbits, GLuint ybits) in _mesa_SubpixelPrecisionBiasNV_no_error() argument 633 _mesa_debug(ctx, "glSubpixelPrecisionBiasNV(%u, %u)\n", xbits, ybits); in _mesa_SubpixelPrecisionBiasNV_no_error() 635 subpixel_precision_bias(ctx, xbits, ybits); in _mesa_SubpixelPrecisionBiasNV_no_error() 639 _mesa_SubpixelPrecisionBiasNV(GLuint xbits, GLuint ybits) in _mesa_SubpixelPrecisionBiasNV() argument 644 _mesa_debug(ctx, "glSubpixelPrecisionBiasNV(%u, %u)\n", xbits, ybits); in _mesa_SubpixelPrecisionBiasNV() 654 if (xbits > ctx->Const.MaxSubpixelPrecisionBiasBits) { in _mesa_SubpixelPrecisionBiasNV() 664 subpixel_precision_bias(ctx, xbits, ybits); in _mesa_SubpixelPrecisionBiasNV()
|
D | viewport.h | 108 _mesa_SubpixelPrecisionBiasNV_no_error(GLuint xbits, GLuint ybits); 111 _mesa_SubpixelPrecisionBiasNV(GLuint xbits, GLuint ybits);
|
/third_party/flutter/skia/third_party/externals/libwebp/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 | 598 void VP8LBundleColorMap_C(const uint8_t* const row, int width, int xbits, in VP8LBundleColorMap_C() argument 601 if (xbits > 0) { in VP8LBundleColorMap_C() 602 const int bit_depth = 1 << (3 - xbits); in VP8LBundleColorMap_C() 603 const int mask = (1 << xbits) - 1; in VP8LBundleColorMap_C() 611 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()
|
/third_party/skia/third_party/externals/libwebp/src/dsp/ |
D | lossless_enc.c | 617 void VP8LBundleColorMap_C(const uint8_t* const row, int width, int xbits, in VP8LBundleColorMap_C() argument 620 if (xbits > 0) { in VP8LBundleColorMap_C() 621 const int bit_depth = 1 << (3 - xbits); in VP8LBundleColorMap_C() 622 const int mask = (1 << xbits) - 1; in VP8LBundleColorMap_C() 630 dst[x >> xbits] = code; in VP8LBundleColorMap_C()
|
D | lossless.h | 230 int xbits, uint32_t* dst); 232 void VP8LBundleColorMap_C(const uint8_t* const row, int width, int xbits,
|
D | lossless_enc_sse2.c | 338 static void BundleColorMap_SSE2(const uint8_t* const row, int width, int xbits, in BundleColorMap_SSE2() argument 341 assert(xbits >= 0); in BundleColorMap_SSE2() 342 assert(xbits <= 3); in BundleColorMap_SSE2() 343 switch (xbits) { in BundleColorMap_SSE2() 396 assert(xbits == 3); in BundleColorMap_SSE2() 409 VP8LBundleColorMap_C(row + x, width - x, xbits, dst); in BundleColorMap_SSE2()
|
/third_party/ffmpeg/libavcodec/ |
D | ivi.c | 136 codes_per_row = 1 << cb->xbits[i]; in ivi_create_huff_from_desc() 138 prefix = ((1 << i) - 1) << (cb->xbits[i] + not_last_row); in ivi_create_huff_from_desc() 144 bits[pos] = i + cb->xbits[i] + not_last_row; in ivi_create_huff_from_desc() 193 memcpy(dst->xbits, src->xbits, src->num_rows); in ivi_huff_desc_copy() 207 memcmp(desc1->xbits, desc2->xbits, desc1->num_rows); in ivi_huff_desc_cmp() 233 new_huff.xbits[i] = get_bits(gb, 4); in ff_ivi_dec_huff_desc()
|
D | ivi.h | 57 uint8_t xbits[16]; member
|
/third_party/openGLES/extensions/NV/ |
D | NV_conservative_raster.txt | 62 void SubpixelPrecisionBiasNV(uint xbits, uint ybits); 92 void SubpixelPrecisionBiasNV(uint xbits, uint ybits); 97 _BITS_NV are zero. If <xbits> or <ybits> are greater than the value of 190 INVALID_VALUE is generated by SubpixelPrecisionBiasNV if <xbits> or
|
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/ |
D | NV_conservative_raster.txt | 62 void SubpixelPrecisionBiasNV(uint xbits, uint ybits); 92 void SubpixelPrecisionBiasNV(uint xbits, uint ybits); 97 _BITS_NV are zero. If <xbits> or <ybits> are greater than the value of 190 INVALID_VALUE is generated by SubpixelPrecisionBiasNV if <xbits> or
|
/third_party/boost/libs/beast/test/extern/zlib-1.2.11/ |
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);
|
/third_party/skia/third_party/externals/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);
|
/third_party/node/deps/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);
|
/third_party/libwebsockets/win32port/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);
|
/third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/ |
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);
|
/third_party/flutter/skia/third_party/externals/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);
|
/third_party/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);
|
/third_party/flutter/skia/third_party/externals/libwebp/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()
|
/third_party/skia/third_party/externals/libwebp/src/enc/ |
D | vp8l_enc.c | 1552 VP8LBundleColorMap(tmp_row, width, xbits, dst); \ 1565 int width, int height, int xbits) { in ApplyPalette() argument 1634 int xbits; in MapImageFromPalette() local 1639 xbits = (palette_size <= 2) ? 3 : 2; in MapImageFromPalette() 1641 xbits = (palette_size <= 16) ? 1 : 0; in MapImageFromPalette() 1644 err = AllocateTransformBuffer(enc, VP8LSubSampleSize(width, xbits), height); in MapImageFromPalette() 1649 palette, palette_size, width, height, xbits); in MapImageFromPalette()
|
/third_party/boost/boost/beast/zlib/detail/ |
D | deflate_stream.ipp | 776 int xbits; // extra bits 798 xbits = 0; 800 xbits = extra[n-base]; 802 opt_len_ += (std::uint32_t)f * (bits + xbits); 804 static_len_ += (std::uint32_t)f * (stree[n].dl + xbits);
|
/third_party/boost/libs/beast/include/boost/beast/zlib/detail/ |
D | deflate_stream.ipp | 776 int xbits; // extra bits 798 xbits = 0; 800 xbits = extra[n-base]; 802 opt_len_ += (std::uint32_t)f * (bits + xbits); 804 static_len_ += (std::uint32_t)f * (stree[n].dl + xbits);
|
/third_party/mesa3d/include/GLES2/ |
D | gl2ext.h | 2616 typedef void (GL_APIENTRYP PFNGLSUBPIXELPRECISIONBIASNVPROC) (GLuint xbits, GLuint ybits); 2618 GL_APICALL void GL_APIENTRY glSubpixelPrecisionBiasNV (GLuint xbits, GLuint ybits);
|
/third_party/skia/third_party/externals/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);
|