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

  /external/libvpx/libvpx/vp9/common/
vp9_mvref_common.c 22 const POSITION *const mv_ref_search = mv_ref_blocks[mi->sb_type]; local
38 const POSITION *const mv_ref = &mv_ref_search[i];
59 const POSITION *const mv_ref = &mv_ref_search[i];
86 const POSITION *mv_ref = &mv_ref_search[i];
  /external/libvpx/libvpx/vp9/decoder/
vp9_decodemv.c 501 const POSITION *const mv_ref_search,
525 const POSITION *const mv_ref = &mv_ref_search[i];
547 const POSITION *const mv_ref = &mv_ref_search[i];
589 const POSITION *mv_ref = &mv_ref_search[i];
641 const POSITION *const mv_ref_search,
654 dec_find_mv_refs(cm, xd, b_mode, mi->ref_frame[ref], mv_ref_search,
694 const POSITION *const mv_ref_search, int mi_row,
702 const POSITION *const mv_ref = &mv_ref_search[i];
724 const POSITION *const mv_ref_search = mv_ref_blocks[bsize]; local
728 inter_mode_ctx = get_mode_context(cm, xd, mv_ref_search, mi_row, mi_col)
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_pickmode.c 56 const POSITION *const mv_ref_search = mv_ref_blocks[mi->sb_type]; local
69 const POSITION *const mv_ref = &mv_ref_search[i];
89 const POSITION *const mv_ref = &mv_ref_search[i];
105 const POSITION *mv_ref = &mv_ref_search[i];
    [all...]

Completed in 55 milliseconds