Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/common/
Dvp9_alloccommon.h33 void vp9_set_mb_mi(struct VP9Common *cm, int width, int height);
Dvp9_alloccommon.c31 void vp9_set_mb_mi(VP9_COMMON *cm, int width, int height) { in vp9_set_mb_mi() function
133 vp9_set_mb_mi(cm, width, height); in vp9_alloc_context_buffers()
/external/libvpx/libvpx/vp9/decoder/
Dvp9_decodeframe.c641 vp9_set_mb_mi(cm, width, height); in resize_context_buffers()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_encoder.c473 vp9_set_mb_mi(cm, cm->width, cm->height); in update_frame_size()