Home
last modified time | relevance | path

Searched refs:chroma_blocks (Results 1 - 1 of 1) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dvp9.c309 int chroma_blocks, chroma_eobs, bytesperpixel = s->bytesperpixel; in update_block_buffers() local
316 chroma_blocks = 64 * 64 >> (s->ss_h + s->ss_v); in update_block_buffers()
322 td->block_base = av_mallocz(((64 * 64 + 2 * chroma_blocks) * bytesperpixel * sizeof(int16_t) + in update_block_buffers()
327 td->uvblock_base[1] = td->uvblock_base[0] + sbs * chroma_blocks * bytesperpixel; in update_block_buffers()
328 td->eob_base = (uint8_t *) (td->uvblock_base[1] + sbs * chroma_blocks * bytesperpixel); in update_block_buffers()
343 s->td[i].block_base = av_mallocz((64 * 64 + 2 * chroma_blocks) * bytesperpixel * sizeof(int16_t) + in update_block_buffers()
348 s->td[i].uvblock_base[1] = s->td[i].uvblock_base[0] + chroma_blocks * bytesperpixel; in update_block_buffers()
349 s->td[i].eob_base = (uint8_t *) (s->td[i].uvblock_base[1] + chroma_blocks * bytesperpixel); in update_block_buffers()

Completed in 4 milliseconds