OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:prev_mb_rows
(Results
1 - 3
of
3
) sorted by null
/external/libvpx/vp8/decoder/
decoderthreading.h
22
extern void vp8mt_alloc_temp_buffers(VP8D_COMP *pbi, int width, int
prev_mb_rows
);
decodframe.c
619
int
prev_mb_rows
= pc->mb_rows;
local
641
vp8mt_alloc_temp_buffers(pbi, pc->Width,
prev_mb_rows
);
threading.c
544
void vp8mt_alloc_temp_buffers(VP8D_COMP *pbi, int width, int
prev_mb_rows
)
552
vp8mt_de_alloc_temp_buffers(pbi,
prev_mb_rows
);
[
all
...]
Completed in 55 milliseconds