HomeSort by relevance Sort by last modified time
    Searched defs:get_bits (Results 1 - 9 of 9) sorted by null

  /external/libhevc/common/arm/
ihevc_intra_ref_substitution_a9q.c 64 #define GET_BITS(y,x) ((y) & (1 << x)) && (1 << x)
116 WORD32 get_bits; local
304 get_bits = GET_BIT(nbr_flags_temp, 8);
307 if(!get_bits)
315 get_bits = GET_BIT(nbr_flags_temp, frwd_nbr_flag);
316 if(!get_bits)
371 get_bits = GET_BIT(nbr_flags, 16);
373 if(!get_bits)
381 get_bits = GET_BIT(nbr_flags, frwd_nbr_flag);
382 if(!get_bits)
413 WORD32 get_bits; local
    [all...]
ihevc_intra_pred_filters_neon_intr.c 70 #define GET_BITS(y,x) ((y) & (1 << x)) && (1 << x)
131 WORD32 get_bits; local
341 get_bits = GET_BITS(nbr_flags_temp, 8);
344 if(!get_bits)
349 get_bits = GET_BITS(nbr_flags_temp, frwd_nbr_flag);
350 if(!get_bits)
401 get_bits = GET_BITS(nbr_flags, 16)
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/math/special_functions/detail/
fp_traits.hpp 169 get_bits(), set_bits() -- provide access to the leading bytes.
187 static void get_bits(float x, uint32_t& a) { std::memcpy(&a, &x, 4); } function in struct:boost::math::detail::fp_traits_non_native
207 static void get_bits(double x, uint32_t& a) function in struct:boost::math::detail::fp_traits_non_native
243 static void get_bits(double x, uint64_t& a) { std::memcpy(&a, &x, 8); } function in struct:boost::math::detail::fp_traits_non_native
267 static void get_bits(long double x, uint32_t& a) function in struct:boost::math::detail::fp_traits_non_native
303 static void get_bits(long double x, uint64_t& a) { std::memcpy(&a, &x, 8); } function in struct:boost::math::detail::fp_traits_non_native
330 static void get_bits(long double x, uint32_t& a) function in struct:boost::math::detail::fp_traits_non_native
374 static void get_bits(long double x, uint32_t& a) function in struct:boost::math::detail::fp_traits_non_native
421 static void get_bits(long double x, uint32_t& a) function in struct:boost::math::detail::fp_traits_non_native
455 static void get_bits(long double x, uint32_t& a function in struct:boost::math::detail::fp_traits_non_native
    [all...]
  /external/libhevc/common/
ihevc_chroma_intra_pred_filters.c 147 WORD32 get_bits; local
335 get_bits = GET_BIT(nbr_flags_temp, 8);
338 if(!get_bits)
346 get_bits = GET_BIT(nbr_flags_temp, frwd_nbr_flag);
347 if(!get_bits)
402 get_bits = GET_BIT(nbr_flags, 16);
404 if(!get_bits)
412 get_bits = GET_BIT(nbr_flags, frwd_nbr_flag);
413 if(!get_bits)
    [all...]
ihevc_intra_pred_filters.c 77 #define GET_BITS(y,x) ((y) & (1 << x)) && (1 << x)
216 WORD32 get_bits; local
457 get_bits = GET_BITS(nbr_flags_temp, 8);
460 if(!get_bits)
465 get_bits = GET_BITS(nbr_flags_temp, frwd_nbr_flag);
466 if(!get_bits)
597 get_bits = GET_BITS(nbr_flags, 16)
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/all/
test-gen.c 303 #define get_bits(N) get_bits_from (_get_bits_var (N)) macro
  /external/toybox/toys/other/
bzcat.c 110 static unsigned int get_bits(struct bunzip_data *bd, char bits_wanted) function
168 ii = get_bits(bd, 24);
169 jj = get_bits(bd, 24);
170 bw->headerCRC = get_bits(bd,32);
179 if (get_bits(bd,1)) return RETVAL_OBSOLETE_INPUT;
180 if ((bw->origPtr = get_bits(bd,24)) > bd->dbufSize) return RETVAL_DATA_ERROR;
187 hh = get_bits(bd, 16);
191 kk = get_bits(bd, 16);
199 bd->groupCount = get_bits(bd,3);
209 if (!(bd->nSelectors = get_bits(bd, 15))) return RETVAL_DATA_ERROR
    [all...]
  /external/dng_sdk/source/
dng_lossless_jpeg.cpp 471 int32 get_bits (int32 nbits);
1570 inline int32 dng_lossless_decoder::get_bits (int32 nbits) function in class:dng_lossless_decoder
    [all...]
  /external/libhevc/common/x86/
ihevc_intra_pred_filters_ssse3_intr.c 78 #define GET_BITS(y,x) ((y) & (1 << x)) && (1 << x)
148 WORD32 get_bits; local
290 get_bits = GET_BITS(nbr_flags_temp, 8);
293 if(!get_bits)
298 get_bits = GET_BITS(nbr_flags_temp, frwd_nbr_flag);
299 if(!get_bits)
352 get_bits = GET_BITS(nbr_flags, 16)
    [all...]

Completed in 326 milliseconds