hardware/intel/libva
Revisão | a8c4fd4a20f2bc488d46b30f977de14ce3dd05d8 (tree) |
---|---|
Hora | 2007-08-09 05:48:00 |
Autor | Waldo Bastian <waldo.bastian@inte...> |
Commiter | Waldo Bastian |
Fix typo (choma -> chroma)
@@ -580,6 +580,11 @@ typedef struct _VASliceParameterBufferMPEG4 | ||
580 | 580 | * sent for a single picture. In that case picture parameters will |
581 | 581 | * apply to all slice data that follow it until a new picture |
582 | 582 | * parameter buffer is sent. |
583 | + * | |
584 | + * Notes: | |
585 | + * pic_quantizer_type should be set to the applicable quantizer | |
586 | + * type as defined by QUANTIZER (J.1.19) and either | |
587 | + * PQUANTIZER (7.1.1.8) or PQINDEX (7.1.1.6) | |
583 | 588 | */ |
584 | 589 | typedef struct _VAPictureParameterBufferVC1 |
585 | 590 | { |
@@ -610,8 +615,8 @@ typedef struct _VAPictureParameterBufferVC1 | ||
610 | 615 | struct { |
611 | 616 | unsigned char range_mapping_luma_flag: 1; /* ENTRY_POINT_LAYER::RANGE_MAPY_FLAG */ |
612 | 617 | unsigned char range_mapping_luma: 3; /* ENTRY_POINT_LAYER::RANGE_MAPY */ |
613 | - unsigned char range_mapping_choma_flag: 1; /* ENTRY_POINT_LAYER::RANGE_MAPUV_FLAG */ | |
614 | - unsigned char range_mapping_choma: 3; /* ENTRY_POINT_LAYER::RANGE_MAPUV */ | |
618 | + unsigned char range_mapping_chroma_flag: 1; /* ENTRY_POINT_LAYER::RANGE_MAPUV_FLAG */ | |
619 | + unsigned char range_mapping_chroma: 3; /* ENTRY_POINT_LAYER::RANGE_MAPUV */ | |
615 | 620 | }; |
616 | 621 | unsigned char range_mapping_fields; |
617 | 622 | }; |