Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp8/decoder/
Ddecoderthreading.h22 void vp8mt_alloc_temp_buffers(VP8D_COMP *pbi, int width, int prev_mb_rows);
Dthreading.c733 void vp8mt_alloc_temp_buffers(VP8D_COMP *pbi, int width, int prev_mb_rows) { in vp8mt_alloc_temp_buffers() argument
739 vp8mt_de_alloc_temp_buffers(pbi, prev_mb_rows); in vp8mt_alloc_temp_buffers()
/external/libvpx/libvpx/vp8/
Dvp8_dx_iface.c374 int prev_mb_rows = pc->mb_rows; in vp8_decode() local
445 vp8mt_alloc_temp_buffers(pbi, pc->Width, prev_mb_rows); in vp8_decode()
448 (void)prev_mb_rows; in vp8_decode()