Home
last modified time | relevance | path

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

/external/webrtc/modules/video_coding/codecs/vp9/
Dvp9_impl.cc1222 int ref_buf_flags = 0; in FillReferenceIndices() local
1231 ref_buf_flags |= 1 << fb_idx; in FillReferenceIndices()
1242 ref_buf_flags |= 1 << fb_idx; in FillReferenceIndices()
1253 ref_buf_flags |= 1 << fb_idx; in FillReferenceIndices()
1260 << (ref_buf_flags & (1 << 0) ? 1 : 0) in FillReferenceIndices()
1261 << (ref_buf_flags & (1 << 1) ? 1 : 0) in FillReferenceIndices()
1262 << (ref_buf_flags & (1 << 2) ? 1 : 0) in FillReferenceIndices()
1263 << (ref_buf_flags & (1 << 3) ? 1 : 0) in FillReferenceIndices()
1264 << (ref_buf_flags & (1 << 4) ? 1 : 0) in FillReferenceIndices()
1265 << (ref_buf_flags & (1 << 5) ? 1 : 0) in FillReferenceIndices()
[all …]