Home
last modified time | relevance | path

Searched refs:strips (Results 1 – 25 of 141) sorted by relevance

123456

/third_party/ffmpeg/libavcodec/
Dcinepak.c69 cvid_strip strips[MAX_STRIPS]; member
388 s->strips[i].id = s->data[0]; in cinepak_decode()
390 if (!(s->strips[i].y1 = AV_RB16 (&s->data[4]))) in cinepak_decode()
391 s->strips[i].y2 = (s->strips[i].y1 = y0) + AV_RB16 (&s->data[8]); in cinepak_decode()
393 s->strips[i].y2 = AV_RB16 (&s->data[8]); in cinepak_decode()
394 s->strips[i].x1 = AV_RB16 (&s->data[6]); in cinepak_decode()
395 s->strips[i].x2 = AV_RB16 (&s->data[10]); in cinepak_decode()
397 if (s->strips[i].id == 0x10) in cinepak_decode()
407 memcpy (s->strips[i].v4_codebook, s->strips[i-1].v4_codebook, in cinepak_decode()
408 sizeof(s->strips[i].v4_codebook)); in cinepak_decode()
[all …]
Dtiffenc.c62 int strips; ///< number of strips member
254 uint32_t strips; in encode_frame() local
330 strips = (s->height - 1) / s->rps + 1; in encode_frame()
356 if (strips > INT_MAX / FFMAX(sizeof(s->strip_sizes[0]), sizeof(s->strip_offsets[0]))) { in encode_frame()
360 …st_padded_mallocz(&s->strip_sizes , &s->strip_sizes_size , sizeof(s->strip_sizes [0]) * strips); in encode_frame()
361 …st_padded_mallocz(&s->strip_offsets, &s->strip_offsets_size, sizeof(s->strip_offsets[0]) * strips); in encode_frame()
463 ADD_ENTRY(s, TIFF_STRIP_OFFS, TIFF_LONG, strips, s->strip_offsets); in encode_frame()
469 ADD_ENTRY(s, TIFF_STRIP_SIZE, TIFF_LONG, strips, s->strip_sizes); in encode_frame()
Dtiff.c94 int strips, rps, sstype; member
868 if (s->strips > 1) { in tiff_unpack_strip()
1397 s->strips = count; in tiff_decode_tag()
1398 if (s->strips == 1) in tiff_decode_tag()
1411 s->strips = 1; in tiff_decode_tag()
1415 s->strips = count; in tiff_decode_tag()
1920 …has_strip_bits = s->strippos || s->strips || s->stripoff || s->rps || s->sot || s->sstype || s->st… in decode_frame()
1934 if (s->strips == 1 && !s->stripsize) { in decode_frame()
/third_party/vk-gl-cts/external/openglcts/docs/specs/
DCTS_EXT_texture_filter_anisotropic.txt63 Generate high contrast texture (vertical strips) with at least two
72 strips will be smoother. It means that total sum of absolute
DCTS_ARB_shader_draw_parameters.txt70 drawing commands to draw triangle strips. Use different parameters
/third_party/vk-gl-cts/doc/testspecs/GLES31/
Dfunctional.draw_indirect.txt26 - Points, triangles, triangle strips, triangle fans, lines, line
27 strips, line loops
/third_party/node/deps/npm/node_modules/npm-normalize-package-bin/
DREADME.md13 Also strips out weird dots and slashes to prevent accidental and/or
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/
DNV_primitive_restart.txt44 feature is to draw a mesh with many triangle strips, though primitive
72 * Are primitives other than triangle strips supported?
76 heightfield uses a number of triangle strips, one for each row of
91 Two strips Four fans (centers marked '*')
DNV_geometry_program4.txt71 adjacency, line strips with adjacency, separate triangles with adjacency,
72 and triangle strips with adjacency. Some of the vertices specified in
75 line segment end points (lines/strips) or the three triangle edges
205 Line strips with adjacency are similar to line strips, except that each
217 Line strips with adjacency are generated by calling Begin with the
314 Figure X.3 Triangle strips with adjacency. The vertices connected with
321 Triangle strips with adjacency are similar to triangle strips, except that
326 In triangle strips with adjacency, n triangles are drawn using 2 * (n+2) +
345 Table X.1: Triangles generated by triangle strips with adjacency.
359 Triangle strips with adjacency are generated by calling Begin with the
[all …]
/third_party/openGLES/extensions/NV/
DNV_primitive_restart.txt44 feature is to draw a mesh with many triangle strips, though primitive
72 * Are primitives other than triangle strips supported?
76 heightfield uses a number of triangle strips, one for each row of
91 Two strips Four fans (centers marked '*')
DNV_representative_fragment_test.txt51 arranged in lists, strips, or fans, the representative fragment test is
125 rendering multiple points, lines, or triangles arranged in lists, strips,
DNV_geometry_program4.txt71 adjacency, line strips with adjacency, separate triangles with adjacency,
72 and triangle strips with adjacency. Some of the vertices specified in
75 line segment end points (lines/strips) or the three triangle edges
205 Line strips with adjacency are similar to line strips, except that each
217 Line strips with adjacency are generated by calling Begin with the
314 Figure X.3 Triangle strips with adjacency. The vertices connected with
321 Triangle strips with adjacency are similar to triangle strips, except that
326 In triangle strips with adjacency, n triangles are drawn using 2 * (n+2) +
345 Table X.1: Triangles generated by triangle strips with adjacency.
359 Triangle strips with adjacency are generated by calling Begin with the
[all …]
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/
DGLU_EXT_nurbs_tessellator.txt84 strips and returned back to the application through a callback
202 tessellated into a sequence of primitives such as lines, triangles and triangle strips,
217 into triangles and triangle strips and these polygon primitives are retrieved back
219 of the patches and trim curves are generated as a sequence of line strips and can be
/third_party/openGLES/extensions/EXT/
DGLU_EXT_nurbs_tessellator.txt84 strips and returned back to the application through a callback
202 tessellated into a sequence of primitives such as lines, triangles and triangle strips,
217 into triangles and triangle strips and these polygon primitives are retrieved back
219 of the patches and trim curves are generated as a sequence of line strips and can be
/third_party/openGLES/extensions/SUN/
DSUN_triangle_list.txt35 TRIANGLE_FAN. For multiple, consecutive triangle strips or
40 Many surface tessellators produce triangle strips with very few
45 efficient tessellation--one with fewer vertices--by mixing strips
54 triangle strips and fans to be specified within the same Begin/End
56 extension also provides the means to switch between triangle strips
300 within a single triangle list to draw triangle strips, triangle
/third_party/skia/third_party/externals/opengl-registry/extensions/SUN/
DSUN_triangle_list.txt35 TRIANGLE_FAN. For multiple, consecutive triangle strips or
40 Many surface tessellators produce triangle strips with very few
45 efficient tessellation--one with fewer vertices--by mixing strips
54 triangle strips and fans to be specified within the same Begin/End
56 extension also provides the means to switch between triangle strips
300 within a single triangle list to draw triangle strips, triangle
/third_party/skia/third_party/externals/opengl-registry/extensions/IGLOO/
DIGLOO_swap_triangle_strip_vertex_pointerXXX.txt62 Triangle strips. second paragraph
63 The state required to support triangle strips consists of a flag
/third_party/openGLES/extensions/IGLOO/
DIGLOO_swap_triangle_strip_vertex_pointerXXX.txt62 Triangle strips. second paragraph
63 The state required to support triangle strips consists of a flag
/third_party/vk-gl-cts/doc/testspecs/GLES2/
Dfunctional.rasterization.txt29 + Individual triangles, triangle strips and triangle fans
/third_party/libinput/doc/user/
Dtablet-support.rst30 Buttons, rings or strips on the physical tablet hardware (the "pad") are
318 similarly adjusted. The origin of the ring and strips remain the top-most
353 functionality to buttons, rings or strips based on the mode. It is up to the
354 caller to decide whether the mode only applies to buttons, rings and strips
355 or only to rings and strips (this is the case with the Wacom OS X and
372 left set of buttons, strips, and touch rings and one for the right set.
/third_party/openssl/doc/man3/
DDH_generate_key.pod34 The padding style is RFC 5246 (8.1.2) that strips leading zero bytes.
/third_party/boost/tools/build/notes/
Drelative_source_paths.txt16 processed by Qt tools. V2 currently strips directory name from all targets,
/third_party/python/Tools/pynche/
DREADME138 strips". Each strip contains a number of "color chips". The
139 strips always indicate the currently selected color by a highlight
166 color selected in the variation strips, along with its X11 color
262 the variation strips specified by the check boxes labeled "Move
/third_party/mesa3d/docs/relnotes/
D10.1.1.rst192 - st/mesa: drop the lowering of quad strips to triangle strips
/third_party/node/deps/npm/node_modules/byline/
DREADME.md62 `byline` supports `pipe` (though it strips the line endings, of course).

123456