byte alignment method and apparatus
The output interface unit provides deframed data and may further perform byte alignment in providing the deframed data.
L'unité d'interface de sortie fournit les données qui ont subit le détramage et peut également réaliser un alignement d'octets lorsqu'elle fournit lesdites données qui ont subit le détramage.
in order to obtain byte alignment, the next SL packet starting on the next bit of the second data partition.
afin d'obtenir un alignement d'octets, le paquet SL suivant démarrant sur le bit suivant de la deuxième partition de données.
BYTE ALIGNMENT METHOD AND APPARATUS
PROCEDE ET APPAREIL D'ALIGNEMENT D'OCTETS
The purpose of the present invention is to provide a technique for subjecting a bitstream to byte alignment.
La présente invention vise à fournir une technique pour effectuer l'alignement d'octets d'un train de bits.
You can, however, specify byte alignment by including the reserved word packed when you declare a structured type.
On machines that don't have byte alignment, they should be odd numbers, so that dereferencing them as addresses causes an exception.
Sur les machines sans alignement de données à l'octet, elles doivent être impaires pour que leur déréférencement provoque une exception.
Otherwise, it assumes they have 4 byte alignment.
With -mfaster-structs, the compiler assumes that structures should have 8 byte alignment.
Avec -mfaster-structs, le compilateur suppose que les structures devraient avoir un alignement de 8 octets.
in a decoder/display system, a pre-processing stage re-codes intra coded macroblock data in an image to produce an independent representation which observes byte alignment
dans un système d'affichage/décodeur, un étage de pré-traitement recode des données en blocs macrologiques à codage interne dans une image afin d'obtenir une représentation indépendante observant un alignement de multiplets
Another recommendation is to force byte alignment for this struct, by emitting"#pragma option -a1".
Il est aussi conseillé de forcer un alignement à l'octet pour cette structure en utilisant"#pragma option -a1".
To force alignment for the whole struct, the compiler will finish up the last area with 4 bits of padding if byte alignment is used, or 12 bits of padding if dword alignment is used.
Pour forcer l'alignement pour toute la structure, le compilateur complète la dernière zone avec 4 bits de complément si l'alignement se fait à l'octet ou avec 12 bits si l'alignement dword est utilisé.
To start a new area for five, the compiler would insert no padding if the current alignment is byte alignment, or would insert 8 bits of padding if the current alignment is dword (4 byte) alignment.
Pour commencer une nouvelle zone pour cinq, le compilateur n'insère pas de complément si l'alignement en cours se fait à l'octet, et il insère 8 bits de complément si l'alignement en cours est un dword (4 octets).