Home
last modified time | relevance | path

Searched refs:cx1 (Results 1 – 12 of 12) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dscpr.c270 int *cx, int *cx1) in decode_units() argument
275 ret = decode_unit(s, &s->pixel_model[0][*cx + *cx1], 400, r); in decode_units()
279 *cx1 = (*cx << 6) & 0xFC0; in decode_units()
281 ret = decode_unit(s, &s->pixel_model[1][*cx + *cx1], 400, g); in decode_units()
285 *cx1 = (*cx << 6) & 0xFC0; in decode_units()
287 ret = decode_unit(s, &s->pixel_model[2][*cx + *cx1], 400, b); in decode_units()
291 *cx1 = (*cx << 6) & 0xFC0; in decode_units()
301 int cx = 0, cx1 = 0, k = 0; in decompress_i() local
311 ret = decode_units(s, &r, &g, &b, &cx, &cx1); in decompress_i()
345 ret = decode_units(s, &r, &g, &b, &cx, &cx1); in decompress_i()
[all …]
Dscpr.h83 uint32_t backstep, int off, int *cx, int *cx1) in decode_run_i() argument
212 *cx1 = (clr & 0x3F00) >> 2; in decode_run_i()
215 *cx1 = (clr & 0xFC00) >> 4; in decode_run_i()
228 int *cx, int *cx1) in decode_run_p() argument
355 *cx1 = (clr & 0x3F00) >> 2; in decode_run_p()
358 *cx1 = (clr & 0xFC00) >> 4; in decode_run_p()
Dscpr3.c894 int *cx, int *cx1) in decode_units3() argument
899 ret = decode_unit3(s, &s->pixel_model3[0][*cx + *cx1], rc->code & 0xFFF, red); in decode_units3()
903 *cx1 = (*cx << 6) & 0xFC0; in decode_units3()
906 ret = decode_unit3(s, &s->pixel_model3[1][*cx + *cx1], rc->code & 0xFFF, green); in decode_units3()
910 *cx1 = (*cx << 6) & 0xFC0; in decode_units3()
913 ret = decode_unit3(s, &s->pixel_model3[2][*cx + *cx1], rc->code & 0xFFF, blue); in decode_units3()
917 *cx1 = (*cx << 6) & 0xFC0; in decode_units3()
934 int cx = 0, cx1 = 0, k = 0; in decompress_i3() local
944 ret = decode_units3(s, &r, &g, &b, &cx, &cx1); in decompress_i3()
985 ret = decode_units3(s, &r, &g, &b, &cx, &cx1); in decompress_i3()
[all …]
/third_party/python/Lib/test/
Daudit-tests.py397 cx1 = sqlite3.connect(":memory:")
402 cx1.enable_load_extension(False)
404 cx1.load_extension("test")
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_query/
DvktRayQueryMiscTests.cpp704 const float cx1 = (p0.x() + p1.x() + p2.x()) / 3.0f; in createSurface() local
711 s.emplace_back(cx1, cy1, cz1); s.emplace_back(cx1, cy1, cz1); s.emplace_back(cx1, cy1, cz1); in createSurface()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_query/
DvktRayQueryMiscTests.cpp704 const float cx1 = (p0.x() + p1.x() + p2.x()) / 3.0f; in createSurface() local
711 s.emplace_back(cx1, cy1, cz1); s.emplace_back(cx1, cy1, cz1); s.emplace_back(cx1, cy1, cz1); in createSurface()
/third_party/skia/third_party/externals/imgui/
Dimstb_truetype.h826 stbtt_vertex_type x,y,cx,cy,cx1,cy1; member
1888 …pe, stbtt_int32 x, stbtt_int32 y, stbtt_int32 cx, stbtt_int32 cy, stbtt_int32 cx1, stbtt_int32 cy1) in stbtt__csctx_v() argument
1894 stbtt__track_vertex(c, cx1, cy1); in stbtt__csctx_v()
1898 c->pvertices[c->num_vertices].cx1 = (stbtt_int16) cx1; in stbtt__csctx_v()
1927 float cx1 = ctx->x + dx1; in stbtt__csctx_rccurve_to() local
1929 float cx2 = cx1 + dx2; in stbtt__csctx_rccurve_to()
1933 …stbtt__csctx_v(ctx, STBTT_vcubic, (int)ctx->x, (int)ctx->y, (int)cx1, (int)cy1, (int)cx2, (int)cy2… in stbtt__csctx_rccurve_to()
3516 vertices[i].cx1, vertices[i].cy1, in stbtt_FlattenCurves()
/third_party/mesa3d/src/imgui/
Dimstb_truetype.h826 stbtt_vertex_type x,y,cx,cy,cx1,cy1; member
1888 …pe, stbtt_int32 x, stbtt_int32 y, stbtt_int32 cx, stbtt_int32 cy, stbtt_int32 cx1, stbtt_int32 cy1) in stbtt__csctx_v() argument
1894 stbtt__track_vertex(c, cx1, cy1); in stbtt__csctx_v()
1898 c->pvertices[c->num_vertices].cx1 = (stbtt_int16) cx1; in stbtt__csctx_v()
1927 float cx1 = ctx->x + dx1; in stbtt__csctx_rccurve_to() local
1929 float cx2 = cx1 + dx2; in stbtt__csctx_rccurve_to()
1933 …stbtt__csctx_v(ctx, STBTT_vcubic, (int)ctx->x, (int)ctx->y, (int)cx1, (int)cy1, (int)cx2, (int)cy2… in stbtt__csctx_rccurve_to()
3516 vertices[i].cx1, vertices[i].cy1, in stbtt_FlattenCurves()
/third_party/flutter/skia/third_party/externals/imgui/
Dimstb_truetype.h810 stbtt_vertex_type x,y,cx,cy,cx1,cy1; member
1872 …pe, stbtt_int32 x, stbtt_int32 y, stbtt_int32 cx, stbtt_int32 cy, stbtt_int32 cx1, stbtt_int32 cy1) in stbtt__csctx_v() argument
1878 stbtt__track_vertex(c, cx1, cy1); in stbtt__csctx_v()
1882 c->pvertices[c->num_vertices].cx1 = (stbtt_int16) cx1; in stbtt__csctx_v()
1911 float cx1 = ctx->x + dx1; in stbtt__csctx_rccurve_to() local
1913 float cx2 = cx1 + dx2; in stbtt__csctx_rccurve_to()
1917 …stbtt__csctx_v(ctx, STBTT_vcubic, (int)ctx->x, (int)ctx->y, (int)cx1, (int)cy1, (int)cx2, (int)cy2… in stbtt__csctx_rccurve_to()
3490 vertices[i].cx1, vertices[i].cy1, in stbtt_FlattenCurves()
/third_party/freetype/src/raster/
Dftraster.c1596 Cubic_To( RAS_ARGS Long cx1, in Cubic_To() argument
1612 arc[2].x = cx1; in Cubic_To()
/third_party/skia/third_party/externals/freetype/src/raster/
Dftraster.c1596 Cubic_To( RAS_ARGS Long cx1, in Cubic_To() argument
1612 arc[2].x = cx1; in Cubic_To()
/third_party/flutter/skia/third_party/externals/freetype/src/raster/
Dftraster.c1622 Cubic_To( RAS_ARGS Long cx1, in Cubic_To() argument
1636 ras.arc[2].x = cx1; in Cubic_To()