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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Drawdec.c46 int is_lt_16bpp; // 16bpp pixfmt and bits_per_coded_sample < 16 member in struct:RawVideoContext
116 context->is_lt_16bpp = av_get_bits_per_pixel(desc) == 16 && avctx->bits_per_coded_sample && avctx->bits_per_coded_sample < 16;
178 int need_copy = !avpkt->buf || context->is_2_4_bpp || context->is_yuv2 || context->is_lt_16bpp;
230 } else if (context->is_lt_16bpp) {

Completed in 101 milliseconds