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

  /external/libvpx/libvpx/vp9/common/
vp9_pred_common.c 29 const int left_type = left_mbmi != NULL && is_inter_block(left_mbmi) ? local
35 if (left_type == above_type)
36 return left_type;
37 else if (left_type == SWITCHABLE_FILTERS && above_type != SWITCHABLE_FILTERS)
39 else if (left_type != SWITCHABLE_FILTERS && above_type == SWITCHABLE_FILTERS)
40 return left_type;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
vp9_pred_common.c 29 const int left_type = left_mbmi != NULL && is_inter_block(left_mbmi) ? local
35 if (left_type == above_type)
36 return left_type;
37 else if (left_type == SWITCHABLE_FILTERS && above_type != SWITCHABLE_FILTERS)
39 else if (left_type != SWITCHABLE_FILTERS && above_type == SWITCHABLE_FILTERS)
40 return left_type;
  /external/v8/src/compiler/
js-typed-lowering.cc 131 Type* left_type() { return left_type_; } function in class:v8::internal::compiler::JSBinopReduction
381 if (!r.left_type()->Maybe(Type::NaN())) {
386 if (!r.left_type()->Maybe(r.right_type())) {
  /external/v8/src/
typing.cc 609 Type* left_type; local
614 &left_type, &right_type, &type, &fixed_right_arg,
617 NarrowLowerType(expr->left(), left_type);
709 Type* left_type; local
713 &left_type, &right_type, &combined_type);
714 NarrowLowerType(expr->left(), left_type);
code-stubs-hydrogen.cc 1032 Type* left_type = state.GetLeftType(zone()); local
1133 Type* left_type = state.GetLeftType(zone()); local
    [all...]
hydrogen.cc 10232 Type* left_type = expr->left()->bounds().lower; local
10699 Type* left_type = expr->left()->bounds().lower; local
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineAndOrXor.cpp 698 unsigned left_type = getTypeOfMaskedICmp(A, B, C, LHSCC); local
700 return left_type & right_type;
    [all...]

Completed in 520 milliseconds