Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/common/
Dvp9_onyxc_int.h64 } MV_REF; typedef
68 MV_REF *mvs;
Dvp9_mvref_common.c25 const MV_REF *const prev_frame_mvs = in find_mv_refs_idx()
/external/libvpx/libvpx/vp9/decoder/
Dvp9_decodemv.c490 const MV_REF *const prev_frame_mvs = in dec_find_mv_refs()
817 MV_REF *frame_mvs = cm->cur_frame->mvs + mi_row * cm->mi_cols + mi_col; in vp9_read_mode_info()
827 MV_REF *const mv = frame_mvs + w; in vp9_read_mode_info()
Dvp9_decodeframe.c1474 (MV_REF *)vpx_calloc(cm->mi_rows * cm->mi_cols, in resize_mv_buffer()
/external/libaom/libaom/av1/common/
Dav1_common_int.h110 } MV_REF; typedef
137 MV_REF *mvs;
902 (MV_REF *)aom_calloc(((mi_params->mi_rows + 1) >> 1) * in ensure_mv_buffer()
Dmvref_common.c44 MV_REF *frame_mvs = in av1_copy_frame_mvs()
51 MV_REF *mv = frame_mvs; in av1_copy_frame_mvs()
941 MV_REF *mv_ref_base = start_frame_buf->mvs; in motion_field_projection()
947 MV_REF *mv_ref = &mv_ref_base[blk_row * mvs_cols + blk_col]; in motion_field_projection()
/external/libaom/libaom/av1/decoder/
Ddecodemv.c1545 MV_REF *frame_mvs = in intra_copy_frame_mvs()
1551 MV_REF *mv = frame_mvs; in intra_copy_frame_mvs()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_encodeframe.c1811 MV_REF *const frame_mvs = cm->cur_frame->mvs + mi_row * cm->mi_cols + mi_col; in update_state()
1911 MV_REF *const frame_mv = frame_mvs + h * cm->mi_cols; in update_state()
1913 MV_REF *const mv = frame_mv + w; in update_state()
2558 MV_REF *const frame_mvs = in update_state_rt()
2563 MV_REF *const frame_mv = frame_mvs + h * cm->mi_cols; in update_state_rt()
2565 MV_REF *const mv = frame_mv + w; in update_state_rt()
Dvp9_pickmode.c131 MV_REF *candidate = in mv_refs_rt()
Dvp9_encoder.c3350 (MV_REF *)vpx_calloc(cm->mi_rows * cm->mi_cols,