Home
last modified time | relevance | path

Searched refs:vp9_alloc_context_buffers (Results 1 – 4 of 4) sorted by relevance

/external/libvpx/libvpx/vp9/common/
Dvp9_alloccommon.h23 int vp9_alloc_context_buffers(struct VP9Common *cm, int width, int height);
Dvp9_alloccommon.c130 int vp9_alloc_context_buffers(VP9_COMMON *cm, int width, int height) { in vp9_alloc_context_buffers() function
/external/libvpx/libvpx/vp9/decoder/
Dvp9_decodeframe.c637 if (vp9_alloc_context_buffers(cm, width, height)) in resize_context_buffers()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_encoder.c457 vp9_alloc_context_buffers(cm, cm->width, cm->height); in vp9_alloc_compressor_data()