Searched refs:dc_pred (Results 1 - 2 of 2) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | vp3.c | 1467 static void vp4_dc_pred_before(const Vp3DecodeContext *s, VP4Predictor dc_pred[6][6], int sb_x) in vp4_dc_pred_before() argument 1472 dc_pred[0][i + 1] = s->dc_pred_row[sb_x * 4 + i]; in vp4_dc_pred_before() 1476 vp4_dc_predictor_reset(&dc_pred[j][i + 1]); in vp4_dc_pred_before() 1479 static void vp4_dc_pred_after(Vp3DecodeContext *s, VP4Predictor dc_pred[6][6], int sb_x) in vp4_dc_pred_after() argument 1484 s->dc_pred_row[sb_x * 4 + i] = dc_pred[4][i + 1]; in vp4_dc_pred_after() 1487 dc_pred[i][0] = dc_pred[i][4]; in vp4_dc_pred_after() 1490 /* note: dc_pred points to the current block */ 1491 static int vp4_dc_pred(const Vp3DecodeContext *s, const VP4Predictor * dc_pred, const int * last_dc, int type, int plane) in vp4_dc_pred() argument 1496 if (dc_pred[ in vp4_dc_pred() 1542 VP4Predictor dc_pred[6][6]; vp4_unpack_dct_coeffs() local [all...] |
/third_party/astc-encoder/Source/ |
H A D | stb_image.h | 1967 int dc_pred; member 2221 if (!stbi__addints_valid(j->img_comp[b].dc_pred, diff)) return stbi__err("bad delta","Corrupt JPEG"); in stbi__jpeg_decode_block() 2222 dc = j->img_comp[b].dc_pred + diff; in stbi__jpeg_decode_block() 2223 j->img_comp[b].dc_pred = dc; in stbi__jpeg_decode_block() 2278 if (!stbi__addints_valid(j->img_comp[b].dc_pred, diff)) return stbi__err("bad delta", "Corrupt JPEG"); in stbi__jpeg_decode_block_prog_dc() 2279 dc = j->img_comp[b].dc_pred + diff; in stbi__jpeg_decode_block_prog_dc() 2280 j->img_comp[b].dc_pred = dc; in stbi__jpeg_decode_block_prog_dc() 2939 j->img_comp[0].dc_pred = j->img_comp[1].dc_pred = j->img_comp[2].dc_pred in stbi__jpeg_reset() [all...] |
Completed in 11 milliseconds