Searched refs:TGA_INTERLEAVE4 (Results 1 – 2 of 2) sorted by relevance
/third_party/ffmpeg/libavcodec/ | ||
D | targa.h | 45 TGA_INTERLEAVE4 = 0x80, // 4-way interleave enumerator |
D | targa.c | 192 flags & TGA_INTERLEAVE4 ? 4 : 1; in decode_frame() |