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 68 } MV_REF;
72 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 464 // This macro is used to add a motion vector mv_ref list if it isn't
508 const MV_REF *const prev_frame_mvs =
525 const POSITION *const mv_ref = &mv_ref_search[i]; local
526 if (is_inside(tile, mi_col, mi_row, cm->mi_rows, mv_ref)) {
528 xd->mi[mv_ref->col + mv_ref->row * xd->mi_stride];
533 get_sub_block_mv(candidate_mi, 0, mv_ref->col, block),
537 get_sub_block_mv(candidate_mi, 1, mv_ref->col, block),
547 const POSITION *const mv_ref = &mv_ref_search[i]; local
548 if (is_inside(tile, mi_col, mi_row, cm->mi_rows, mv_ref)) {
589 const POSITION *mv_ref = &mv_ref_search[i]; local
702 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 377 milliseconds