Home
last modified time | relevance | path

Searched refs:get_bits (Results 1 – 13 of 13) sorted by relevance

/external/libhevc/common/arm/
Dihevc_intra_ref_substitution_a9q.c111 WORD32 get_bits; in ihevc_intra_pred_chroma_ref_substitution_a9q() local
299 get_bits = GET_BIT(nbr_flags_temp, 8); in ihevc_intra_pred_chroma_ref_substitution_a9q()
302 if(!get_bits) in ihevc_intra_pred_chroma_ref_substitution_a9q()
310 get_bits = GET_BIT(nbr_flags_temp, frwd_nbr_flag); in ihevc_intra_pred_chroma_ref_substitution_a9q()
311 if(!get_bits) in ihevc_intra_pred_chroma_ref_substitution_a9q()
366 get_bits = GET_BIT(nbr_flags, 16); in ihevc_intra_pred_chroma_ref_substitution_a9q()
368 if(!get_bits) in ihevc_intra_pred_chroma_ref_substitution_a9q()
376 get_bits = GET_BIT(nbr_flags, frwd_nbr_flag); in ihevc_intra_pred_chroma_ref_substitution_a9q()
377 if(!get_bits) in ihevc_intra_pred_chroma_ref_substitution_a9q()
408 WORD32 get_bits; in ihevc_intra_pred_luma_ref_substitution_a9q() local
[all …]
Dihevc_intra_pred_filters_neon_intr.c123 WORD32 get_bits; in ihevc_intra_pred_luma_ref_substitution_neonintr() local
333 get_bits = GET_BIT(nbr_flags_temp, 8); in ihevc_intra_pred_luma_ref_substitution_neonintr()
336 if(!get_bits) in ihevc_intra_pred_luma_ref_substitution_neonintr()
341 get_bits = GET_BIT(nbr_flags_temp, frwd_nbr_flag); in ihevc_intra_pred_luma_ref_substitution_neonintr()
342 if(!get_bits) in ihevc_intra_pred_luma_ref_substitution_neonintr()
393 get_bits = GET_BIT(nbr_flags, 16); in ihevc_intra_pred_luma_ref_substitution_neonintr()
395 if(!get_bits) in ihevc_intra_pred_luma_ref_substitution_neonintr()
400 get_bits = GET_BIT(nbr_flags, frwd_nbr_flag); in ihevc_intra_pred_luma_ref_substitution_neonintr()
401 if(!get_bits) in ihevc_intra_pred_luma_ref_substitution_neonintr()
/external/mesa3d/src/mesa/main/
Dtexcompress_astc.cpp386 uint32_t get_bits(int offset, int count) in get_bits() function
443 uint32_t tmp = get_bits(offset - count, count); in get_bits_rev()
681 void_extent_d = block.get_bits(9, 1); in decode_void_extent()
682 void_extent_min_s = block.get_bits(12, 13); in decode_void_extent()
683 void_extent_max_s = block.get_bits(25, 13); in decode_void_extent()
684 void_extent_min_t = block.get_bits(38, 13); in decode_void_extent()
685 void_extent_max_t = block.get_bits(51, 13); in decode_void_extent()
686 void_extent_colour_r = block.get_bits(64, 16); in decode_void_extent()
687 void_extent_colour_g = block.get_bits(80, 16); in decode_void_extent()
688 void_extent_colour_b = block.get_bits(96, 16); in decode_void_extent()
[all …]
/external/antlr/runtime/Cpp/include/
Dantlr3bitset.inl18 ANTLR_INLINE ANTLR_BITWORD* BitsetList<ImplTraits>::get_bits() const function in BitsetList
89 memcpy(bitset->get_blist().get_bits(), m_bits, numElements * sizeof(ANTLR_BITWORD));
130 memcpy(bitset->m_blist.get_bits(), m_blist.get_bits(),
177 ANTLR_BITWORD* bits1 = m_blist.get_bits();
178 ANTLR_BITWORD* bits2 = bitset2->m_blist.get_bits();
196 ANTLR_BITWORD* bits = m_blist.get_bits();
221 ANTLR_BITWORD* bits = m_blist.get_bits();
234 if ( m_blist.get_bits() != NULL)
238 memcpy( newBits, m_blist.get_bits(), m_blist.get_length() * sizeof(ANTLR_BITWORD) );
242 AllocPolicyType::free( m_blist.get_bits() );
[all …]
Dantlr3bitset.hpp91 ANTLR_BITWORD* get_bits() const;
/external/toybox/toys/other/
Dbzcat.c110 static unsigned int get_bits(struct bunzip_data *bd, char bits_wanted) in get_bits() function
168 ii = get_bits(bd, 24); in read_block_header()
169 jj = get_bits(bd, 24); in read_block_header()
170 bw->headerCRC = get_bits(bd,32); in read_block_header()
179 if (get_bits(bd,1)) return RETVAL_OBSOLETE_INPUT; in read_block_header()
180 if ((bw->origPtr = get_bits(bd,24)) > bd->dbufSize) return RETVAL_DATA_ERROR; in read_block_header()
187 hh = get_bits(bd, 16); in read_block_header()
191 kk = get_bits(bd, 16); in read_block_header()
199 bd->groupCount = get_bits(bd,3); in read_block_header()
209 if (!(bd->nSelectors = get_bits(bd, 15))) return RETVAL_DATA_ERROR; in read_block_header()
[all …]
/external/angle/src/libANGLE/renderer/
Dangle_format.py112 def get_bits(format_id): function
123 return get_component_type(format_id), get_bits(format_id), get_channels(format_id)
217 bits = get_bits(format)
223 bits = get_bits(format)
Dgen_angle_format_table.py306 parsed["bits"] = angle_format.get_bits(format_id)
/external/dng_sdk/source/
Ddng_lossless_jpeg.cpp471 int32 get_bits (int32 nbits);
1570 inline int32 dng_lossless_decoder::get_bits (int32 nbits) in get_bits() function in dng_lossless_decoder
1762 d = get_bits (s); in DecodeFirstRow()
1809 d = get_bits (s); in DecodeFirstRow()
1931 d = get_bits (s); in DecodeImage()
1961 d = get_bits (s); in DecodeImage()
1991 d = get_bits (s); in DecodeImage()
2022 d = get_bits (s); in DecodeImage()
2095 d = get_bits (s); in DecodeImage()
2125 d = get_bits (s); in DecodeImage()
[all …]
/external/libhevc/common/
Dihevc_chroma_intra_pred_filters.c137 WORD32 get_bits; in ihevc_intra_pred_chroma_ref_substitution() local
325 get_bits = GET_BIT(nbr_flags_temp, 8); in ihevc_intra_pred_chroma_ref_substitution()
328 if(!get_bits) in ihevc_intra_pred_chroma_ref_substitution()
336 get_bits = GET_BIT(nbr_flags_temp, frwd_nbr_flag); in ihevc_intra_pred_chroma_ref_substitution()
337 if(!get_bits) in ihevc_intra_pred_chroma_ref_substitution()
392 get_bits = GET_BIT(nbr_flags, 16); in ihevc_intra_pred_chroma_ref_substitution()
394 if(!get_bits) in ihevc_intra_pred_chroma_ref_substitution()
402 get_bits = GET_BIT(nbr_flags, frwd_nbr_flag); in ihevc_intra_pred_chroma_ref_substitution()
403 if(!get_bits) in ihevc_intra_pred_chroma_ref_substitution()
Dihevc_intra_pred_filters.c201 WORD32 get_bits; in ihevc_intra_pred_luma_ref_substitution() local
442 get_bits = GET_BIT(nbr_flags_temp, 8); in ihevc_intra_pred_luma_ref_substitution()
445 if(!get_bits) in ihevc_intra_pred_luma_ref_substitution()
450 get_bits = GET_BIT(nbr_flags_temp, frwd_nbr_flag); in ihevc_intra_pred_luma_ref_substitution()
451 if(!get_bits) in ihevc_intra_pred_luma_ref_substitution()
582 get_bits = GET_BIT(nbr_flags, 16); in ihevc_intra_pred_luma_ref_substitution()
584 if(!get_bits) in ihevc_intra_pred_luma_ref_substitution()
589 get_bits = GET_BIT(nbr_flags, frwd_nbr_flag); in ihevc_intra_pred_luma_ref_substitution()
590 if(!get_bits) in ihevc_intra_pred_luma_ref_substitution()
/external/mesa3d/src/compiler/glsl/tests/
Darray_refcount_test.cpp63 const BITSET_WORD *get_bits(const ir_array_refcount_entry &entry) in get_bits() function in array_refcount_test
217 ASSERT_NE((void *)0, get_bits(entry)); in TEST_F()
231 ASSERT_NE((void *)0, get_bits(entry)); in TEST_F()
245 ASSERT_NE((void *)0, get_bits(entry)); in TEST_F()
262 ASSERT_NE((void *)0, get_bits(entry)); in TEST_F()
/external/libhevc/common/x86/
Dihevc_intra_pred_filters_ssse3_intr.c129 WORD32 get_bits; in ihevc_intra_pred_luma_ref_substitution_ssse3() local
271 get_bits = GET_BIT(nbr_flags_temp, 8); in ihevc_intra_pred_luma_ref_substitution_ssse3()
274 if(!get_bits) in ihevc_intra_pred_luma_ref_substitution_ssse3()
279 get_bits = GET_BIT(nbr_flags_temp, frwd_nbr_flag); in ihevc_intra_pred_luma_ref_substitution_ssse3()
280 if(!get_bits) in ihevc_intra_pred_luma_ref_substitution_ssse3()
333 get_bits = GET_BIT(nbr_flags, 16); in ihevc_intra_pred_luma_ref_substitution_ssse3()
335 if(!get_bits) in ihevc_intra_pred_luma_ref_substitution_ssse3()
340 get_bits = GET_BIT(nbr_flags, frwd_nbr_flag); in ihevc_intra_pred_luma_ref_substitution_ssse3()
341 if(!get_bits) in ihevc_intra_pred_luma_ref_substitution_ssse3()