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

  /external/libvpx/libvpx/vp9/common/
vp9_onyxc_int.h 65 } MV_REF;
69 MV_REF *mvs;
vp9_mvref_common.c 25 const MV_REF *const 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)) {
41 xd->mi[mv_ref->col + mv_ref->row * xd->mi_stride];
47 ADD_MV_REF_LIST(get_sub_block_mv(candidate_mi, 0, mv_ref->col, block),
50 ADD_MV_REF_LIST(get_sub_block_mv(candidate_mi, 1, mv_ref->col, block),
59 const POSITION *const mv_ref = &mv_ref_search[i]; local
60 if (is_inside(tile, mi_col, mi_row, cm->mi_rows, mv_ref)) {
62 xd->mi[mv_ref->col + mv_ref->row * xd->mi_stride]
86 const POSITION *mv_ref = &mv_ref_search[i]; local
    [all...]
  /external/libvpx/libvpx/vp9/decoder/
vp9_decodemv.c 458 // This macro is used to add a motion vector mv_ref list if it isn't
501 const MV_REF *const prev_frame_mvs =
518 const POSITION *const mv_ref = &mv_ref_search[i]; local
519 if (is_inside(tile, mi_col, mi_row, cm->mi_rows, mv_ref)) {
521 xd->mi[mv_ref->col + mv_ref->row * xd->mi_stride];
526 get_sub_block_mv(candidate_mi, 0, mv_ref->col, block),
530 get_sub_block_mv(candidate_mi, 1, mv_ref->col, block),
540 const POSITION *const mv_ref = &mv_ref_search[i]; local
541 if (is_inside(tile, mi_col, mi_row, cm->mi_rows, mv_ref)) {
567 const POSITION *mv_ref = &mv_ref_search[i]; local
680 const POSITION *const mv_ref = &mv_ref_search[i]; local
    [all...]
vp9_decodeframe.c     [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_encodeframe.c     [all...]
vp9_pickmode.c 69 const POSITION *const mv_ref = &mv_ref_search[i]; local
70 if (is_inside(tile, mi_col, mi_row, cm->mi_rows, mv_ref)) {
72 xd->mi[mv_ref->col + mv_ref->row * xd->mi_stride];
78 ADD_MV_REF_LIST(get_sub_block_mv(candidate_mi, 0, mv_ref->col, -1),
89 const POSITION *const mv_ref = &mv_ref_search[i]; local
90 if (is_inside(tile, mi_col, mi_row, cm->mi_rows, mv_ref)) {
92 xd->mi[mv_ref->col + mv_ref->row * xd->mi_stride];
105 const POSITION *mv_ref = &mv_ref_search[i] local
    [all...]
vp9_encoder.c     [all...]

Completed in 95 milliseconds