Lines Matching defs:IpvideoContext

54 typedef struct IpvideoContext {
78 } IpvideoContext;
80 static int copy_from(IpvideoContext *s, AVFrame *src, AVFrame *dst, int delta_x, int delta_y)
107 static int ipvideo_decode_block_opcode_0x0(IpvideoContext *s, AVFrame *frame)
112 static int ipvideo_decode_block_opcode_0x1(IpvideoContext *s, AVFrame *frame)
117 static int ipvideo_decode_block_opcode_0x2(IpvideoContext *s, AVFrame *frame)
141 static int ipvideo_decode_block_opcode_0x3(IpvideoContext *s, AVFrame *frame)
167 static int ipvideo_decode_block_opcode_0x4(IpvideoContext *s, AVFrame *frame)
188 static int ipvideo_decode_block_opcode_0x5(IpvideoContext *s, AVFrame *frame)
201 static int ipvideo_decode_block_opcode_0x6(IpvideoContext *s, AVFrame *frame)
210 static int ipvideo_decode_block_opcode_0x7(IpvideoContext *s, AVFrame *frame)
254 static int ipvideo_decode_block_opcode_0x8(IpvideoContext *s, AVFrame *frame)
332 static int ipvideo_decode_block_opcode_0x9(IpvideoContext *s, AVFrame *frame)
402 static int ipvideo_decode_block_opcode_0xA(IpvideoContext *s, AVFrame *frame)
468 static int ipvideo_decode_block_opcode_0xB(IpvideoContext *s, AVFrame *frame)
482 static int ipvideo_decode_block_opcode_0xC(IpvideoContext *s, AVFrame *frame)
501 static int ipvideo_decode_block_opcode_0xD(IpvideoContext *s, AVFrame *frame)
526 static int ipvideo_decode_block_opcode_0xE(IpvideoContext *s, AVFrame *frame)
543 static int ipvideo_decode_block_opcode_0xF(IpvideoContext *s, AVFrame *frame)
564 static int ipvideo_decode_block_opcode_0x6_16(IpvideoContext *s, AVFrame *frame)
576 static int ipvideo_decode_block_opcode_0x7_16(IpvideoContext *s, AVFrame *frame)
613 static int ipvideo_decode_block_opcode_0x8_16(IpvideoContext *s, AVFrame *frame)
689 static int ipvideo_decode_block_opcode_0x9_16(IpvideoContext *s, AVFrame *frame)
756 static int ipvideo_decode_block_opcode_0xA_16(IpvideoContext *s, AVFrame *frame)
822 static int ipvideo_decode_block_opcode_0xB_16(IpvideoContext *s, AVFrame *frame)
838 static int ipvideo_decode_block_opcode_0xC_16(IpvideoContext *s, AVFrame *frame)
858 static int ipvideo_decode_block_opcode_0xD_16(IpvideoContext *s, AVFrame *frame)
879 static int ipvideo_decode_block_opcode_0xE_16(IpvideoContext *s, AVFrame *frame)
898 static int (* const ipvideo_decode_block[])(IpvideoContext *s, AVFrame *frame) = {
909 static int (* const ipvideo_decode_block16[])(IpvideoContext *s, AVFrame *frame) = {
920 static void ipvideo_format_06_firstpass(IpvideoContext *s, AVFrame *frame, int16_t opcode)
936 static void ipvideo_format_06_secondpass(IpvideoContext *s, AVFrame *frame, int16_t opcode)
951 static void (* const ipvideo_format_06_passes[])(IpvideoContext *s, AVFrame *frame, int16_t op) = {
955 static void ipvideo_decode_format_06_opcodes(IpvideoContext *s, AVFrame *frame)
994 static void ipvideo_format_10_firstpass(IpvideoContext *s, AVFrame *frame, int16_t opcode)
1006 static void ipvideo_format_10_secondpass(IpvideoContext *s, AVFrame *frame, int16_t opcode)
1021 static void (* const ipvideo_format_10_passes[])(IpvideoContext *s, AVFrame *frame, int16_t op) = {
1025 static void ipvideo_decode_format_10_opcodes(IpvideoContext *s, AVFrame *frame)
1106 static void ipvideo_decode_format_11_opcodes(IpvideoContext *s, AVFrame *frame)
1164 IpvideoContext *s = avctx->priv_data;
1197 IpvideoContext *s = avctx->priv_data;
1349 IpvideoContext *s = avctx->priv_data;
1364 .priv_data_size = sizeof(IpvideoContext),