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

  /external/libvpx/libvpx/vp9/common/
vp9_reconinter.c 131 const int is_compound = has_second_ref(mi); local
135 for (ref = 0; ref < 1 + is_compound; ++ref) {
  /external/libvpx/libvpx/vp9/decoder/
vp9_decodemv.c 405 int is_compound, int allow_hp, vpx_reader *r) {
413 for (i = 0; i < 1 + is_compound; ++i) {
722 int ref, is_compound; local
727 is_compound = has_second_ref(mi);
748 for (ref = 0; ref < 1 + is_compound; ++ref) {
775 // if is_compound is false, copying/clamping it may trigger a MSan warning.
783 for (ref = 0; ref < 1 + is_compound; ++ref)
789 best_sub8x8, is_compound, allow_hp, r)) {
804 best_ref_mvs, is_compound, allow_hp, r);
vp9_decodeframe.c 653 const int is_compound = has_second_ref(mi); local
659 for (ref = 0; ref < 1 + is_compound; ++ref) {
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_bitstream.c 201 const int is_compound = has_second_ref(mi); local
207 assert(!is_compound);
214 vpx_write(w, is_compound, vp9_get_reference_mode_prob(cm, xd));
216 assert((!is_compound) == (cm->reference_mode == SINGLE_REFERENCE));
219 if (is_compound) {
247 const int is_compound = has_second_ref(mi); local
318 for (ref = 0; ref < 1 + is_compound; ++ref)
327 for (ref = 0; ref < 1 + is_compound; ++ref)
    [all...]
vp9_encodeframe.c 4831 const int is_compound = has_second_ref(mi); local
    [all...]
vp9_rdopt.c 1449 const int is_compound = has_second_ref(mi); local
1510 const int is_compound = has_second_ref(mi); local
    [all...]
  /external/clang/test/SemaCXX/
type-traits.cpp 731 void is_compound() function
    [all...]
  /external/v8/src/ast/
ast.h 2391 bool is_compound() const { return op() > Token::ASSIGN; } function in class:v8::internal::final
    [all...]

Completed in 464 milliseconds