HomeSort by relevance Sort by last modified time
    Searched refs:get_bits (Results 1 - 8 of 8) 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...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/math/special_functions/
sign.hpp 52 traits::get_bits(x,a);
62 traits::get_bits(x,a);
88 traits::get_bits(x,a);
100 traits::get_bits(x,a);
fpclassify.hpp 189 traits::get_bits(x,a);
218 traits::get_bits(x,a);
295 traits::get_bits(x,a);
355 traits::get_bits(x,a);
418 traits::get_bits(x,a);
429 traits::get_bits(x,a);
495 traits::get_bits(x,a);
506 traits::get_bits(x,a);
  /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
445 get_bits = GET_BITS(nbr_flags_temp, 8);
448 if(!get_bits)
453 get_bits = GET_BITS(nbr_flags_temp, frwd_nbr_flag);
454 if(!get_bits)
552 get_bits = GET_BITS(nbr_flags, 16)
    [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 88 milliseconds