Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/common/
Dmvref_common.c940 const RefCntBuffer *const start_frame_buf = in motion_field_projection() local
942 if (start_frame_buf == NULL) return 0; in motion_field_projection()
944 if (start_frame_buf->frame_type == KEY_FRAME || in motion_field_projection()
945 start_frame_buf->frame_type == INTRA_ONLY_FRAME) in motion_field_projection()
948 if (start_frame_buf->mi_rows != cm->mi_rows || in motion_field_projection()
949 start_frame_buf->mi_cols != cm->mi_cols) in motion_field_projection()
952 const int start_frame_order_hint = start_frame_buf->order_hint; in motion_field_projection()
954 &start_frame_buf->ref_order_hints[0]; in motion_field_projection()
967 MV_REF *mv_ref_base = start_frame_buf->mvs; in motion_field_projection()