Home
last modified time | relevance | path

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

/external/libvpx/vpx/
Dvp8cx.h228 VP8E_GET_LAST_QUANTIZER_64, enumerator
989 VPX_CTRL_USE_TYPE(VP8E_GET_LAST_QUANTIZER_64, int *)
/external/webrtc/modules/video_coding/codecs/interface/
Dlibvpx_interface.cc195 case VP8E_GET_LAST_QUANTIZER_64: in codec_control()
196 return vpx_codec_control(ctx, VP8E_GET_LAST_QUANTIZER_64, param); in codec_control()
/external/openscreen/cast/standalone_sender/
Dstreaming_vpx_encoder.cc383 &encoder_, VP8E_GET_LAST_QUANTIZER_64, &stats.quantizer); in ComputeFrameEncodeStats()
/external/libvpx/test/
Dvp9_datarate_test.cc844 encoder->Control(VP8E_GET_LAST_QUANTIZER_64, &qp); in PostEncodeFrameHook()
/external/libvpx/vp8/
Dvp8_cx_iface.c1258 { VP8E_GET_LAST_QUANTIZER_64, get_quantizer64 },
/external/webrtc/modules/video_coding/codecs/vp8/
Dlibvpx_vp8_encoder.cc1086 vpx_codec_control(&encoders_[encoder_idx], VP8E_GET_LAST_QUANTIZER_64, &qp); in PopulateCodecSpecific()
/external/libvpx/
Dvpxenc.c1463 vpx_codec_control(&stream->encoder, VP8E_GET_LAST_QUANTIZER_64, &q); in update_quantizer_histogram()
/external/libvpx/vp9/
Dvp9_cx_iface.c2031 { VP8E_GET_LAST_QUANTIZER_64, ctrl_get_quantizer64 },