Searched refs:TGA_INTERLEAVE2 (Results 1 – 2 of 2) sorted by relevance
/third_party/ffmpeg/libavcodec/ | ||
D | targa.h | 44 TGA_INTERLEAVE2 = 0x40, // 2-way interleave, odd then even lines enumerator |
D | targa.c | 191 interleave = flags & TGA_INTERLEAVE2 ? 2 : in decode_frame() |