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

  /external/libvpx/libvpx/vp9/encoder/
vp9_rd.c 491 int max_mv = 0; local
515 max_mv = VPXMAX(max_mv, VPXMAX(abs(this_mv->row), abs(this_mv->col)) >> 3);
533 x->max_mv_context[ref_frame] = max_mv;
vp9_rdopt.c 1960 int max_mv; local
    [all...]

Completed in 59 milliseconds