Lines Matching defs:last_dc
1491 static int vp4_dc_pred(const Vp3DecodeContext *s, const VP4Predictor * dc_pred, const int * last_dc, int type, int plane)
1517 return count == 2 ? dc / 2 : last_dc[type];
1543 int last_dc[NB_VP4_DC_TYPES];
1583 memset(last_dc, 0, sizeof(last_dc));
1621 vp4_dc_pred(s, this_dc_pred, last_dc, dc_block_type, plane);
1624 this_dc_pred->dc = last_dc[dc_block_type] = s->all_fragments[fragment].dc;
1713 short last_dc[3];
1721 last_dc[0] =
1722 last_dc[1] =
1723 last_dc[2] = 0;
1764 predicted_dc = last_dc[current_frame_type];
1790 last_dc[current_frame_type] = DC_COEFF(i);