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