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.c196 int vp9_get_qindex(const struct segmentation *seg, int segment_id, in vp9_get_qindex() function
/external/libvpx/libvpx/vp9/encoder/
Dvp9_aq_cyclicrefresh.c388 ? vp9_get_qindex(&cm->seg, CR_SEGMENT_ID_BOOST2, cm->base_qindex) in cyclic_refresh_update_map()
389 : vp9_get_qindex(&cm->seg, CR_SEGMENT_ID_BOOST1, cm->base_qindex); in cyclic_refresh_update_map()
394 VPXMAX(vp9_get_qindex(&cm->seg, CR_SEGMENT_ID_BOOST1, cm->base_qindex), in cyclic_refresh_update_map()
Dvp9_quantize.c284 const int qindex = vp9_get_qindex(&cm->seg, segment_id, cm->base_qindex); in vp9_init_plane_quantizers()
Dvp9_rd.c309 clamp(vp9_get_qindex(&cm->seg, segment_id, cm->base_qindex) + in set_block_thresholds()
Dvp9_encodeframe.c1402 int q = vp9_get_qindex(&cm->seg, segment_id, cm->base_qindex); in choose_partitioning()
4488 cpi, vp9_get_qindex(&cm->seg, x->segment_id, cm->base_qindex)); in encode_rd_sb_row()
/external/libvpx/libvpx/vp9/decoder/
Dvp9_decodeframe.c1433 const int qindex = vp9_get_qindex(&cm->seg, i, cm->base_qindex); in setup_segmentation_dequant()