Home
last modified time | relevance | path

Searched refs:store_coding_context (Results 1 – 3 of 3) sorted by relevance

/external/libaom/libaom/av1/encoder/
Dnonrd_pickmode.c935 static void store_coding_context(MACROBLOCK *x, PICK_MODE_CONTEXT *ctx, function
938 static void store_coding_context(MACROBLOCK *x, PICK_MODE_CONTEXT *ctx) {
1841 store_coding_context(x, ctx, mi->mode);
1843 store_coding_context(x, ctx);
2964 store_coding_context(x, ctx, mi->mode);
2966 store_coding_context(x, ctx);
Drdopt.c901 static AOM_INLINE void store_coding_context( in store_coding_context() function
5832 store_coding_context(x, ctx, search_state.best_mode_index, in av1_rd_pick_inter_mode()
5836 store_coding_context(x, ctx, search_state.best_pred_diff, in av1_rd_pick_inter_mode()
5975 store_coding_context(x, ctx, THR_GLOBALMV, best_pred_diff, 0); in av1_rd_pick_inter_mode_sb_seg_skip()
5977 store_coding_context(x, ctx, best_pred_diff, 0); in av1_rd_pick_inter_mode_sb_seg_skip()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_rdopt.c2400 static void store_coding_context( in store_coding_context() function
4027 store_coding_context(x, ctx, best_mode_index, best_pred_diff, in vp9_rd_pick_inter_mode_sb()
4124 store_coding_context(x, ctx, THR_ZEROMV, best_pred_diff, best_filter_diff, 0); in vp9_rd_pick_inter_mode_sb_seg_skip()
4767 store_coding_context(x, ctx, best_ref_index, best_pred_diff, best_filter_diff, in vp9_rd_pick_inter_mode_sub8x8()