Home
last modified time | relevance | path

Searched refs:get_pyramid_mv (Results 1 – 3 of 3) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/
Dvp9_encoder.h363 static INLINE int_mv *get_pyramid_mv(const TplDepFrame *tpl_frame, int rf_idx, in get_pyramid_mv() function
Dvp9_encoder.c5955 get_pyramid_mv(tpl_frame, rf_idx, bsize, mi_row, mi_col)->as_int;
6057 int_mv *mv = get_pyramid_mv(tpl_frame, rf_idx, bsize, mi_row, mi_col);
6335 get_pyramid_mv(tpl_frame, rf_idx, bsize, mi_row, mi_col)->as_mv;
6395 int_mv mv = *get_pyramid_mv(tpl_frame, idx, bsize, mi_row, mi_col);
Dvp9_mcomp.c1899 get_pyramid_mv(tpl_frame, rf_idx, bsize, mi_row + r, mi_col + c); in vp9_prepare_nb_full_mvs()