Lines Matching full:brief
27 * \brief JPEG encoding API
46 * \brief JPEG Encoding Picture Parameter Buffer Structure
53 /** \brief holds reconstructed picture. */
55 /** \brief picture width. */
57 /** \brief picture height. */
59 /** \brief holds coded data. */
63 * \brief pic_flags
69 * \brief profile:
74 * \brief progressive:
79 * \brief huffman:
84 * \brief interleaved:
89 * \brief differential:
97 /** \brief number of bits per sample. */
99 /** \brief total number of scans in image. */
101 /** \brief number of image components in frame. */
103 /** \brief Component identifier (Ci). */
105 /** \brief Quantization table selector (Tqi). */
107 /** \brief number from 1 to 100 that specifies quality of image. */
114 * \brief Slice parameter for JPEG encoding.
120 /** \brief Restart interval definition (Ri). */
122 /** \brief number of image components in a scan. */
125 /** \brief Scan component selector (Csj). */
127 /** \brief DC entropy coding table selector (Tdj). */
129 /** \brief AC entropy coding table selector (Taj). */
135 * \brief Quantization table for JPEG encoding.
140 /** \brief load luma quantization table. */
142 /** \brief load chroma quantization table. */
144 /** \brief luma quantization table. */
146 /** \brief chroma quantization table. */