Searched refs:av1_set_mb_mi (Results 1 – 4 of 4) sorted by relevance
/external/libaom/libaom/av1/common/ |
D | alloccommon.c | 66 void av1_set_mb_mi(AV1_COMMON *cm, int width, int height) { in av1_set_mb_mi() function 277 av1_set_mb_mi(cm, width, height); in av1_alloc_context_buffers() 288 av1_set_mb_mi(cm, 0, 0); in av1_alloc_context_buffers()
|
D | alloccommon.h | 41 void av1_set_mb_mi(struct AV1Common *cm, int width, int height);
|
/external/libaom/libaom/av1/encoder/ |
D | encoder.c | 932 av1_set_mb_mi(cm, cm->width, cm->height); in update_frame_size()
|
/external/libaom/libaom/av1/decoder/ |
D | decodeframe.c | 2359 av1_set_mb_mi(cm, width, height); in resize_context_buffers()
|