Searched refs:resize_context_buffers (Results 1 – 2 of 2) sorted by relevance
/external/libvpx/libvpx/vp9/decoder/ |
D | vp9_decodeframe.c | 1478 static void resize_context_buffers(VP9_COMMON *cm, int width, int height) { in resize_context_buffers() function 1520 resize_context_buffers(cm, width, height); in setup_frame_size() 1604 resize_context_buffers(cm, width, height); in setup_frame_size_with_refs()
|
/external/libaom/libaom/av1/decoder/ |
D | decodeframe.c | 1940 static AOM_INLINE void resize_context_buffers(AV1_COMMON *cm, int width, in resize_context_buffers() function 2030 resize_context_buffers(cm, width, height); in setup_frame_size() 2071 resize_context_buffers(cm, width, height); in setup_frame_size_with_refs() 2085 resize_context_buffers(cm, width, height); in setup_frame_size_with_refs()
|