OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:vp9_resize_frame_buffers
(Results
1 - 3
of
3
) sorted by null
/external/libvpx/libvpx/vp9/common/
vp9_alloccommon.h
24
int
vp9_resize_frame_buffers
(VP9_COMMON *cm, int width, int height);
vp9_alloccommon.c
82
int
vp9_resize_frame_buffers
(VP9_COMMON *cm, int width, int height) {
function
/external/libvpx/libvpx/vp9/decoder/
vp9_decodframe.c
717
if (
vp9_resize_frame_buffers
(cm, width, height))
[
all
...]
Completed in 144 milliseconds