HomeSort by relevance Sort by last modified time
    Searched refs:MV_REF (Results 1 - 6 of 6) sorted by null

  /external/libvpx/libvpx/vp9/common/
vp9_onyxc_int.h 69 } MV_REF;
73 MV_REF *mvs;
vp9_mvref_common.c 27 const MV_REF *const prev_frame_mvs = cm->use_prev_frame_mvs ?
38 const POSITION *const mv_ref = &mv_ref_search[i]; local
39 if (is_inside(tile, mi_col, mi_row, cm->mi_rows, mv_ref)) {
40 const MODE_INFO *const candidate_mi = xd->mi[mv_ref->col + mv_ref->row *
48 ADD_MV_REF_LIST(get_sub_block_mv(candidate_mi, 0, mv_ref->col, block),
51 ADD_MV_REF_LIST(get_sub_block_mv(candidate_mi, 1, mv_ref->col, block),
60 const POSITION *const mv_ref = &mv_ref_search[i]; local
61 if (is_inside(tile, mi_col, mi_row, cm->mi_rows, mv_ref)) {
62 const MB_MODE_INFO *const candidate = &xd->mi[mv_ref->col + mv_ref->row
102 const POSITION *mv_ref = &mv_ref_search[i]; local
    [all...]
  /external/libvpx/libvpx/vp9/decoder/
vp9_decodemv.c 614 MV_REF* frame_mvs = cm->cur_frame->mvs + mi_row * cm->mi_cols + mi_col;
623 MV_REF *const frame_mv = frame_mvs + h * cm->mi_cols;
625 MV_REF *const mv = frame_mv + w;
vp9_decodeframe.c     [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_encodeframe.c     [all...]
vp9_encoder.c     [all...]

Completed in 78 milliseconds