Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/common/
Dvp9_quant_common.h29 int vp9_get_qindex(const struct segmentation *seg, int segment_id,
Dvp9_quant_common.c267 int vp9_get_qindex(const struct segmentation *seg, int segment_id, in vp9_get_qindex() function
/external/libvpx/libvpx/vp9/encoder/
Dvp9_aq_cyclicrefresh.c419 ? vp9_get_qindex(&cm->seg, CR_SEGMENT_ID_BOOST2, cm->base_qindex) in cyclic_refresh_update_map()
420 : vp9_get_qindex(&cm->seg, CR_SEGMENT_ID_BOOST1, cm->base_qindex); in cyclic_refresh_update_map()
Dvp9_quantize.c312 const int qindex = vp9_get_qindex(&cm->seg, segment_id, cm->base_qindex); in vp9_init_plane_quantizers()
Dvp9_rd.c241 clamp(vp9_get_qindex(&cm->seg, segment_id, cm->base_qindex) + in set_block_thresholds()
Dvp9_encodeframe.c684 int q = vp9_get_qindex(&cm->seg, segment_id, cm->base_qindex); in choose_partitioning()
1158 segment_qindex = vp9_get_qindex(&cm->seg, segment_id, in set_segment_rdmult()
/external/libvpx/libvpx/vp9/decoder/
Dvp9_decodeframe.c1157 const int qindex = vp9_get_qindex(&cm->seg, i, cm->base_qindex); in setup_segmentation_dequant()