Home
last modified time | relevance | path

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

/external/chromium_org/media/base/
Dvideo_util.cc185 int dest_col_step = 1; in RotatePlaneByPixels() local
190 dest_col_step = -1; in RotatePlaneByPixels()
224 dest_col_step = (flip_vert ? -width : width); in RotatePlaneByPixels()
252 dest_ptr += dest_col_step; in RotatePlaneByPixels()