HomeSort by relevance Sort by last modified time
    Searched refs:getBits (Results 1 - 25 of 80) sorted by null

1 2 3 4

  /frameworks/native/libs/math/tests/
half_test.cpp 38 EXPECT_EQ(0x0000, half( 0.0f).getBits());
39 EXPECT_EQ(0x8000, half(-0.0f).getBits());
42 EXPECT_EQ(0x7e00, half(NAN).getBits());
45 EXPECT_EQ(0x7C00, half( std::numeric_limits<float>::infinity()).getBits());
46 EXPECT_EQ(0xFC00, half(-std::numeric_limits<float>::infinity()).getBits());
49 EXPECT_EQ(0x3C01, half(1.0009765625).getBits());
50 EXPECT_EQ(0xC000, half(-2).getBits());
51 EXPECT_EQ(0x0400, half(6.10352e-5).getBits());
52 EXPECT_EQ(0x7BFF, half(65504).getBits());
53 EXPECT_EQ(0x3555, half(1.0f/3).getBits());
    [all...]
  /frameworks/av/media/libstagefright/rtsp/
AMPEG4AudioAssembler.cpp 100 *audioObjectType = bits->getBits(5);
102 *audioObjectType = 32 + bits->getBits(6);
111 unsigned frameLengthFlag __unused = bits->getBits(1);
112 unsigned dependsOnCoreCoder = bits->getBits(1);
114 /* unsigned coreCoderDelay = */bits->getBits(1);
116 unsigned extensionFlag = bits->getBits(1);
124 /* unsigned layerNr = */bits->getBits(3);
129 /* unsigned numOfSubFrame = */bits->getBits(5);
130 /* unsigned layerLength = */bits->getBits(11);
133 /* unsigned aacSectionDataResilienceFlag = */bits->getBits(1)
    [all...]
  /frameworks/av/media/extractors/mpeg2/
MPEG2PSExtractor.cpp 283 unsigned packet_startcode_prefix = br.getBits(24);
299 unsigned stream_id = br.getBits(8);
302 /* unsigned PES_packet_length = */br.getBits(16);
313 /* unsigned current_next_indicator = */br.getBits(1);
314 /* unsigned reserved = */br.getBits(2);
315 /* unsigned program_stream_map_version = */br.getBits(5);
316 /* unsigned reserved = */br.getBits(7);
317 /* unsigned marker_bit = */br.getBits(1);
318 unsigned program_stream_info_length = br.getBits(16);
326 unsigned descriptor_tag = br.getBits(8)
    [all...]
  /frameworks/compile/mclinker/lib/Target/AArch64/
AArch64InsnHelpers.h 25 static unsigned getBits(InsnType insn, int pos, int l) {
30 return getBits(insn, 0, 5);
34 return getBits(insn, 10, 5);
38 return getBits(insn, 10, 5);
42 return getBits(insn, 0, 5);
46 return getBits(insn, 5, 5);
50 return getBits(insn, 16, 5);
54 return getBits(insn, pos, 1);
58 return getBits(insn, 21, 3);
199 unsigned opc = getBits(insn, 22, 2)
    [all...]
  /frameworks/av/media/libstagefright/foundation/
avc_utils.cpp 35 while (br->getBits(1) == 0) {
39 unsigned x = br->getBits(numZeroes);
106 unsigned profile_idc = br.getBits(8);
123 if (br.getBits(1)) { // seq_scaling_matrix_present_flag
125 if (br.getBits(1)) { // seq_scaling_list_present_flag[i]
152 br.getBits(1); // delta_pic_order_always_zero_flag
163 br.getBits(1); // gaps_in_frame_num_value_allowed_flag
167 unsigned frame_mbs_only_flag = br.getBits(1);
175 br.getBits(1); // mb_adaptive_frame_field_flag
178 br.getBits(1); // direct_8x8_inference_fla
    [all...]
  /external/deqp/framework/common/
tcuCompressedTexture.cpp 312 inline deUint32 getBits (deUint64 src, int low, int high)
376 const deUint32 table[2] = { getBits(src, 37, 39), getBits(src, 34, 36) };
384 baseR[0] = extend4To8((deUint8)getBits(src, 60, 63));
385 baseR[1] = extend4To8((deUint8)getBits(src, 56, 59));
386 baseG[0] = extend4To8((deUint8)getBits(src, 52, 55));
387 baseG[1] = extend4To8((deUint8)getBits(src, 48, 51));
388 baseB[0] = extend4To8((deUint8)getBits(src, 44, 47));
389 baseB[1] = extend4To8((deUint8)getBits(src, 40, 43));
394 deUint8 bR = (deUint8)getBits(src, 59, 63); // 5
    [all...]
  /frameworks/av/media/libstagefright/mpeg2ts/
ATSParser.cpp 440 unsigned descriptor_tag = br->getBits(8);
443 unsigned descriptor_length = br->getBits(8);
452 caDescriptor->mSystemID = br->getBits(16);
453 caDescriptor->mPID = br->getBits(16) & 0x1fff;
468 unsigned table_id = br->getBits(8);
474 unsigned section_syntax_indicator = br->getBits(1);
482 MY_LOGV(" reserved = %u", br->getBits(2));
484 unsigned section_length = br->getBits(12);
487 MY_LOGV(" program_number = %u", br->getBits(16));
488 MY_LOGV(" reserved = %u", br->getBits(2))
    [all...]
  /frameworks/av/media/libmediaplayer2/nuplayer2/
NuPlayer2CCDecoder.cpp 251 last_byte = br.getBits(8);
256 last_byte = br.getBits(8);
273 uint8_t itu_t_t35_country_code = br.getBits(8);
274 uint16_t itu_t_t35_provider_code = br.getBits(16);
275 uint32_t user_identifier = br.getBits(32);
276 uint8_t user_data_type_code = br.getBits(8);
329 uint32_t user_identifier = br.getBits(32);
330 uint8_t user_data_type = br.getBits(8);
352 bool process_cc_data_flag = br.getBits(1);
354 size_t cc_count = br.getBits(5)
    [all...]
  /frameworks/av/media/libmediaplayerservice/nuplayer/
NuPlayerCCDecoder.cpp 252 last_byte = br.getBits(8);
257 last_byte = br.getBits(8);
274 uint8_t itu_t_t35_country_code = br.getBits(8);
275 uint16_t itu_t_t35_provider_code = br.getBits(16);
276 uint32_t user_identifier = br.getBits(32);
277 uint8_t user_data_type_code = br.getBits(8);
330 uint32_t user_identifier = br.getBits(32);
331 uint8_t user_data_type = br.getBits(8);
353 bool process_cc_data_flag = br.getBits(1);
355 size_t cc_count = br.getBits(5)
    [all...]
  /external/clang/include/clang/Sema/
ObjCMethodList.h 41 unsigned getBits() const { return NextAndExtraBits.getInt(); }
  /external/pdfium/fxbarcode/datamatrix/
BC_DefaultPlacement.h 21 std::vector<uint8_t>& getBits();
  /frameworks/av/media/libstagefright/foundation/include/media/stagefright/foundation/
ABitReader.h 44 uint32_t getBits(size_t n);
58 // Returns true iff the stream was over-read (e.g. any getBits operation has been unsuccessful
  /frameworks/rs/
rsComponent.h 44 uint32_t getBits() const {return mBits;}
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Sema/
ObjCMethodList.h 41 unsigned getBits() const { return NextAndExtraBits.getInt(); }
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Sema/
ObjCMethodList.h 41 unsigned getBits() const { return NextAndExtraBits.getInt(); }
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Sema/
ObjCMethodList.h 41 unsigned getBits() const { return NextAndExtraBits.getInt(); }
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Sema/
ObjCMethodList.h 41 unsigned getBits() const { return NextAndExtraBits.getInt(); }
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Sema/
ObjCMethodList.h 41 unsigned getBits() const { return NextAndExtraBits.getInt(); }
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Sema/
ObjCMethodList.h 41 unsigned getBits() const { return NextAndExtraBits.getInt(); }
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Sema/
ObjCMethodList.h 41 unsigned getBits() const { return NextAndExtraBits.getInt(); }
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Sema/
ObjCMethodList.h 41 unsigned getBits() const { return NextAndExtraBits.getInt(); }
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Sema/
ObjCMethodList.h 41 unsigned getBits() const { return NextAndExtraBits.getInt(); }
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Sema/
ObjCMethodList.h 41 unsigned getBits() const { return NextAndExtraBits.getInt(); }
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Sema/
ObjCMethodList.h 41 unsigned getBits() const { return NextAndExtraBits.getInt(); }
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Sema/
ObjCMethodList.h 41 unsigned getBits() const { return NextAndExtraBits.getInt(); }

Completed in 415 milliseconds

1 2 3 4