Home
last modified time | relevance | path

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

/third_party/openh264/test/api/
Dencode_decode_api_test.h27 #define QP_RANGE (2*MAX_QP) macro
Dencode_options_test.cpp103 param_.iMaxQp = rand() % QP_RANGE; in RandomParamExtCombination()
104 param_.iMinQp = rand() % QP_RANGE; in RandomParamExtCombination()