Home
last modified time | relevance | path

Searched refs:VP8E_GET_LAST_QUANTIZER_64 (Results 1 – 5 of 5) sorted by relevance

/external/libvpx/libvpx/vpx/
Dvp8cx.h208 VP8E_GET_LAST_QUANTIZER_64, enumerator
929 VPX_CTRL_USE_TYPE(VP8E_GET_LAST_QUANTIZER_64, int *)
/external/webrtc/webrtc/modules/video_coding/codecs/vp8/
Dvp8_impl.cc1007 vpx_codec_control(&encoders_[encoder_idx], VP8E_GET_LAST_QUANTIZER_64, &qp); in GetEncodedPartitions()
1035 vpx_codec_control(&encoders_[0], VP8E_GET_LAST_QUANTIZER_64, &qp); in GetEncodedPartitions()
/external/libvpx/libvpx/vp8/
Dvp8_cx_iface.c1189 { VP8E_GET_LAST_QUANTIZER_64, get_quantizer64 },
/external/libvpx/libvpx/vp9/
Dvp9_cx_iface.c1689 { VP8E_GET_LAST_QUANTIZER_64, ctrl_get_quantizer64 },
/external/libvpx/libvpx/
Dvpxenc.c1689 vpx_codec_control(&stream->encoder, VP8E_GET_LAST_QUANTIZER_64, &q); in update_quantizer_histogram()