Searched refs:vp9_get_qindex (Results 1 – 7 of 7) sorted by relevance
/external/libvpx/libvpx/vp9/common/ |
D | vp9_quant_common.h | 29 int vp9_get_qindex(const struct segmentation *seg, int segment_id,
|
D | vp9_quant_common.c | 267 int vp9_get_qindex(const struct segmentation *seg, int segment_id, in vp9_get_qindex() function
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_aq_cyclicrefresh.c | 419 ? 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()
|
D | vp9_quantize.c | 312 const int qindex = vp9_get_qindex(&cm->seg, segment_id, cm->base_qindex); in vp9_init_plane_quantizers()
|
D | vp9_rd.c | 241 clamp(vp9_get_qindex(&cm->seg, segment_id, cm->base_qindex) + in set_block_thresholds()
|
D | vp9_encodeframe.c | 684 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/ |
D | vp9_decodeframe.c | 1157 const int qindex = vp9_get_qindex(&cm->seg, i, cm->base_qindex); in setup_segmentation_dequant()
|