Searched refs:new_mv (Results 1 – 7 of 7) sorted by relevance
/external/libgav1/libgav1/src/utils/ |
D | types.h | 90 int new_mv; member
|
/external/libgav1/libgav1/src/tile/bitstream/ |
D | mode_info.cc | 946 std::min(mode_contexts.new_mv, kCompoundModeNewMvContexts - 1); in ReadInterPredictionModeY() 956 symbol_decoder_context_.new_mv_cdf[mode_contexts.new_mv])) { in ReadInterPredictionModeY()
|
/external/libgav1/libgav1/src/ |
D | motion_vector.cc | 860 &contexts->new_mv, &contexts->reference_mv); in FindMvStack()
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_rdopt.c | 2091 MV *const new_mv = &mode_mv[NEWMV][0].as_mv; in rd_pick_best_sub8x8_mode() local 2148 &bsi->ref_mv[0]->as_mv, new_mv, INT_MAX, 1); in rd_pick_best_sub8x8_mode() 2155 x, new_mv, &bsi->ref_mv[0]->as_mv, cm->allow_high_precision_mv, in rd_pick_best_sub8x8_mode() 2163 seg_mvs[i][mi->ref_frame[0]].as_mv = *new_mv; in rd_pick_best_sub8x8_mode() 2166 x->pred_mv[mi->ref_frame[0]] = *new_mv; in rd_pick_best_sub8x8_mode()
|
D | vp9_encoder.c | 6550 static INLINE double get_mv_diff_cost(MV *new_mv, MV *ref_mv) { argument 6551 double mv_diff_cost = log2(1 + abs(new_mv->row - ref_mv->row)) + 6552 log2(1 + abs(new_mv->col - ref_mv->col)); 6561 MV new_mv = get_mv_from_mv_mode(mv_mode, cpi, motion_field, tpl_frame, local 6570 double nearest_cost = get_mv_diff_cost(&new_mv, &nearest_mv); 6571 double near_cost = get_mv_diff_cost(&new_mv, &near_mv);
|
/external/libaom/libaom/av1/encoder/ |
D | bitstream.c | 103 const int new_mv = mbmi->mode == NEWMV || mbmi->mode == NEW_NEWMV; in write_drl_idx() local 104 if (new_mv) { in write_drl_idx()
|
D | encodeframe.c | 1435 const int new_mv = mbmi->mode == NEWMV || mbmi->mode == NEW_NEWMV; in update_stats() local 1436 if (new_mv) { in update_stats() 1469 if (new_mv) { in update_stats()
|