Home
last modified time | relevance | path

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

/external/webrtc/modules/video_coding/codecs/vp8/
Dlibvpx_interface.cc140 case VP8E_GET_LAST_QUANTIZER_64: in codec_control()
141 return vpx_codec_control(ctx, VP8E_GET_LAST_QUANTIZER_64, param); in codec_control()
Dlibvpx_vp8_encoder.cc1124 vpx_codec_control(&encoders_[encoder_idx], VP8E_GET_LAST_QUANTIZER_64, &qp); in PopulateCodecSpecific()
/external/libvpx/libvpx/vpx/
Dvp8cx.h211 VP8E_GET_LAST_QUANTIZER_64, enumerator
934 VPX_CTRL_USE_TYPE(VP8E_GET_LAST_QUANTIZER_64, int *)
/external/openscreen/cast/standalone_sender/
Dstreaming_vp8_encoder.cc382 &encoder_, VP8E_GET_LAST_QUANTIZER_64, &stats.quantizer); in ComputeFrameEncodeStats()
/external/libvpx/libvpx/vp8/
Dvp8_cx_iface.c1229 { VP8E_GET_LAST_QUANTIZER_64, get_quantizer64 },
/external/libvpx/libvpx/
Dvpxenc.c1383 vpx_codec_control(&stream->encoder, VP8E_GET_LAST_QUANTIZER_64, &q); in update_quantizer_histogram()
/external/libvpx/libvpx/vp9/
Dvp9_cx_iface.c1765 { VP8E_GET_LAST_QUANTIZER_64, ctrl_get_quantizer64 },