Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/decoder/
Dvp9_decodemv.c816 MV_REF *frame_mvs = cm->cur_frame->mvs + mi_row * cm->mi_cols + mi_col; in vp9_read_mode_info() local
826 MV_REF *const mv = frame_mvs + w; in vp9_read_mode_info()
830 frame_mvs += cm->mi_cols; in vp9_read_mode_info()
/external/libaom/libaom/av1/common/
Dmvref_common.c44 MV_REF *frame_mvs = in av1_copy_frame_mvs() local
51 MV_REF *mv = frame_mvs; in av1_copy_frame_mvs()
70 frame_mvs += frame_mvs_stride; in av1_copy_frame_mvs()
/external/libaom/libaom/av1/decoder/
Ddecodemv.c1531 MV_REF *frame_mvs = in intra_copy_frame_mvs() local
1537 MV_REF *mv = frame_mvs; in intra_copy_frame_mvs()
1542 frame_mvs += frame_mvs_stride; in intra_copy_frame_mvs()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_encodeframe.c1742 MV_REF *const frame_mvs = cm->cur_frame->mvs + mi_row * cm->mi_cols + mi_col; in update_state() local
1842 MV_REF *const frame_mv = frame_mvs + h * cm->mi_cols; in update_state()
2474 MV_REF *const frame_mvs = in update_state_rt() local
2479 MV_REF *const frame_mv = frame_mvs + h * cm->mi_cols; in update_state_rt()