Home | History | Annotate | Download | only in mrst

Lines Matching defs:Bytes

173     /* This is the core function to write bits/bytes
210 /* Element pointer set to position of next element (120/8 = 15 bytes) */
255 IMG_UINT8 Bytes[4];
258 Bytes[BitLp] = (IMG_UINT8)(wrt_bits & 255);
265 lnc__write_upto8bits_elements(mtx_hdr, elt_p, Bytes[EndByte-1], (IMG_UINT8)((bit_cnt) % 8));
267 lnc__write_upto8bits_elements(mtx_hdr, elt_p, Bytes[EndByte-1], 8);
271 lnc__write_upto8bits_elements(mtx_hdr, elt_p, Bytes[BitLp-1], 8);
338 *Find RAWBit size in bytes (rounded to word boundary))
345 Offset *= 4;/* Convert to number of bytes (total size of structure in bytes, aligned to word boundary) */
374 * (3 bytes in slice header when slice is first in a picture
680 * StartCodePrefix Pregenerated in: Build_H264_4Byte_StartCodePrefix_Element() (4 or 3 bytes)
681 * (3 bytes when slice is first in a picture without sequence/picture_header before picture
901 pSlHParams->Start_Code_Prefix_Size_Bytes); /* Can be 3 or 4 bytes - always 4 bytes in our implementations */