HomeSort by relevance Sort by last modified time
    Searched full:is_compound (Results 1 - 25 of 71) sorted by null

1 2 3

  /external/libvpx/libvpx/vp9/decoder/
vp9_decodemv.c 425 int is_compound, int allow_hp, vpx_reader *r) {
433 for (i = 0; i < 1 + is_compound; ++i) {
442 if (is_compound)
448 if (is_compound)
454 if (is_compound)
495 int ref, is_compound; local
499 is_compound = has_second_ref(mbmi);
501 for (ref = 0; ref < 1 + is_compound; ++ref) {
529 for (ref = 0; ref < 1 + is_compound; ++ref) {
553 for (ref = 0; ref < 1 + is_compound; ++ref
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
vp9_decodemv.c 368 int is_compound, int allow_hp, vp9_reader *r) {
376 for (i = 0; i < 1 + is_compound; ++i) {
385 if (is_compound)
391 if (is_compound)
397 if (is_compound)
432 int inter_mode_ctx, ref, is_compound; local
435 is_compound = has_second_ref(mbmi);
437 for (ref = 0; ref < 1 + is_compound; ++ref) {
458 for (ref = 0; ref < 1 + is_compound; ++ref) {
481 for (ref = 0; ref < 1 + is_compound; ++ref
    [all...]
  /external/libcxx/test/std/utilities/meta/meta.unary/meta.unary.comp/
array.pass.cpp 24 static_assert( std::is_compound<T>::value, "");
class.pass.cpp 24 static_assert( std::is_compound<T>::value, "");
enum.pass.cpp 24 static_assert( std::is_compound<T>::value, "");
floating_point.pass.cpp 24 static_assert(!std::is_compound<T>::value, "");
function.pass.cpp 24 static_assert( std::is_compound<T>::value, "");
integral.pass.cpp 24 static_assert(!std::is_compound<T>::value, "");
lvalue_ref.pass.cpp 24 static_assert( std::is_compound<T>::value, "");
member_function_pointer.pass.cpp 24 static_assert( std::is_compound<T>::value, "");
member_object_pointer.pass.cpp 24 static_assert( std::is_compound<T>::value, "");
pointer.pass.cpp 24 static_assert( std::is_compound<T>::value, "");
rvalue_ref.pass.cpp 24 static_assert( std::is_compound<T>::value, "");
union.pass.cpp 24 static_assert( std::is_compound<T>::value, "");
void.pass.cpp 24 static_assert(!std::is_compound<T>::value, "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/meta/meta.unary/meta.unary.comp/
array.pass.cpp 24 static_assert( std::is_compound<T>::value, "");
class.pass.cpp 24 static_assert( std::is_compound<T>::value, "");
enum.pass.cpp 24 static_assert( std::is_compound<T>::value, "");
floating_point.pass.cpp 24 static_assert(!std::is_compound<T>::value, "");
function.pass.cpp 24 static_assert( std::is_compound<T>::value, "");
integral.pass.cpp 24 static_assert(!std::is_compound<T>::value, "");
lvalue_ref.pass.cpp 24 static_assert( std::is_compound<T>::value, "");
member_function_pointer.pass.cpp 24 static_assert( std::is_compound<T>::value, "");
member_object_pointer.pass.cpp 24 static_assert( std::is_compound<T>::value, "");
pointer.pass.cpp 24 static_assert( std::is_compound<T>::value, "");

Completed in 1050 milliseconds

1 2 3