Searched refs:frame_mv (Results 1 – 8 of 8) sorted by relevance
/external/libaom/av1/encoder/ |
D | nonrd_opt.h | 76 int_mv frame_mv[MB_MODE_COUNT][REF_FRAMES], TileDataEnc *tile_data, in find_predictors() 90 frame_mv[NEWMV][ref_frame].as_int = INVALID_MV; in find_predictors() 105 &frame_mv[NEARESTMV][ref_frame], &frame_mv[NEARMV][ref_frame], 0); in find_predictors() 106 frame_mv[GLOBALMV][ref_frame] = mbmi_ext->global_mvs[ref_frame]; in find_predictors()
|
D | nonrd_pickmode.c | 94 int_mv frame_mv[MB_MODE_COUNT][REF_FRAMES]; member 545 int_mv frame_mv[][REF_FRAMES], in search_new_mv() 565 frame_mv[NEWMV][ref_frame].as_int = mi->mv[0].as_int; in search_new_mv() 570 frame_mv[NEWMV][ref_frame].as_mv.row >>= 3; in search_new_mv() 571 frame_mv[NEWMV][ref_frame].as_mv.col >>= 3; in search_new_mv() 585 frame_mv[NEWMV][ref_frame].as_int = best_mv.as_int; in search_new_mv() 591 if (frame_mv[NEWMV][ref_frame].as_mv.col == ref_mv.col && in search_new_mv() 592 frame_mv[NEWMV][ref_frame].as_mv.row == ref_mv.row) in search_new_mv() 595 *rate_mv = av1_mv_bit_cost(&frame_mv[NEWMV][ref_frame].as_mv, &ref_mv, in search_new_mv() 599 &frame_mv[NEWMV][ref_frame], rate_mv, in search_new_mv() [all …]
|
D | av1_temporal_denoiser.h | 61 int_mv (*frame_mv)[REF_FRAMES]; member
|
D | partition_search.c | 2748 int_mv frame_mv[MB_MODE_COUNT][REF_FRAMES]; in direct_partition_merging() local 2755 frame_mv[i][j].as_int = INVALID_MV; in direct_partition_merging() 2763 find_predictors(cpi, x, ref_frame, frame_mv, tile_data, yv12_mb, bsize, in direct_partition_merging() 2767 if (frame_mv[NEARESTMV][ref_frame].as_mv.row != b0[0]->mv[0].as_mv.row || in direct_partition_merging() 2768 frame_mv[NEARESTMV][ref_frame].as_mv.col != b0[0]->mv[0].as_mv.col) in direct_partition_merging() 2779 find_predictors(cpi, x, ref_frame, frame_mv, tile_data, yv12_mb, in direct_partition_merging()
|
/external/libvpx/vp9/encoder/ |
D | vp9_pickmode.c | 1257 int_mv frame_mv[MB_MODE_COUNT][MAX_REF_FRAMES], in find_predictors() 1268 frame_mv[NEWMV][ref_frame].as_int = INVALID_MV; in find_predictors() 1269 frame_mv[ZEROMV][ref_frame].as_int = 0; in find_predictors() 1281 candidates, &frame_mv[NEWMV][ref_frame], mi_row, mi_col, in find_predictors() 1285 &frame_mv[NEARESTMV][ref_frame], in find_predictors() 1286 &frame_mv[NEARMV][ref_frame]); in find_predictors() 1361 int_mv frame_mv[MB_MODE_COUNT][MAX_REF_FRAMES], int reuse_inter_pred, in vp9_pickmode_ctx_den_update() 1365 ctx_den->frame_mv = frame_mv; in vp9_pickmode_ctx_den_update() 1424 ctx_den->frame_mv[ctx_den->best_mode][ctx_den->best_ref_frame] in recheck_zeromv_after_denoising() 1576 int_mv frame_mv[][MAX_REF_FRAMES], in search_new_mv() [all …]
|
D | vp9_rdopt.c | 1585 int_mv frame_mv[MB_MODE_COUNT][MAX_REF_FRAMES], in set_and_cost_bmi_mvs() 1610 this_mv[0].as_int = frame_mv[mode][mi->ref_frame[0]].as_int; in set_and_cost_bmi_mvs() 1612 this_mv[1].as_int = frame_mv[mode][mi->ref_frame[1]].as_int; in set_and_cost_bmi_mvs() 1831 int_mv frame_mv[MB_MODE_COUNT][MAX_REF_FRAMES], in check_best_zero_mv() 1835 frame_mv[this_mode][ref_frames[0]].as_int == 0 && in check_best_zero_mv() 1837 frame_mv[this_mode][ref_frames[1]].as_int == 0)) { in check_best_zero_mv() 1850 if ((c3 >= c2 && frame_mv[NEARESTMV][ref_frames[0]].as_int == 0) || in check_best_zero_mv() 1851 (c3 >= c1 && frame_mv[NEARMV][ref_frames[0]].as_int == 0)) in check_best_zero_mv() 1854 if ((c3 >= c2 && frame_mv[NEARESTMV][ref_frames[0]].as_int == 0 && in check_best_zero_mv() 1855 frame_mv[NEARESTMV][ref_frames[1]].as_int == 0) || in check_best_zero_mv() [all …]
|
D | vp9_denoiser.h | 61 int_mv (*frame_mv)[MAX_REF_FRAMES]; member
|
D | vp9_encodeframe.c | 1880 MV_REF *const frame_mv = frame_mvs + h * cm->mi_cols; in update_state() local 1882 MV_REF *const mv = frame_mv + w; in update_state() 2538 MV_REF *const frame_mv = frame_mvs + h * cm->mi_cols; in update_state_rt() local 2540 MV_REF *const mv = frame_mv + w; in update_state_rt()
|