Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dtarga.h45 TGA_INTERLEAVE4 = 0x80, // 4-way interleave enumerator
Dtarga.c192 flags & TGA_INTERLEAVE4 ? 4 : 1; in decode_frame()