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