Home
last modified time | relevance | path

Searched refs:av1_get_skip_txfm_context (Results 1 – 10 of 10) sorted by relevance

/external/libaom/av1/common/
Dpred_common.h175 static INLINE int av1_get_skip_txfm_context(const MACROBLOCKD *xd) { in av1_get_skip_txfm_context() function
215 return xd->tile_ctx->skip_txfm_cdfs[av1_get_skip_txfm_context(xd)]; in av1_get_skip_txfm_cdf()
/external/libaom/av1/encoder/
Dintra_mode_search.c1055 rate2 += mode_costs->skip_txfm_cost[av1_get_skip_txfm_context(xd)][1]; in av1_search_palette_mode()
1057 rate2 += mode_costs->skip_txfm_cost[av1_get_skip_txfm_context(xd)][0]; in av1_search_palette_mode()
1115 mode_costs->skip_txfm_cost[av1_get_skip_txfm_context(xd)][1]; in av1_search_palette_mode_luma()
1118 mode_costs->skip_txfm_cost[av1_get_skip_txfm_context(xd)][0]; in av1_search_palette_mode_luma()
1262 const int skip_ctx = av1_get_skip_txfm_context(xd); in av1_handle_intra_y_mode()
Dtx_search.c2740 const int skip_ctx = av1_get_skip_txfm_context(xd); in choose_largest_tx_size()
3029 const int skip_ctx = av1_get_skip_txfm_context(xd); in av1_estimate_txfm_yrd()
3156 const int skip_ctx = av1_get_skip_txfm_context(xd); in av1_uniform_txfm_yrd()
3346 const int skip_ctx = av1_get_skip_txfm_context(xd); in inter_block_yrd()
3407 const int skip_ctx = av1_get_skip_txfm_context(xd); in select_tx_size_and_type()
3739 const int skip_ctx = av1_get_skip_txfm_context(xd); in av1_txfm_search()
Drdopt_utils.h715 const int skip_ctx = av1_get_skip_txfm_context(xd); in store_winner_mode_stats()
Drdopt.c1568 const int skip_ctx = av1_get_skip_txfm_context(xd); in motion_mode_rd()
3334 x->mode_costs.skip_txfm_cost[av1_get_skip_txfm_context(xd)][0]; in av1_rd_pick_intra_mode_sb()
3566 const int skip_ctx = av1_get_skip_txfm_context(xd); in refine_winner_mode_tx()
4785 const int skip_ctx = av1_get_skip_txfm_context(xd); in update_search_state()
5091 const int skip_ctx = av1_get_skip_txfm_context(xd); in tx_search_best_inter_candidates()
5495 const int skip_ctx = av1_get_skip_txfm_context(xd); in search_intra_modes_in_interframe()
Dcompound_type.c496 const int skip_ctx = av1_get_skip_txfm_context(xd); in estimate_yrd_for_sb()
Dnonrd_pickmode.c2490 const int skip_ctx = av1_get_skip_txfm_context(xd);
3953 const int skip_ctx = av1_get_skip_txfm_context(xd);
Dbitstream.c228 const int ctx = av1_get_skip_txfm_context(xd); in write_skip()
Dpartition_search.c979 const int skip_ctx = av1_get_skip_txfm_context(xd); in update_stats()
/external/libaom/av1/decoder/
Ddecodemv.c450 const int ctx = av1_get_skip_txfm_context(xd); in read_skip_txfm()