Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(789)

Unified Diff: third_party/libva/va/va_enc_h264.h

Issue 2834313002: Update third_party/libva to version 1.7.1 (Closed)
Patch Set: Update third_party/libva to version 1.7.1 and check whether the version of libva a platform support… Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/libva/va/va_dec_vp9.h ('k') | third_party/libva/va/va_enc_vp9.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/libva/va/va_enc_h264.h
diff --git a/third_party/libva/va/va_enc_h264.h b/third_party/libva/va/va_enc_h264.h
index 02818d1c66ca5f6da40a21c14985c1a5b00cbc11..8ec18ea33f2bd81bff90f064d73f255c0af07f3b 100644
--- a/third_party/libva/va/va_enc_h264.h
+++ b/third_party/libva/va/va_enc_h264.h
@@ -121,7 +121,7 @@ typedef enum {
} VAEncPackedHeaderTypeH264;
/**
- * \brief Sequence parameter for H.264 encoding in baseline, main & high
+ * \brief Sequence parameter for H.264 encoding in baseline, main & high
* profiles.
*
* This structure holds information for \c seq_parameter_set_data() as
@@ -523,6 +523,19 @@ typedef struct _VAEncSliceParameterBufferH264 {
#define VA_MB_PRED_AVAIL_LEFT (1 << 6)
/**@}*/
+/**
+ * \brief Macroblock parameter for H.264 encoding in baseline, main & high
+ * profiles.
+ *
+ * This structure holds per-macroblock information. The buffer must be
+ * allocated with as many elements (macroblocks) as necessary to fit
+ * the slice to be encoded. Besides, the per-macroblock records must
+ * be written in a strict raster order and with no gap. i.e. every
+ * macroblock, regardless of its type, shall have an entry.
+ */
+
+/**@}*/
+
#ifdef __cplusplus
}
#endif
« no previous file with comments | « third_party/libva/va/va_dec_vp9.h ('k') | third_party/libva/va/va_enc_vp9.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698