Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dvp3.c1600 VP4Predictor *this_dc_pred = &dc_pred[hy + 1][hx + 1]; in vp4_unpack_dct_coeffs() local
1617 vp4_dc_pred(s, this_dc_pred, last_dc, dc_block_type, plane); in vp4_unpack_dct_coeffs()
1619 this_dc_pred->type = dc_block_type, in vp4_unpack_dct_coeffs()
1620 this_dc_pred->dc = last_dc[dc_block_type] = s->all_fragments[fragment].dc; in vp4_unpack_dct_coeffs()