Home
last modified time | relevance | path

Searched refs:mv_ref_blocks (Results 1 – 4 of 4) sorted by relevance

/external/libvpx/libvpx/vp9/common/
Dvp9_mvref_common.h89 static const POSITION mv_ref_blocks[BLOCK_SIZES][MVREF_NEIGHBOURS] = { variable
Dvp9_mvref_common.c22 const POSITION *const mv_ref_search = mv_ref_blocks[mi->sb_type]; in find_mv_refs_idx()
/external/libvpx/libvpx/vp9/decoder/
Dvp9_decodemv.c724 const POSITION *const mv_ref_search = mv_ref_blocks[bsize]; in read_inter_block_mode_info()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_pickmode.c56 const POSITION *const mv_ref_search = mv_ref_blocks[mi->sb_type]; in mv_refs_rt()