Searched refs:uveob (Results 1 – 4 of 4) sorted by relevance
271 … int eob = b->skip ? 0 : b->uvtx > TX_8X8 ? AV_RN16A(&td->uveob[p][n]) : td->uveob[p][n]; in intra_recon()634 int eob = b->uvtx > TX_8X8 ? AV_RN16A(&td->uveob[p][n]) : td->uveob[p][n]; in inter_recon()
227 uint8_t *eob_base, *uveob_base[2], *eob, *uveob[2]; member
1087 AV_WN16A(&td->uveob[pl][n], ret); \ in decode_coeffs()1089 td->uveob[pl][n] = ret; \ in decode_coeffs()1355 s->td[0].uveob[0] += 4 * w4 * h4 >> (s->ss_h + s->ss_v); in ff_vp9_decode_block()1356 s->td[0].uveob[1] += 4 * w4 * h4 >> (s->ss_h + s->ss_v); in ff_vp9_decode_block()1452 s->td[0].uveob[0] += 4 * w4 * h4 >> (s->ss_v + s->ss_h); in ff_vp9_decode_block()1453 s->td[0].uveob[1] += 4 * w4 * h4 >> (s->ss_v + s->ss_h); in ff_vp9_decode_block()
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()