Searched defs:GetQP (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/libvpx/vp9/ | ||
H A D | ratectrl_rtc.cc | 300 int VP9RateControlRTC::GetQP() const { return cpi_->common.base_qindex; } in GetQP() function in libvpx::VP9RateControlRTC |
/aosp_15_r20/external/libaom/av1/ | ||
H A D | ratectrl_rtc.cc | 334 int AV1RateControlRTC::GetQP() const { in GetQP() function in aom::AV1RateControlRTC |
/aosp_15_r20/external/libvpx/vp8/ | ||
H A D | vp8_ratectrl_rtc.cc | 315 int VP8RateControlRTC::GetQP() const { return q_; } in GetQP() function in libvpx::VP8RateControlRTC |