Home
last modified time | relevance | path

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

/external/libaom/libaom/examples/
Dinspect.c412 insp_mi_data *next_mi = &frame_data.mi_grid[r * mi_cols + t]; in put_reference_frame() local
413 if (mi->ref_frame[0] != next_mi->ref_frame[0] || in put_reference_frame()
414 mi->ref_frame[1] != next_mi->ref_frame[1]) { in put_reference_frame()
449 insp_mi_data *next_mi = &frame_data.mi_grid[r * mi_cols + t]; in put_motion_vectors() local
450 if (mi->mv[0].col != next_mi->mv[0].col || in put_motion_vectors()
451 mi->mv[0].row != next_mi->mv[0].row || in put_motion_vectors()
452 mi->mv[1].col != next_mi->mv[1].col || in put_motion_vectors()
453 mi->mv[1].row != next_mi->mv[1].row) { in put_motion_vectors()
539 insp_mi_data *next_mi = &frame_data.mi_grid[r * mi_cols + t]; in put_block_info() local
540 int16_t *nv = (int16_t *)(((int8_t *)next_mi) + offset); in put_block_info()