Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dvp9dec.h227 uint8_t *eob_base, *uveob_base[2], *eob, *uveob[2]; member
Dvp9.c329 td->uveob_base[0] = td->eob_base + 16 * 16 * sbs; in update_block_buffers()
330 td->uveob_base[1] = td->uveob_base[0] + chroma_eobs * sbs; in update_block_buffers()
350 s->td[i].uveob_base[0] = s->td[i].eob_base + 16 * 16; in update_block_buffers()
351 s->td[i].uveob_base[1] = s->td[i].uveob_base[0] + chroma_eobs; in update_block_buffers()
1692 s->td[i].uveob[0] = s->td[i].uveob_base[0]; in vp9_decode_frame()
1693 s->td[i].uveob[1] = s->td[i].uveob_base[1]; in vp9_decode_frame()