Home
last modified time | relevance | path

Searched refs:VP4Predictor (Results 1 – 1 of 1) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dvp3.c159 } VP4Predictor; typedef
307 VP4Predictor * dc_pred_row; /* dc_pred_row[y_superblock_width * 4] */
1457 static void vp4_dc_predictor_reset(VP4Predictor *p) in vp4_dc_predictor_reset()
1463 static void vp4_dc_pred_before(const Vp3DecodeContext *s, VP4Predictor dc_pred[6][6], int sb_x) 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()
1487 static int vp4_dc_pred(const Vp3DecodeContext *s, const VP4Predictor * dc_pred, const int * last_dc… in vp4_dc_pred()
1538 VP4Predictor dc_pred[6][6]; in vp4_unpack_dct_coeffs()
1600 VP4Predictor *this_dc_pred = &dc_pred[hy + 1][hx + 1]; in vp4_unpack_dct_coeffs()