Searched defs:is_compound (Results 1 - 7 of 7) sorted by relevance

/external/libvpx/libvpx/vp9/common/
H A Dvp9_reconinter.c134 const int is_compound = has_second_ref(&mi->mbmi); local
142 for (ref = 0; ref < 1 + is_compound; ++ref) {
/external/libvpx/libvpx/vp9/decoder/
H A Dvp9_decodemv.c364 int is_compound, int allow_hp, vp9_reader *r) {
374 if (is_compound)
377 for (i = 0; i < 1 + is_compound; ++i) {
385 if (is_compound) mv[1].as_int = nearest_mv[1].as_int;
390 if (is_compound) mv[1].as_int = near_mv[1].as_int;
395 if (is_compound) mv[1].as_int = 0;
431 int is_compound; local
436 is_compound = has_second_ref(mbmi);
462 if (is_compound) {
494 if (is_compound)
361 assign_mv(VP9_COMMON *cm, MB_PREDICTION_MODE mode, int_mv mv[2], int_mv best_mv[2], int_mv nearest_mv[2], int_mv near_mv[2], int is_compound, int allow_hp, vp9_reader *r) argument
[all...]
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_encodemv.c302 static void inc_mvs(int_mv mv[2], int_mv ref[2], int is_compound, argument
305 for (i = 0; i < 1 + is_compound; ++i) {
315 const int is_compound = has_second_ref(mbmi); local
326 inc_mvs(mi->bmi[i].as_mv, best_ref_mv, is_compound, &cpi->NMVcount);
330 inc_mvs(mbmi->mv, best_ref_mv, is_compound, &cpi->NMVcount);
H A Dvp9_rdopt.c1563 const int is_compound = has_second_ref(&mi->mbmi); local
1564 for (ref = 0; ref < 1 + is_compound; ++ref) {
/external/clang/test/SemaCXX/
H A Dtype-traits.cpp665 void is_compound() function
/external/v8/src/
H A Dast.h1929 Assignment* AsSimpleAssignment() { return !is_compound() ? this : NULL; }
1940 bool is_compound() const { return op() > Token::ASSIGN; } function in class:v8::internal::Assignment
1972 if (is_compound()) {
/external/chromium_org/v8/src/
H A Dast.h2126 Assignment* AsSimpleAssignment() { return !is_compound() ? this : NULL; }
2136 bool is_compound() const { return op() > Token::ASSIGN; } function in class:v8::internal::V8_FINAL
2170 if (is_compound()) {

Completed in 177 milliseconds