Searched refs:encode_flags (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/video_coding/codecs/vp8/
H A Drealtime_temporal_layers.cc122 static const int encode_flags[] = {kTemporalUpdateLastRefAll}; local
123 encode_flags_length_ = sizeof(encode_flags) / sizeof(*layer_ids);
124 encode_flags_ = encode_flags;
135 static const int encode_flags[] = { local
142 encode_flags_length_ = sizeof(encode_flags) / sizeof(*layer_ids);
143 encode_flags_ = encode_flags;
155 static const int encode_flags[] = { local
162 encode_flags_length_ = sizeof(encode_flags) / sizeof(*layer_ids);
163 encode_flags_ = encode_flags;
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dencode.h80 explicit TupleKey(uint32 encode_flags) argument
81 : encode_flags_(encode_flags) {}
98 explicit EncodeTable(uint32 encode_flags) argument
99 : flags_(encode_flags),
100 encode_hash_(1024, TupleKey(encode_flags)) {}
/external/openfst/src/include/fst/
H A Dencode.h94 explicit TupleKey(uint32 encode_flags) argument
95 : encode_flags_(encode_flags) {}
117 explicit EncodeTable(uint32 encode_flags) argument
118 : flags_(encode_flags),
119 encode_hash_(1024, TupleKey(encode_flags)),

Completed in 103 milliseconds