Searched refs:bMax (Results 1 – 2 of 2) sorted by relevance
/aosp12/frameworks/av/media/codec2/components/avc/ |
H A D | C2SoftAvcEnc.cpp | 413 bMax = layer.max; in PictureQuantizationSetter() 415 ALOGV("bMin %d bMax %d", bMin, bMax); in PictureQuantizationSetter() 420 iMin, iMax, pMin, pMax, bMin, bMax); in PictureQuantizationSetter() 427 bMax = std::clamp(bMax, CODEC_QP_MIN, CODEC_QP_MAX); in PictureQuantizationSetter() 443 me.set().m.values[i].max = bMax; in PictureQuantizationSetter() 449 iMin, iMax, pMin, pMax, bMin, bMax); in PictureQuantizationSetter() 843 bMax = layer.max; in setQp() 845 ALOGV("bMin %d bMax %d", bMin, bMax); in setQp() 853 s_qp_ip.u4_b_qp_max = bMax; in setQp() 859 s_qp_ip.u4_b_qp = std::clamp(DEFAULT_B_QP, bMin, bMax); in setQp() [all …]
|
/aosp12/frameworks/av/media/codec2/sfplugin/ |
H A D | CCodec.cpp | 1176 int32_t bMax = INT32_MAX; in configure() local 1178 (void) sdkParams->findInt32(KEY_VIDEO_QP_B_MAX, &bMax); in configure() 1180 if (bMax != INT32_MAX || bMin != INT32_MIN) { in configure() 1181 qp->m.values[ix++] = {B_FRAME, bMin, bMax}; in configure()
|