Home | History | Annotate | Download | only in encoder

Lines Matching refs:temp_mv

1406   int_mv temp_mv;
1408 int bestsme = cpi->diamond_search_sad(x, mvp_full, &temp_mv,
1412 dst_mv->as_int = temp_mv.as_int;
1428 thissme = cpi->diamond_search_sad(x, mvp_full, &temp_mv,
1439 dst_mv->as_int = temp_mv.as_int;