Home | History | Annotate | Download | only in va

Lines Matching full:brief

27  * \brief The JPEG decoding API
50 * \brief Picture parameter for JPEG decoding.
56 /** \brief Picture width in pixels. */
58 /** \brief Picture height in pixels. */
62 /** \brief Component identifier (Ci). */
64 /** \brief Horizontal sampling factor (Hi). */
66 /** \brief Vertical sampling factor (Vi). */
68 /* \brief Quantization table selector (Tqi). */
71 /** \brief Number of components in frame (Nf). */
73 /** \brief Input color space 0: YUV, 1: RGB, 2: BGR, others: reserved */
75 /** \brief Set to VA_ROTATION_* for a single rotation angle reported by VAConfigAttribDecJPEG. */
80 * \brief Quantization table for JPEG decoding.
92 /** \brief Specifies which #quantiser_table is valid. */
94 /** \brief Quanziation tables indexed by table identifier (Tqi). */
99 * \brief Huffman table for JPEG decoding.
111 /** \brief Specifies which #huffman_table is valid. */
113 /** \brief Huffman tables indexed by table identifier (Th). */
117 /** \brief Number of Huffman codes of length i + 1 (Li). */
119 /** \brief Value associated with each Huffman code (Vij). */
124 /** \brief Number of Huffman codes of length i + 1 (Li). */
126 /** \brief Value associated with each Huffman code (Vij). */
128 /** \brief Padding to 4-byte boundaries. Must be set to zero. */
135 * \brief Slice parameter for JPEG decoding.
144 /** \brief Number of bytes in the slice data buffer for this slice. */
146 /** \brief The offset to the first byte of the first MCU. */
148 /** \brief Slice data buffer flags. See \c VA_SLICE_DATA_FLAG_xxx. */
152 /** \brief Scan horizontal position. */
154 /** \brief Scan vertical position. */
158 /** \brief Scan component selector (Csj). */
160 /** \brief DC entropy coding table selector (Tdj). */
162 /** \brief AC entropy coding table selector (Taj). */
165 /** \brief Number of components in scan (Ns). */
168 /** \brief Restart interval definition (Ri). */
170 /** \brief Number of MCUs in a scan. */