Home
last modified time | relevance | path

Searched refs:AM_SEGMENT_ID_ACTIVE (Results 1 – 2 of 2) sorted by relevance

/external/libaom/libaom/av1/encoder/
Dencoder.c84 #define AM_SEGMENT_ID_ACTIVE 0 macro
136 seg_map[i] = AM_SEGMENT_ID_ACTIVE; in suppress_active_map()
145 assert(AM_SEGMENT_ID_ACTIVE == CR_SEGMENT_ID_BASE); in apply_active_map()
155 if (seg_map[i] == AM_SEGMENT_ID_ACTIVE) seg_map[i] = active_map[i]; in apply_active_map()
201 ? AM_SEGMENT_ID_ACTIVE in av1_set_active_map()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_encoder.c74 #define AM_SEGMENT_ID_ACTIVE 0 macro
517 seg_map[i] = AM_SEGMENT_ID_ACTIVE; in suppress_active_map()
527 assert(AM_SEGMENT_ID_ACTIVE == CR_SEGMENT_ID_BASE); in apply_active_map()
537 if (seg_map[i] == AM_SEGMENT_ID_ACTIVE) seg_map[i] = active_map[i]; in apply_active_map()
736 ? AM_SEGMENT_ID_ACTIVE in vp9_set_active_map()