Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dtarga.h44 TGA_INTERLEAVE2 = 0x40, // 2-way interleave, odd then even lines enumerator
Dtarga.c191 interleave = flags & TGA_INTERLEAVE2 ? 2 : in decode_frame()