Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dcpia.c33 #define SUBSAMPLE_420 0 macro
68 || (header[17] != SUBSAMPLE_420 && header[17] != SUBSAMPLE_422) in cpia_decode_frame()
137 if ((i & 1) && header[17] == SUBSAMPLE_420) { in cpia_decode_frame()
157 } else if (header[17] == SUBSAMPLE_420) { in cpia_decode_frame()