Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/common/
Dalloccommon.c66 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()
Dalloccommon.h41 void av1_set_mb_mi(struct AV1Common *cm, int width, int height);
/external/libaom/libaom/av1/encoder/
Dencoder.c932 av1_set_mb_mi(cm, cm->width, cm->height); in update_frame_size()
/external/libaom/libaom/av1/decoder/
Ddecodeframe.c2359 av1_set_mb_mi(cm, width, height); in resize_context_buffers()