Home
last modified time | relevance | path

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

12

/third_party/mesa3d/src/mesa/main/
Dviewport.c613 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()
Dviewport.h108 _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/
Dlossless.h215 int xbits, uint32_t* dst);
217 void VP8LBundleColorMap_C(const uint8_t* const row, int width, int xbits,
Dlossless_enc.c598 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()
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()
/third_party/skia/third_party/externals/libwebp/src/dsp/
Dlossless_enc.c617 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()
Dlossless.h230 int xbits, uint32_t* dst);
232 void VP8LBundleColorMap_C(const uint8_t* const row, int width, int xbits,
Dlossless_enc_sse2.c338 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/
Divi.c136 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()
Divi.h57 uint8_t xbits[16]; member
/third_party/openGLES/extensions/NV/
DNV_conservative_raster.txt62 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/
DNV_conservative_raster.txt62 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/
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);
/third_party/skia/third_party/externals/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);
/third_party/node/deps/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);
/third_party/libwebsockets/win32port/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);
/third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/
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);
/third_party/flutter/skia/third_party/externals/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);
/third_party/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);
/third_party/flutter/skia/third_party/externals/libwebp/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()
/third_party/skia/third_party/externals/libwebp/src/enc/
Dvp8l_enc.c1552 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/
Ddeflate_stream.ipp776 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/
Ddeflate_stream.ipp776 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/
Dgl2ext.h2616 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/
Dgl2ext.h2544 typedef void (GL_APIENTRYP PFNGLSUBPIXELPRECISIONBIASNVPROC) (GLuint xbits, GLuint ybits);
2546 GL_APICALL void GL_APIENTRY glSubpixelPrecisionBiasNV (GLuint xbits, GLuint ybits);

12