Searched defs:last_dc (Results 1 - 10 of 10) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | eatqi.c | 56 int last_dc[3]; member
|
H A D | mdec.c | 50 int last_dc[3]; member
|
H A D | mpeg12.c | 236 ff_mpeg1_decode_block_intra(GetBitContext *gb, const uint16_t *quant_matrix, const uint8_t *scantable, int last_dc[3], int16_t *block, int index, int qscale) ff_mpeg1_decode_block_intra() argument
|
H A D | hqx.c | 160 int last_dc; in hqx_decode_422() local 194 int last_dc; in hqx_decode_422a() local 244 int last_dc; in hqx_decode_444() local 115 decode_block(GetBitContext *gb, VLC *vlc, const int *quants, int dcb, int16_t block[64], int *last_dc) decode_block() argument 280 int last_dc; hqx_decode_444a() local [all...] |
H A D | mjpegdec.h | 109 int last_dc[MAX_COMPONENTS]; /* last DEQUANTIZED dc (XXX: am I right to do that ?) */ member
|
H A D | dnxhddec.c | 46 int last_dc[3]; member
|
H A D | speedhq.c | 224 static inline int decode_dct_block(const SHQContext *s, GetBitContext *gb, int last_dc[4], int component, uint8_t *dest, int linesize) in decode_dct_block() argument 293 int last_dc[4] = { 1024, 1024, 1024, 1024 }; in decode_speedhq_border() local 394 int last_dc[4] = { 1024, 1024, 1024, 1024 }; decode_speedhq_field() local [all...] |
H A D | 4xm.c | 150 int last_dc; member
|
H A D | mpegvideo.h | 168 int last_dc[3]; ///< last DC values for MPEG-1 member
|
H A D | vp3.c | 1491 static int vp4_dc_pred(const Vp3DecodeContext *s, const VP4Predictor * dc_pred, const int * last_dc, int type, int plane) in vp4_dc_pred() argument 1543 int last_dc[NB_VP4_DC_TYPES]; in vp4_unpack_dct_coeffs() local 1713 short last_dc[3]; in reverse_dc_prediction() local [all...] |
Completed in 11 milliseconds