Searched refs:store_coding_context (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/libaom/av1/encoder/ |
H A D | rdopt.c | 900 static inline void store_coding_context( in store_coding_context() function 6240 store_coding_context(x, ctx, search_state.best_mode_index, in av1_rd_pick_inter_mode() 6243 store_coding_context(x, ctx, search_state.best_mode_skippable); in av1_rd_pick_inter_mode() 6378 store_coding_context(x, ctx, THR_GLOBALMV, 0); in av1_rd_pick_inter_mode_sb_seg_skip() 6380 store_coding_context(x, ctx, 0); in av1_rd_pick_inter_mode_sb_seg_skip()
|
/aosp_15_r20/external/libvpx/vp9/encoder/ |
H A D | vp9_rdopt.c | 2490 static void store_coding_context( in store_coding_context() function 4195 store_coding_context(x, ctx, best_mode_index, best_pred_diff, in vp9_rd_pick_inter_mode_sb() 4292 store_coding_context(x, ctx, THR_ZEROMV, best_pred_diff, best_filter_diff, 0); in vp9_rd_pick_inter_mode_sb_seg_skip() 4930 store_coding_context(x, ctx, best_ref_index, best_pred_diff, best_filter_diff, in vp9_rd_pick_inter_mode_sub8x8()
|