Home
last modified time | relevance | path

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

/third_party/openh264/codec/encoder/core/src/
Dratectl.cpp392 int32_t iQpRangeArray[4][2] = {{37, 25}, {36, 24}, {35, 23}, {34, 22}}; in RcCalculateIdrQp() local
422 int32_t iMaxQp = iQpRangeArray[i][0]; in RcCalculateIdrQp()
423 int32_t iMinQp = iQpRangeArray[i][1]; in RcCalculateIdrQp()