Home
last modified time | relevance | path

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

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