Searched refs:encode_flags (Results 1 – 2 of 2) sorted by relevance
125 static const int encode_flags[] = {kTemporalUpdateLastRefAll}; in ConfigureBitrates() local126 encode_flags_length_ = sizeof(encode_flags) / sizeof(*layer_ids); in ConfigureBitrates()127 encode_flags_ = encode_flags; in ConfigureBitrates()138 static const int encode_flags[] = { in ConfigureBitrates() local147 encode_flags_length_ = sizeof(encode_flags) / sizeof(*layer_ids); in ConfigureBitrates()148 encode_flags_ = encode_flags; in ConfigureBitrates()160 static const int encode_flags[] = { in ConfigureBitrates() local169 encode_flags_length_ = sizeof(encode_flags) / sizeof(*layer_ids); in ConfigureBitrates()170 encode_flags_ = encode_flags; in ConfigureBitrates()
151 const int encode_flags = pkt->data.frame.flags >> 16; in FramePktHook() local152 if ((encode_flags & (AOM_EFLAG_NO_UPD_LAST | AOM_EFLAG_NO_UPD_GF | in FramePktHook()157 if (encode_flags & AOM_EFLAG_SET_S_FRAME) { in FramePktHook()160 if (encode_flags & AOM_EFLAG_ERROR_RESILIENT) { in FramePktHook()