Home
last modified time | relevance | path

Searched refs:skip_ctx (Results 1 – 2 of 2) sorted by relevance

/external/libaom/libaom/av1/encoder/
Drdopt.c3592 const int skip_ctx = av1_get_skip_context(xd); in txfm_yrd() local
3604 s0 = x->skip_cost[skip_ctx][0]; in txfm_yrd()
3605 s1 = x->skip_cost[skip_ctx][1]; in txfm_yrd()
3666 const int skip_ctx = av1_get_skip_context(xd); in estimate_yrd_for_sb() local
3668 const int s1 = x->skip_cost[skip_ctx][1]; in estimate_yrd_for_sb()
3671 const int s0 = x->skip_cost[skip_ctx][0]; in estimate_yrd_for_sb()
3689 const int skip_ctx = av1_get_skip_context(xd); in choose_largest_tx_size() local
3692 s0 = x->skip_cost[skip_ctx][0]; in choose_largest_tx_size()
3693 s1 = x->skip_cost[skip_ctx][1]; in choose_largest_tx_size()
5423 const int skip_ctx = av1_get_skip_context(xd); in select_tx_size_and_type() local
[all …]
Dencodeframe.c937 const int skip_ctx = av1_get_skip_context(xd); in update_stats() local
939 td->counts->skip[skip_ctx][mbmi->skip]++; in update_stats()
941 if (allow_update_cdf) update_cdf(fc->skip_cdfs[skip_ctx], mbmi->skip, 2); in update_stats()