Searched refs:TgqContext (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 Deatgq.c38 typedef struct TgqContext { struct
47 } TgqContext; typedef in typeref:struct:TgqContext
50 TgqContext *s = avctx->priv_data;
61 static void tgq_decode_block(TgqContext *s, DCTELEM block[64], GetBitContext *gb){
106 static void tgq_idct_put_mb(TgqContext *s, DCTELEM (*block)[64], int mb_x, int mb_y){
122 static inline void tgq_dconly(TgqContext *s, unsigned char *dst, int dst_stride, int dc){
129 static void tgq_idct_put_mb_dconly(TgqContext *s, int mb_x, int mb_y, const int8_t *dc)
145 static void tgq_decode_mb(TgqContext *s, int mb_y, int mb_x){
177 static void tgq_calculate_qtable(TgqContext *s, int quant){
194 TgqContext *
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Deatgq.c40 typedef struct TgqContext { struct
47 } TgqContext; typedef in typeref:struct:TgqContext
51 TgqContext *s = avctx->priv_data;
61 static void tgq_decode_block(TgqContext *s, int16_t block[64], GetBitContext *gb)
107 static void tgq_idct_put_mb(TgqContext *s, int16_t (*block)[64], AVFrame *frame,
125 static inline void tgq_dconly(TgqContext *s, unsigned char *dst,
134 static void tgq_idct_put_mb_dconly(TgqContext *s, AVFrame *frame,
151 static int tgq_decode_mb(TgqContext *s, AVFrame *frame, int mb_y, int mb_x)
186 static void tgq_calculate_qtable(TgqContext *s, int quant)
203 TgqContext *
[all...]

Completed in 34 milliseconds