Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_denoiser.c184 static uint8_t *block_start(uint8_t *framebuf, int stride, in block_start() argument
186 return framebuf + (stride * mi_row * 8) + (mi_col * 8); in block_start()