Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
Dvp9_quant_common.h30 int vp9_get_qindex(const struct segmentation *seg, int segment_id,
Dvp9_quant_common.c133 int vp9_get_qindex(const struct segmentation *seg, int segment_id, in vp9_get_qindex() function
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_quantize.c221 const int qindex = vp9_get_qindex(&cm->seg, segment_id, cm->base_qindex); in vp9_init_plane_quantizers()
Dvp9_rdopt.c250 const int qindex = clamp(vp9_get_qindex(&cm->seg, segment_id, in set_block_thresholds()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
Dvp9_decodeframe.c351 setup_plane_dequants(cm, xd, vp9_get_qindex(&cm->seg, mbmi->segment_id, in decode_block()