Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/common/
Dvp9_onyxc_int.h69 } MV_REF; typedef
73 MV_REF *mvs;
Dvp9_mvref_common.c27 const MV_REF *const prev_frame_mvs = cm->use_prev_frame_mvs ? in find_mv_refs_idx()
/external/libvpx/libvpx/vp9/decoder/
Dvp9_decodemv.c614 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()
Dvp9_decodeframe.c1199 cm->cur_frame->mvs = (MV_REF *)vpx_calloc(cm->mi_rows * cm->mi_cols, in resize_mv_buffer()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_encodeframe.c985 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()
Dvp9_encoder.c2807 (MV_REF *)vpx_calloc(cm->mi_rows * cm->mi_cols,