Home
last modified time | relevance | path

Searched refs:OBMC_CAUSAL (Results 1 – 9 of 9) sorted by relevance

/external/libaom/av1/common/
Denums.h401 OBMC_CAUSAL, // 2-sided OBMC enumerator
Dblockd.h1493 return OBMC_CAUSAL; in motion_mode_allowed()
/external/libaom/av1/encoder/
Dmotion_search_facade.c277 case OBMC_CAUSAL: in av1_single_motion_search()
440 case OBMC_CAUSAL: in av1_single_motion_search()
Dpartition_search.c464 if (mbmi->motion_mode == OBMC_CAUSAL) { in encode_superblock()
1240 } else if (motion_allowed == OBMC_CAUSAL) { in update_stats()
1242 counts->obmc[bsize][mbmi->motion_mode == OBMC_CAUSAL]++; in update_stats()
1244 update_cdf(fc->obmc_cdf[bsize], mbmi->motion_mode == OBMC_CAUSAL, 2); in update_stats()
1515 if (motion_allowed >= OBMC_CAUSAL) { in encode_b()
1516 td->rd_counts.obmc_used[bsize][mbmi->motion_mode == OBMC_CAUSAL]++; in encode_b()
Drdopt.c1308 last_motion_mode_allowed = OBMC_CAUSAL; in motion_mode_rd()
1370 mbmi->motion_mode == OBMC_CAUSAL) in motion_mode_rd()
1377 } else if (mbmi->motion_mode == OBMC_CAUSAL) { in motion_mode_rd()
3598 if (mbmi->motion_mode == OBMC_CAUSAL) in refine_winner_mode_tx()
5187 if (mbmi->motion_mode == OBMC_CAUSAL) { in tx_search_best_inter_candidates()
Dbitstream.c285 case OBMC_CAUSAL: in write_motion_mode()
286 aom_write_symbol(w, mbmi->motion_mode == OBMC_CAUSAL, in write_motion_mode()
/external/libaom/examples/
Dinspect.c228 ENUM(OBMC_CAUSAL), // 2-sided OBMC
/external/libaom/av1/decoder/
Ddecodemv.c237 if (last_motion_mode_allowed == OBMC_CAUSAL) { in read_motion_mode()
Ddecodeframe.c859 if (mbmi->motion_mode == OBMC_CAUSAL) { in predict_inter_block()