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, int mi_row, in block_start() argument
186 return framebuf + (stride * mi_row << 3) + (mi_col << 3); in block_start()