Home
last modified time | relevance | path

Searched refs:av1_choose_segmap_coding_method (Results 1 – 3 of 3) sorted by relevance

/external/libaom/libaom/av1/encoder/
Dsegmentation.h30 void av1_choose_segmap_coding_method(AV1_COMMON *cm, MACROBLOCKD *xd);
Dsegmentation.c172 void av1_choose_segmap_coding_method(AV1_COMMON *cm, MACROBLOCKD *xd) { in av1_choose_segmap_coding_method() function
Dbitstream.c3995 if (cm->seg.enabled) av1_choose_segmap_coding_method(cm, &cpi->td.mb.e_mbd); in write_tiles_in_tg_obus()