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