Home | History | Annotate | Download | only in source

Lines Matching refs:src_bot

885   const uint8* src_bot = src + src_stride * (height - 1);
892 MirrorRow(src_bot, dst, width); // Mirror last row into first row
895 src_bot -= src_stride;