Home
last modified time | relevance | path

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

/external/libaom/libaom/test/
Derror_resilience_test.cc84 AOM_EFLAG_SET_S_FRAME | AOM_EFLAG_SET_PRIMARY_REF_NONE); in PreEncodeFrameHook()
141 frame_flags_ |= AOM_EFLAG_SET_S_FRAME; in PreEncodeFrameHook()
157 if (encode_flags & AOM_EFLAG_SET_S_FRAME) { in FramePktHook()
/external/libaom/libaom/aom/
Daomcx.h138 #define AOM_EFLAG_SET_S_FRAME (1 << 29) macro
/external/libaom/libaom/av1/encoder/
Dencode_strategy.c625 cpi->oxcf.s_frame_mode || (lookahead_src->flags & AOM_EFLAG_SET_S_FRAME); in allow_show_existing()
Dencoder.c5691 cpi->oxcf.s_frame_mode | ((flags & AOM_EFLAG_SET_S_FRAME) != 0); in av1_apply_encoding_flags()