Home
last modified time | relevance | path

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

/external/v4l2_codec2/vda/
Dvp9_bool_decoder.cc23 const int kCountToShiftTo128[256] = { variable
114 DCHECK_LT(bool_range_, arraysize(kCountToShiftTo128)); in ReadBool()
116 int count = kCountToShiftTo128[bool_range_]; in ReadBool()