Searched refs:vp9_set_mb_mi (Results 1 – 4 of 4) sorted by relevance
/external/libvpx/libvpx/vp9/common/ |
D | vp9_alloccommon.h | 33 void vp9_set_mb_mi(struct VP9Common *cm, int width, int height);
|
D | vp9_alloccommon.c | 31 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/ |
D | vp9_decodeframe.c | 641 vp9_set_mb_mi(cm, width, height); in resize_context_buffers()
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_encoder.c | 473 vp9_set_mb_mi(cm, cm->width, cm->height); in update_frame_size()
|