Home
last modified time | relevance | path

Searched defs:last_dc (Results 1 – 9 of 9) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dhqx.c117 int16_t block[64], int *last_dc) in decode_block()
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
280 int last_dc; in hqx_decode_444a() local
Dspeedhq.c291 int last_dc[4] = { 1024, 1024, 1024, 1024 }; in decode_speedhq_border() local
391 int last_dc[4] = { 1024, 1024, 1024, 1024 }; in decode_speedhq_field() local
Deatqi.c54 int last_dc[3]; member
Dmdec.c49 int last_dc[3]; member
Ddnxhddec.c45 int last_dc[3]; member
Dmjpegdec.h107 int last_dc[MAX_COMPONENTS]; /* last DEQUANTIZED dc (XXX: am I right to do that ?) */ member
Dvp3.c1487 static int vp4_dc_pred(const Vp3DecodeContext *s, const VP4Predictor * dc_pred, const int * last_dc in vp4_dc_pred()
1539 int last_dc[NB_VP4_DC_TYPES]; in vp4_unpack_dct_coeffs() local
1709 short last_dc[3]; in reverse_dc_prediction() local
D4xm.c148 int last_dc; member
Dmpegvideo.h185 int last_dc[3]; ///< last DC values for MPEG-1 member