Home
last modified time | relevance | path

Searched refs:INTER_OFFSET (Results 1 – 8 of 8) sorted by relevance

/external/libvpx/libvpx/vp9/common/
Dvp9_entropymode.c258 -INTER_OFFSET(ZEROMV), 2, -INTER_OFFSET(NEARESTMV), 4, -INTER_OFFSET(NEARMV),
259 -INTER_OFFSET(NEWMV)
Dvp9_entropymode.h27 #define INTER_OFFSET(mode) ((mode)-NEARESTMV) macro
/external/libaom/libaom/av1/common/
Dentropymode.h29 #define INTER_OFFSET(mode) ((mode)-NEARESTMV) macro
/external/libvpx/libvpx/vp9/encoder/
Dvp9_pickmode.c226 cpi->inter_mode_cost[x->mbmi_ext->mode_context[ref]][INTER_OFFSET(NEWMV)]; in combined_motion_search()
975 [INTER_OFFSET(this_mode)]; in encode_breakout_test()
1056 return INTER_OFFSET(mode); in mode_offset()
1362 [INTER_OFFSET(ZEROMV)]; in recheck_zeromv_after_denoising()
2117 mode_index = mode_idx[ref_frame][INTER_OFFSET(this_mode)]; in vp9_pick_inter_mode()
2291 [INTER_OFFSET(this_mode)]; in vp9_pick_inter_mode()
2763 [INTER_OFFSET(NEWMV)]; in vp9_pick_inter_mode_sub8x8()
2778 [INTER_OFFSET(this_mode)]; in vp9_pick_inter_mode_sub8x8()
Dvp9_rdopt.c1426 return cpi->inter_mode_cost[mode_context][INTER_OFFSET(mode)]; in cost_mv_ref()
1931 mode_idx = INTER_OFFSET(this_mode); in rd_pick_best_sub8x8_mode()
2142 mode_idx = INTER_OFFSET(mode_selected); in rd_pick_best_sub8x8_mode()
2179 mode_idx = INTER_OFFSET(bsi->modes[i]); in rd_pick_best_sub8x8_mode()
Dvp9_bitstream.c60 &inter_mode_encodings[INTER_OFFSET(mode)]); in write_inter_mode()
Dvp9_encodeframe.c2075 ++counts->inter_mode[mode_ctx][INTER_OFFSET(mode)]; in update_stats()
2084 ++counts->inter_mode[mode_ctx][INTER_OFFSET(b_mode)]; in update_stats()
/external/libaom/libaom/av1/encoder/
Drdopt.c12290 const int mode_offset = INTER_OFFSET(this_mode); in collect_single_states()
12342 best_rd = AOMMIN(state[INTER_OFFSET(NEWMV)][0].rd, in analyze_single_states()
12343 state[INTER_OFFSET(GLOBALMV)][0].rd); in analyze_single_states()
12354 best_rd = AOMMIN(state[INTER_OFFSET(NEWMV)][0].rd, in analyze_single_states()
12355 state[INTER_OFFSET(GLOBALMV)][0].rd); in analyze_single_states()
12421 const int mode_offset = INTER_OFFSET(mode); in compound_skip_get_candidates()
12454 const int mode_offset[2] = { INTER_OFFSET(mode[0]), INTER_OFFSET(mode[1]) }; in compound_skip_by_single_states()