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