Home
last modified time | relevance | path

Searched refs:pts_inref (Results 1 – 5 of 5) sorted by relevance

/external/libaom/libaom/av1/common/
Dmvref_common.c1051 int *pts_inref, int row_offset, int sign_r, in record_samples() argument
1060 pts_inref[0] = GET_MV_SUBPEL(x) + mbmi->mv[0].as_mv.col; in record_samples()
1061 pts_inref[1] = GET_MV_SUBPEL(y) + mbmi->mv[0].as_mv.row; in record_samples()
1065 uint8_t av1_selectSamples(MV *mv, int *pts, int *pts_inref, int len, in av1_selectSamples() argument
1077 pts_mvd[i] = abs(pts_inref[2 * i] - pts[2 * i] - mv->col) + in av1_selectSamples()
1078 abs(pts_inref[2 * i + 1] - pts[2 * i + 1] - mv->row); in av1_selectSamples()
1101 pts_inref[2 * i] = pts_inref[2 * j]; in av1_selectSamples()
1102 pts_inref[2 * i + 1] = pts_inref[2 * j + 1]; in av1_selectSamples()
1114 int *pts_inref) { in av1_findSamples() argument
1141 record_samples(mbmi, pts, pts_inref, 0, -1, col_offset, 1); in av1_findSamples()
[all …]
Dmvref_common.h256 uint8_t av1_selectSamples(MV *mv, int *pts, int *pts_inref, int len,
259 int *pts_inref);
/external/libaom/libaom/av1/decoder/
Ddecodemv.c1274 int pts[SAMPLES_ARRAY_SIZE], pts_inref[SAMPLES_ARRAY_SIZE]; in read_inter_block_mode_info() local
1406 mbmi->num_proj_ref = av1_findSamples(cm, xd, pts, pts_inref); in read_inter_block_mode_info()
1481 mbmi->num_proj_ref = av1_selectSamples(&mbmi->mv[0].as_mv, pts, pts_inref, in read_inter_block_mode_info()
1485 if (av1_find_projection(mbmi->num_proj_ref, pts, pts_inref, bsize, in read_inter_block_mode_info()
/external/libaom/libaom/av1/encoder/
Drdopt.c1354 int pts[SAMPLES_ARRAY_SIZE], pts_inref[SAMPLES_ARRAY_SIZE]; in motion_mode_rd() local
1361 memcpy(pts_inref, pts_inref0, total_samples * 2 * sizeof(*pts_inref0)); in motion_mode_rd()
1365 &mbmi->mv[0].as_mv, pts, pts_inref, mbmi->num_proj_ref, bsize); in motion_mode_rd()
1368 if (!av1_find_projection(mbmi->num_proj_ref, pts, pts_inref, bsize, in motion_mode_rd()
5104 int pts[SAMPLES_ARRAY_SIZE], pts_inref[SAMPLES_ARRAY_SIZE]; in av1_rd_pick_inter_mode_sb_seg_skip() local
5105 mbmi->num_proj_ref = av1_findSamples(cm, xd, pts, pts_inref); in av1_rd_pick_inter_mode_sb_seg_skip()
5108 mbmi->num_proj_ref = av1_selectSamples(&mbmi->mv[0].as_mv, pts, pts_inref, in av1_rd_pick_inter_mode_sb_seg_skip()
Dmcomp.c2937 int pts[SAMPLES_ARRAY_SIZE], pts_inref[SAMPLES_ARRAY_SIZE]; in av1_refine_warped_mv() local
2950 memcpy(pts_inref, pts_inref0, total_samples * 2 * sizeof(*pts_inref0)); in av1_refine_warped_mv()
2953 av1_selectSamples(&this_mv, pts, pts_inref, total_samples, bsize); in av1_refine_warped_mv()
2955 if (!av1_find_projection(mbmi->num_proj_ref, pts, pts_inref, bsize, in av1_refine_warped_mv()