Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/common/
Dvp9_scale.c39 const int y_off_q4 = scaled_y(y << SUBPEL_BITS, sf) & SUBPEL_MASK; in vp9_scale_mv() local
40 const MV32 res = { scaled_y(mv->row, sf) + y_off_q4, in vp9_scale_mv()