Home
last modified time | relevance | path

Searched refs:is_nut_pal8 (Results 1 - 1 of 1) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Drawdec.c50 int is_nut_pal8; member
123 context->is_nut_pal8 = 1; in raw_init_decoder()
189 else if (context->is_nut_pal8) in raw_decode()
205 (avctx->bits_per_coded_sample == 0 && (context->is_nut_pal8 || context->is_mono)) ) && in raw_decode()
208 context->is_nut_mono || context->is_nut_pal8)) { in raw_decode()
259 if (avctx->bits_per_coded_sample == 8 || context->is_nut_pal8 || context->is_mono) { in raw_decode()
379 } else if (context->is_nut_pal8) { in raw_decode()

Completed in 1 milliseconds