Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/
Dvp8cx.h158 VP8E_GET_LAST_QUANTIZER_64, /**< return the quantizer chosen by the enumerator
358 VPX_CTRL_USE_TYPE(VP8E_GET_LAST_QUANTIZER_64, int *)
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/
Dvp8_cx_iface.c495 MAP(VP8E_GET_LAST_QUANTIZER_64, vp8_reverse_trans(vp8_get_quantizer(ctx->cpi))); in get_param()
1213 {VP8E_GET_LAST_QUANTIZER_64, get_param},
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/
Dvp9_cx_iface.c457 MAP(VP8E_GET_LAST_QUANTIZER_64, in get_param()
1092 {VP8E_GET_LAST_QUANTIZER_64, get_param},
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
Dvpxenc.c1307 vpx_codec_control(&stream->encoder, VP8E_GET_LAST_QUANTIZER_64, &q); in update_quantizer_histogram()