Lines Matching refs:is_16bpp
70 int is_16bpp;
84 int x = (current_offset % dst->linesize[0]) / (1 + s->is_16bpp);
88 int motion_offset = dy * src->linesize[0] + dx * (1 + s->is_16bpp);
102 s->hdsp.put_pixels_tab[!s->is_16bpp][0](s->pixel_ptr, src->data[0] + motion_offset,
123 if (!s->is_16bpp) {
149 if (!s->is_16bpp) {
173 if (!s->is_16bpp) {
967 + (s->avctx->width - 8) * (1 + s->is_16bpp);
1040 + (s->avctx->width - 8) * (1 + s->is_16bpp);
1114 if (!s->is_16bpp) {
1126 + (s->avctx->width - 8) * (1 + s->is_16bpp);
1139 if (!s->is_16bpp) {
1168 s->is_16bpp = avctx->bits_per_coded_sample == 16;
1169 avctx->pix_fmt = s->is_16bpp ? AV_PIX_FMT_RGB555 : AV_PIX_FMT_PAL8;
1243 if (s->is_16bpp) {
1273 if (s->is_16bpp) {
1319 if (!s->is_16bpp) {