Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dinterplayvideo.c70 int is_16bpp; member
84 int x = (current_offset % dst->linesize[0]) / (1 + s->is_16bpp); in copy_from()
88 int motion_offset = dy * src->linesize[0] + dx * (1 + s->is_16bpp); in copy_from()
102 s->hdsp.put_pixels_tab[!s->is_16bpp][0](s->pixel_ptr, src->data[0] + motion_offset, in copy_from()
123 if (!s->is_16bpp) { in ipvideo_decode_block_opcode_0x2()
149 if (!s->is_16bpp) { in ipvideo_decode_block_opcode_0x3()
173 if (!s->is_16bpp) { in ipvideo_decode_block_opcode_0x4()
967 + (s->avctx->width - 8) * (1 + s->is_16bpp); in ipvideo_decode_format_06_opcodes()
1040 + (s->avctx->width - 8) * (1 + s->is_16bpp); in ipvideo_decode_format_10_opcodes()
1114 if (!s->is_16bpp) { in ipvideo_decode_format_11_opcodes()
[all...]

Completed in 2 milliseconds