hardware/intel/libva
Revisão | 9696ad14be910ee47b7a91891696179942ef2594 (tree) |
---|---|
Hora | 2013-05-28 17:19:09 |
Autor | Jonathan Bian <jonathan.bian@inte...> |
Commiter | Xiang, Haihao |
Added baseline to the list of profiles for the documentation.
@@ -121,7 +121,8 @@ typedef enum { | ||
121 | 121 | } VAEncPackedHeaderTypeH264; |
122 | 122 | |
123 | 123 | /** |
124 | - * \brief Sequence parameter for H.264 encoding in main & high profiles. | |
124 | + * \brief Sequence parameter for H.264 encoding in baseline, main & high | |
125 | + * profiles. | |
125 | 126 | * |
126 | 127 | * This structure holds information for \c seq_parameter_set_data() as |
127 | 128 | * defined by the H.264 specification. |
@@ -257,7 +258,8 @@ typedef struct _VAEncSequenceParameterBufferH264 { | ||
257 | 258 | } VAEncSequenceParameterBufferH264; |
258 | 259 | |
259 | 260 | /** |
260 | - * \brief Picture parameter for H.264 encoding in main & high profiles. | |
261 | + * \brief Picture parameter for H.264 encoding in baseline, main & high | |
262 | + * profiles. | |
261 | 263 | * |
262 | 264 | * This structure holds information for \c pic_parameter_set_rbsp() as |
263 | 265 | * defined by the H.264 specification. |
@@ -367,7 +369,7 @@ typedef struct _VAEncPictureParameterBufferH264 { | ||
367 | 369 | } VAEncPictureParameterBufferH264; |
368 | 370 | |
369 | 371 | /** |
370 | - * \brief Slice parameter for H.264 encoding in main & high profiles. | |
372 | + * \brief Slice parameter for H.264 encoding in baseline, main & high profiles. | |
371 | 373 | * |
372 | 374 | * This structure holds information for \c |
373 | 375 | * slice_layer_without_partitioning_rbsp() as defined by the H.264 |
@@ -522,7 +524,8 @@ typedef struct _VAEncSliceParameterBufferH264 { | ||
522 | 524 | /**@}*/ |
523 | 525 | |
524 | 526 | /** |
525 | - * \brief Macroblock parameter for H.264 encoding in main & high profiles. | |
527 | + * \brief Macroblock parameter for H.264 encoding in baseline, main & high | |
528 | + * profiles. | |
526 | 529 | * |
527 | 530 | * This structure holds per-macroblock information. The buffer must be |
528 | 531 | * allocated with as many elements (macroblocks) as necessary to fit |