Searched refs:Bits (Results 1 - 7 of 7) sorted by relevance

/hardware/intel/img/psb_video/src/mrst/
H A Dlnc_hostheader.h70 IMG_UINT8 Bits; member in struct:_MTX_HEADER_ELEMENT_
H A Dlnc_hostheader.c56 IMG_UINT32 Bits)
62 uiByteSize = (Bits + ByteStartBit + 7) >> 3;
67 if (Bcnt > Bits + ByteStartBit || Bcnt <= ByteStartBit)
202 wrt_bytes_p = &(elt_p[mtx_hdr->Elements]->Bits);
1202 IMG_UINT8 Bits = 32; local
1207 Bits--;
1209 return Bits;
1232 /* visual_object_sequence_start_code = 32 Bits = 0x1B0 */
1235 /* profile_and_level_indication = 8 Bits = SP L0-L3 and SP L4-L5 are supported */
1238 /* visual_object_start_code = 32 Bits
53 Show_Bits( IMG_UINT8 *ucBitStream, IMG_UINT32 ByteStartBit, IMG_UINT32 Bits) argument
[all...]
/hardware/intel/img/psb_video/src/
H A Dpnw_hostheader.h74 IMG_UINT8 Bits; member in struct:_MTX_HEADER_ELEMENT_
H A Dpnw_hostheader.c56 IMG_UINT32 Bits)
62 uiByteSize = (Bits + ByteStartBit + 7) >> 3;
67 if (Bcnt > Bits + ByteStartBit || Bcnt <= ByteStartBit)
202 wrt_bytes_p = &(elt_p[mtx_hdr->Elements]->Bits);
1045 IMG_UINT8 Bits = 32; local
1050 Bits--;
1052 return Bits;
1076 /* visual_object_sequence_start_code = 32 Bits = 0x1B0 */
1079 /* profile_and_level_indication = 8 Bits = SP L0-L3 and SP L4-L5 are supported */
1082 /* visual_object_start_code = 32 Bits
[all...]
H A Dtng_hostheader.c55 IMG_UINT32 __maybe_unused Bits)
63 uiByteSize = (Bits + ByteStartBit + 7) >> 3;
68 if (Bcnt > Bits + ByteStartBit || Bcnt <= ByteStartBit)
1069 // short_video_start_marker = 22 Bits = 0x20 Picture start code
1072 // temporal_reference = 8 Bits = 0-255 Each picture increased by 1
1079 // zero_bit = 1 Bits = 0
1082 // split_screen_indicator = 1 Bits = 0 No direct effect on encoding of picture
1085 // document_camera_indicator= 1 Bits = 0 No direct effect on encoding of picture
1088 // full_picture_freeze_release=1 Bits = 0 No direct effect on encoding of picture
1091 // source_format = 3 Bits
52 Show_Bits( IMG_UINT8 __maybe_unused * ucBitStream, IMG_UINT32 __maybe_unused ByteStartBit, IMG_UINT32 __maybe_unused Bits) argument
1362 IMG_UINT8 Bits = 32; local
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/ppc/
H A Dloopfilter_filters_altivec.asm46 ;# 0 with 4, 1 with 5, 2 with 6, and 3 with 7. Bits 0...3 index the
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h7196 typedef typename TypeWithSize<sizeof(RawType)>::UInt Bits; typedef in class:testing::internal::FloatingPoint
7211 static const Bits kSignBitMask = static_cast<Bits>(1) << (kBitCount - 1);
7214 static const Bits kFractionBitMask =
7215 ~static_cast<Bits>(0) >> (kExponentBitCount + 1);
7218 static const Bits kExponentBitMask = ~(kSignBitMask | kFractionBitMask);
7247 static RawType ReinterpretBits(const Bits bits) {
7264 const Bits &bits() const { return u_.bits_; }
7267 Bits exponent_bits() const { return kExponentBitMask & u_.bits_; }
7270 Bits fraction_bit
[all...]

Completed in 572 milliseconds