Lines Matching +full:top +full:- +full:left
1 .. SPDX-License-Identifier: GPL-2.0
6 Non-compressed file format
7 --------------------------
20 The Y plane is divided into blocks of 16x16 pixels from left to right
21 and from top to bottom. Each block is transmitted in turn, line-by-line.
23 So the first 16 bytes are the first line of the top-left block, the
24 second 16 bytes are the second line of the top-left block, etc. After
28 The UV plane is divided into blocks of 16x8 UV values going from left
29 to right, top to bottom. Each block is transmitted in turn, line-by-line.
31 So the first 16 bytes are the first line of the top-left block and
33 second line of 8 UV pairs of the top-left block, etc. After transmitting
50 .. code-block:: c
68 // Each block in transmitted in turn, line-by-line.
87 // Each block in transmitted in turn, line-by-line.
118 exit(-1);
133 ---------------------------------------------------------
139 embedded in an MPEG-2 program stream. This format is in part dictated by some
156 'itv0': After this magic number two unsigned longs follow. Bits 0-17 of the first
157 unsigned long denote which lines of the first field are captured. Bits 18-31 of
158 the first unsigned long and bits 0-3 of the second unsigned long are used for the
173 .. code-block:: c
175 #define IVTV_SLICED_TYPE_TELETEXT 0x1 // Teletext (uses lines 6-22 for PAL)