Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dvp8.c1696 uint8_t *tr_right = ptr - s->linesize + 16; in intra_predict() local
1701 tr = tr_right[-1] * 0x01010101u; in intra_predict()
1702 tr_right = (uint8_t *) &tr; in intra_predict()
1719 topright = tr_right; in intra_predict()