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.cpp414 int32_t iQpRangeArray[5][2] = {{40,28}, {37, 25}, {36, 24}, {35, 23}, {34, 22}}; in RcCalculateIdrQp() local
445 int32_t iMaxQp = iQpRangeArray[i][0]; in RcCalculateIdrQp()
446 int32_t iMinQp = iQpRangeArray[i][1]; in RcCalculateIdrQp()