Home
last modified time | relevance | path

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

/third_party/openh264/codec/encoder/core/inc/
Dsvc_motion_estimate.h133 extern const int32_t QStepx16ByQp[52];
/third_party/openh264/codec/encoder/core/src/
Dsvc_motion_estimate.cpp48 const int32_t QStepx16ByQp[52] = { /* save QStep<<4 for int32_t */ variable
876 uint32_t uiRefPictureAvgQstepx16 = QStepx16ByQp[WelsMedian (0, pRef->iFrameAverageQp, 51)]; in PerformFMEPreprocess()