Home
last modified time | relevance | path

Searched refs:av1_get_pred_context_switchable_interp (Results 1 – 7 of 7) sorted by relevance

/external/libaom/libaom/av1/common/
Dpred_common.h175 int av1_get_pred_context_switchable_interp(const MACROBLOCKD *xd, int dir);
Dpred_common.c30 int av1_get_pred_context_switchable_interp(const MACROBLOCKD *xd, int dir) { in av1_get_pred_context_switchable_interp() function
/external/libaom/libaom/av1/encoder/
Drd.c1073 const int ctx = av1_get_pred_context_switchable_interp(xd, dir); in av1_get_switchable_rate()
Dbitstream.c633 const int ctx = av1_get_pred_context_switchable_interp(xd, dir); in write_mb_interp_filter()
Dencodeframe.c288 const int ctx = av1_get_pred_context_switchable_interp(xd, dir); in update_filter_type_count()
Drdopt.c8664 switchable_ctx[0] = av1_get_pred_context_switchable_interp(xd, 0); in interpolation_filter_search()
8665 switchable_ctx[1] = av1_get_pred_context_switchable_interp(xd, 1); in interpolation_filter_search()
/external/libaom/libaom/av1/decoder/
Ddecodemv.c1027 const int ctx = av1_get_pred_context_switchable_interp(xd, dir); in read_mb_interp_filter()