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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dsvq1enc.c43 typedef struct SVQ1Context { struct
74 } SVQ1Context; typedef in typeref:struct:SVQ1Context
76 static void svq1_write_header(SVQ1Context *s, int frame_type)
116 static int encode_block(SVQ1Context *s, uint8_t *src, uint8_t *ref, uint8_t *decoded, int stride, int level, int threshold, int lambda, int intra){
260 static int svq1_encode_plane(SVQ1Context *s, int plane, unsigned char *src_plane, unsigned char *ref_plane, unsigned char *decoded_plane,
473 SVQ1Context * const s = avctx->priv_data;
503 SVQ1Context * const s = avctx->priv_data;
550 SVQ1Context * const s = avctx->priv_data;
575 .priv_data_size = sizeof(SVQ1Context),
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dsvq1dec.c59 typedef struct SVQ1Context { struct
67 } SVQ1Context; typedef in typeref:struct:SVQ1Context
514 SVQ1Context *s = avctx->priv_data;
610 SVQ1Context *s = avctx->priv_data;
741 SVQ1Context *s = avctx->priv_data;
796 SVQ1Context *s = avctx->priv_data;
805 SVQ1Context *s = avctx->priv_data;
815 .priv_data_size = sizeof(SVQ1Context),

Completed in 39 milliseconds