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) {
700 int ref, is_compound; local
705 is_compound = has_second_ref(mi);
726 for (ref = 0; ref < 1 + is_compound; ++ref) {
752 // if is_compound is false, copying/clamping it may trigger a MSan warning.
760 for (ref = 0; ref < 1 + is_compound; ++ref)
766 best_sub8x8, is_compound, allow_hp, r)) {
781 best_ref_mvs, is_compound, allow_hp, r);
vp9_decodeframe.c 639 const int is_compound = has_second_ref(mi); local
643 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 5119 const int is_compound = has_second_ref(mi); local
    [all...]
vp9_rdopt.c 1450 const int is_compound = has_second_ref(mi); local
1511 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 5094 milliseconds