Searched refs:vp9_set_mb_mi (Results 1 – 4 of 4) sorted by relevance
/external/libvpx/libvpx/vp9/common/ |
D | vp9_alloccommon.c | 38 void vp9_set_mb_mi(VP9_COMMON *cm, int width, int height) { in vp9_set_mb_mi() function 140 vp9_set_mb_mi(cm, width, height); in vp9_alloc_context_buffers() 173 vp9_set_mb_mi(cm, 0, 0); in vp9_alloc_context_buffers()
|
D | vp9_alloccommon.h | 36 void vp9_set_mb_mi(struct VP9Common *cm, int width, int height);
|
/external/libvpx/libvpx/vp9/decoder/ |
D | vp9_decodeframe.c | 1171 vp9_set_mb_mi(cm, width, height); in resize_context_buffers()
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_encoder.c | 1212 vp9_set_mb_mi(cm, cm->width, cm->height); in update_frame_size() 1882 vp9_set_mb_mi(cm, cm->width, cm->height); in vp9_change_config()
|