Home | History | Annotate | Download | only in va

Lines Matching full:brief

27  * \brief The H.264 encoding API
57 * \brief Marks the last picture in the sequence.
63 * \brief Marks the last picture in the stream.
71 * \brief Packed header types specific to H.264 encoding.
84 * \brief Packed Sequence Parameter Set (SPS).
93 * \brief Packed Picture Parameter Set (PPS).
102 * \brief Packed slice header.
115 * \brief Packed Supplemental Enhancement Information (SEI).
127 * \brief Sequence parameter for H.264 encoding in baseline, main & high
147 /** \brief Same as the H.264 bitstream syntax element. */
149 /** \brief Same as the H.264 bitstream syntax element. */
151 /** \brief Period between I frames. */
153 /** \brief Period between IDR frames. */
155 /** \brief Period between I/P frames. */
158 * \brief Initial bitrate set for this sequence in CBR or VBR modes.
169 /** \brief Same as the H.264 bitstream syntax element. */
171 /** \brief Picture width in macroblocks. */
173 /** \brief Picture height in macroblocks. */
178 /** \brief Same as the H.264 bitstream syntax element. */
180 /** \brief Same as the H.264 bitstream syntax element. */
182 /** \brief Same as the H.264 bitstream syntax element. */
184 /** \brief Same as the H.264 bitstream syntax element. */
186 /** \brief Same as the H.264 bitstream syntax element. */
188 /** \brief Same as the H.264 bitstream syntax element. */
190 /** \brief Same as the H.264 bitstream syntax element. */
192 /** \brief Same as the H.264 bitstream syntax element. */
194 /** \brief Same as the H.264 bitstream syntax element. */
200 /** \brief Same as the H.264 bitstream syntax element. */
202 /** \brief Same as the H.264 bitstream syntax element. */
207 /** \brief Same as the H.264 bitstream syntax element. */
209 /** \brief Same as the H.264 bitstream syntax element. */
211 /** \brief Same as the H.264 bitstream syntax element. */
213 /** \brief Same as the H.264 bitstream syntax element. */
219 /** \brief Same as the H.264 bitstream syntax element. */
221 /** \brief Same as the H.264 bitstream syntax element. */
223 /** \brief Same as the H.264 bitstream syntax element. */
225 /** \brief Same as the H.264 bitstream syntax element. */
227 /** \brief Same as the H.264 bitstream syntax element. */
233 /** \brief Same as the H.264 bitstream syntax element. */
237 /** \brief Same as the H.264 bitstream syntax element. */
239 /** \brief Same as the H.264 bitstream syntax element. */
241 /** \brief Same as the H.264 bitstream syntax element. */
243 /** \brief Range: 0 to 16, inclusive. */
245 /** \brief Range: 0 to 16, inclusive. */
250 /** \brief Same as the H.264 bitstream syntax element. */
252 /** \brief Same as the H.264 bitstream syntax element. */
254 /** \brief Same as the H.264 bitstream syntax element. */
256 /** \brief Same as the H.264 bitstream syntax element. */
258 /** \brief Same as the H.264 bitstream syntax element. */
264 * \brief Picture parameter for H.264 encoding in baseline, main & high
285 * \brief Information about the picture to be encoded.
293 * \brief Decoded Picture Buffer (DPB).
302 * \brief Output encoded bitstream.
310 /** \brief The picture parameter set referred to in the slice header. */
312 /** \brief The active sequence parameter set. Range: 0 to 31, inclusive. */
316 * \brief OR'd flags describing whether the picture is the last one or not.
324 /** \brief The picture identifier.
329 /** \brief \c pic_init_qp_minus26 + 26. */
331 /** \brief Maximum reference index for reference picture list 0.
335 /** \brief Maximum reference index for reference picture list 1.
340 /** \brief Range: -12 to 12, inclusive. */
342 /** \brief Range: -12 to 12, inclusive. */
347 /** \brief Is picture an IDR picture? */
349 /** \brief Is picture a reference picture? */
351 /** \brief Selects CAVLC (0) or CABAC (1) entropy coding mode. */
353 /** \brief Is weighted prediction applied to P slices? */
355 /** \brief Range: 0 to 2, inclusive. */
357 /** \brief Same as the H.264 bitstream syntax element. */
359 /** \brief Same as the H.264 bitstream syntax element. */
361 /** \brief Same as the H.264 bitstream syntax element. */
363 /** \brief Same as the H.264 bitstream syntax element. */
365 /** \brief Same as the H.264 bitstream syntax element. */
367 /** \brief Same as the H.264 bitstream syntax element. */
375 * \brief Slice parameter for H.264 encoding in baseline, main & high profiles.
397 /** \brief Starting MB address for this slice. */
399 /** \brief
402 * \brief Per-MB encoder configuration buffer, or \c VA_INVALID_ID.
414 /** \brief Slice type.
418 /** \brief Same as the H.264 bitstream syntax element. */
420 /** \brief Same as the H.264 bitstream syntax element. */
425 /** \brief The picture order count modulo MaxPicOrderCntLsb. */
427 /** \brief Valid if \c pic_order_present_flag and this is a bottom field. */
432 /** \brief [0]: top, [1]: bottom. */
443 /** \brief Specifies if
449 /** \brief Maximum reference index for reference picture list 0.
453 /** \brief Maximum reference index for reference picture list 1.
457 /** \brief Reference picture list 0 (for P slices). */
459 /** \brief Reference picture list 1 (for B slices). */
465 /** \brief Same as the H.264 bitstream syntax element. */
467 /** \brief Same as the H.264 bitstream syntax element. */
469 /** \brief Same as the H.264 bitstream syntax element. */
471 /** \brief Same as the H.264 bitstream syntax element. */
473 /** \brief Same as the H.264 bitstream syntax element. */
475 /** \brief Same as the H.264 bitstream syntax element. */
477 /** \brief Same as the H.264 bitstream syntax element. */
479 /** \brief Same as the H.264 bitstream syntax element. */
481 /** \brief Same as the H.264 bitstream syntax element. */
483 /** \brief Same as the H.264 bitstream syntax element. */
485 /** \brief Same as the H.264 bitstream syntax element. */
487 /** \brief Same as the H.264 bitstream syntax element. */
489 /** \brief Same as the H.264 bitstream syntax element. */
491 /** \brief Same as the H.264 bitstream syntax element. */
495 /** \brief Range: 0 to 2, inclusive. */
497 /** \brief Same as the H.264 bitstream syntax element. */
501 /** \brief Range: 0 to 2, inclusive. */
503 /** \brief Same as the H.264 bitstream syntax element. */
505 /** \brief Same as the H.264 bitstream syntax element. */
519 /** \brief References macroblock in the top-left corner. */
521 /** \brief References macroblock above the current macroblock. */
523 /** \brief References macroblock in the top-right corner. */
525 /** \brief References macroblock on the left of the current macroblock. */
530 * \brief Macroblock parameter for H.264 encoding in baseline, main & high
541 * \brief Quantization parameter.
555 * \brief Flag specified to override MB neighbour
564 * \brief Bitwise representation of which macroblocks
590 * \brief H.264 Mutiview Coding(MVC) Sequence Parameter Buffer
594 /** brief Basic common sequence parameter */
597 /** brief Plus 1 specify the max number of views
602 /** brief Specify the view information in all layers */
604 /** \brief The current view identifier. */
606 /** \brief Specifies the number of view components for inter-view
611 /** \brief Specifies the view_id for inter-view prediction in
615 /** \brief Specifies the number of view components for inter-view
620 /** \brief Specifies the view_id for inter-view prediction in
624 /** \brief Specifies the number of view components for inter-view
629 /** \brief Specifies the view_id for inter-view prediction in
633 /** \brief Specifies the number of view components for inter-view
638 /** \brief Specifies the view_id for inter-view prediction in
644 /** brief Plus 1 specifies the number of level values
649 /** brief Level values operation for a set of the operation
653 /** \brief Specifies the level value signalled for the coded video sequence */
656 /** \brief Plus 1 specifies the number of operation points to
661 /** \brief Represent the specific operation to the view in the video sequence */
663 /** \brief Specify a temporal identifier for the NAL unit */
665 /** \brief Specify the number of the views whose level value will be modified */
667 /** \brief Specify the views whose level value will be modified */
669 /** \brief Specify the number of views whose level value can be modified */
678 * \brief H.264 Multiview Coding(MVC) Picture Parameter Buffer
683 /** brief Basic common picture parameter */
686 /** brief Specifes the view id for current picture */
689 /** brief Specifes whether the picture is one anchor picture */
692 /** brief Specifes whether inter view reference frame
700 * \brief This structure holds luma Qp per 16x16 macroblock. Buffer size shall be
707 /** \brief Bitstream writer attribute types specific to H.264 encoding. */
710 * \brief Flag: specifies whether to insert emulation prevention
719 * \brief Allocates a new H.264 bitstream writer.
742 * \brief Destroys an H.264 bitstream writer.
750 * \brief Writes an unsigned integer as \c ue(v).
763 * \brief Writes a signed integer as \c se(v).
776 * \brief Helper function to write trailing bits into the bitstream.