Searched refs:dc_pred (Results 1 – 2 of 2) sorted by relevance
1463 static void vp4_dc_pred_before(const Vp3DecodeContext *s, VP4Predictor dc_pred[6][6], int sb_x) in vp4_dc_pred_before()1468 dc_pred[0][i + 1] = s->dc_pred_row[sb_x * 4 + i]; in vp4_dc_pred_before()1472 vp4_dc_predictor_reset(&dc_pred[j][i + 1]); in vp4_dc_pred_before()1475 static void vp4_dc_pred_after(Vp3DecodeContext *s, VP4Predictor dc_pred[6][6], int sb_x) in vp4_dc_pred_after()1480 s->dc_pred_row[sb_x * 4 + i] = dc_pred[4][i + 1]; in vp4_dc_pred_after()1483 dc_pred[i][0] = dc_pred[i][4]; in vp4_dc_pred_after()1487 static int vp4_dc_pred(const Vp3DecodeContext *s, const VP4Predictor * dc_pred, const int * last_dc… in vp4_dc_pred() argument1492 if (dc_pred[-6].type == type) { in vp4_dc_pred()1493 dc += dc_pred[-6].dc; in vp4_dc_pred()1497 if (dc_pred[6].type == type) { in vp4_dc_pred()[all …]
1949 int dc_pred; member2195 dc = j->img_comp[b].dc_pred + diff; in stbi__jpeg_decode_block()2196 j->img_comp[b].dc_pred = dc; in stbi__jpeg_decode_block()2249 dc = j->img_comp[b].dc_pred + diff; in stbi__jpeg_decode_block_prog_dc()2250 j->img_comp[b].dc_pred = dc; in stbi__jpeg_decode_block_prog_dc()2907 …j->img_comp[0].dc_pred = j->img_comp[1].dc_pred = j->img_comp[2].dc_pred = j->img_comp[3].dc_pred … in stbi__jpeg_reset()