Searched refs:find_ref_mv (Results 1 – 1 of 1) sorted by relevance
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_encoder.c | 6436 static int_mv find_ref_mv(int mv_mode, VP9_COMP *cpi, TplDepFrame *tpl_frame, function 6496 mv = find_ref_mv(mv_mode, cpi, tpl_frame, bsize, mi_row, mi_col); 6499 mv = find_ref_mv(mv_mode, cpi, tpl_frame, bsize, mi_row, mi_col);
|