Home
last modified time | relevance | path

Searched defs:is_compound (Results 1 – 8 of 8) sorted by relevance

/external/libvpx/libvpx/vp9/decoder/
Dvp9_decodemv.c425 int is_compound, int allow_hp, vpx_reader *r) { in assign_mv()
495 int ref, is_compound; in read_inter_block_mode_info() local
Dvp9_decodeframe.c716 const int is_compound = has_second_ref(&mi->mbmi); in dec_build_inter_predictors_sb() local
/external/libvpx/libvpx/vp9/encoder/
Dvp9_bitstream.c204 const int is_compound = has_second_ref(mbmi); in write_ref_frames() local
250 const int is_compound = has_second_ref(mbmi); in pack_inter_mode_mvs() local
Dvp9_rdopt.c1277 const int is_compound = has_second_ref(mbmi); in set_and_cost_bmi_mvs() local
1345 const int is_compound = has_second_ref(&mi->mbmi); in encode_inter_mb_segment() local
Dvp9_encodeframe.c4188 const int is_compound = has_second_ref(mbmi); in encode_superblock() local
/external/libvpx/libvpx/vp9/common/
Dvp9_reconinter.c162 const int is_compound = has_second_ref(&mi->mbmi); in build_inter_predictors() local
/external/clang/test/SemaCXX/
Dtype-traits.cpp731 void is_compound() in is_compound() function
/external/v8/src/ast/
Dast.h2446 bool is_compound() const { return op() > Token::ASSIGN; } in is_compound() function