Searched refs:lastdc (Results 1 – 2 of 2) sorted by relevance
16 void vp8_predict_dc(short *lastdc, short *thisdc, short quant, short *cons) in vp8_predict_dc() argument20 int last_dc = *lastdc; in vp8_predict_dc()43 *lastdc = this_dc; in vp8_predict_dc()
15 void uvvp8_predict_dc(short *lastdc, short *thisdc, short quant, short *cons);16 void vp8_predict_dc(short *lastdc, short *thisdc, short quant, short *cons);