Searched refs:MV_REF (Results 1 – 6 of 6) sorted by relevance
69 } MV_REF; typedef73 MV_REF *mvs;
27 const MV_REF *const prev_frame_mvs = cm->use_prev_frame_mvs ? in find_mv_refs_idx()
614 MV_REF* frame_mvs = cm->cur_frame->mvs + mi_row * cm->mi_cols + mi_col; in vpx_read_mode_info()623 MV_REF *const frame_mv = frame_mvs + h * cm->mi_cols; in vpx_read_mode_info()625 MV_REF *const mv = frame_mv + w; in vpx_read_mode_info()
1199 cm->cur_frame->mvs = (MV_REF *)vpx_calloc(cm->mi_rows * cm->mi_cols, in resize_mv_buffer()
985 MV_REF *const frame_mvs = in update_state()1095 MV_REF *const frame_mv = frame_mvs + h * cm->mi_cols; in update_state()1097 MV_REF *const mv = frame_mv + w; in update_state()1712 MV_REF *const frame_mvs = in update_state_rt()1717 MV_REF *const frame_mv = frame_mvs + h * cm->mi_cols; in update_state_rt()1719 MV_REF *const mv = frame_mv + w; in update_state_rt()
2807 (MV_REF *)vpx_calloc(cm->mi_rows * cm->mi_cols,