Searched refs:flipped_image (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dvp3.c137 int flipped_image; member in struct:Vp3DecodeContext
1318 if (!s->flipped_image) stride = -stride;
1528 if (!s->flipped_image) stride = -stride;
1584 #define Y_INITIAL(chroma_shift) s->flipped_image ? 1 : s->fragment_height >> chroma_shift
1585 #define Y_FINISHED(chroma_shift) s->flipped_image ? y <= s->fragment_height >> chroma_shift : y > 0
1588 const int y_inc = s->flipped_image ? 1 : -1;
2062 s->flipped_image = 1;

Completed in 98 milliseconds