Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/common/
Dvp9_onyxc_int.h68 } MV_REF; typedef
72 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.c508 const MV_REF *const prev_frame_mvs = in dec_find_mv_refs()
839 MV_REF *frame_mvs = cm->cur_frame->mvs + mi_row * cm->mi_cols + mi_col; in vp9_read_mode_info()
849 MV_REF *const mv = frame_mvs + w; in vp9_read_mode_info()
Dvp9_decodeframe.c1147 (MV_REF *)vpx_calloc(cm->mi_rows * cm->mi_cols, in resize_mv_buffer()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_encodeframe.c1470 MV_REF *const frame_mvs = cm->cur_frame->mvs + mi_row * cm->mi_cols + mi_col; in update_state()
1570 MV_REF *const frame_mv = frame_mvs + h * cm->mi_cols; in update_state()
1572 MV_REF *const mv = frame_mv + w; in update_state()
2210 MV_REF *const frame_mvs = in update_state_rt()
2215 MV_REF *const frame_mv = frame_mvs + h * cm->mi_cols; in update_state_rt()
2217 MV_REF *const mv = frame_mv + w; in update_state_rt()
Dvp9_pickmode.c120 MV_REF *candidate = in mv_refs_rt()
Dvp9_encoder.c3001 (MV_REF *)vpx_calloc(cm->mi_rows * cm->mi_cols,