Home
last modified time | relevance | path

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

/external/libvpx/vp8/encoder/
Donyx_if.c405 feature_data[MB_LVL_ALT_Q][0] = 0; in segmentation_test_function()
406 feature_data[MB_LVL_ALT_Q][1] = 4; in segmentation_test_function()
407 feature_data[MB_LVL_ALT_Q][2] = 0; in segmentation_test_function()
408 feature_data[MB_LVL_ALT_Q][3] = 0; in segmentation_test_function()
497 feature_data[MB_LVL_ALT_Q][0] = 0; in cyclic_background_refresh()
498 feature_data[MB_LVL_ALT_Q][1] = (cpi->cyclic_refresh_q - Q); in cyclic_background_refresh()
499 feature_data[MB_LVL_ALT_Q][2] = 0; in cyclic_background_refresh()
500 feature_data[MB_LVL_ALT_Q][3] = 0; in cyclic_background_refresh()
2795 mbd->segment_feature_data[MB_LVL_ALT_Q][0] = cpi->segment_feature_data[MB_LVL_ALT_Q][0]; in set_quantizer()
2796 mbd->segment_feature_data[MB_LVL_ALT_Q][1] = cpi->segment_feature_data[MB_LVL_ALT_Q][1]; in set_quantizer()
[all …]
Dencodeframe.c317 QIndex = xd->segment_feature_data[MB_LVL_ALT_Q][xd->mode_info_context->mbmi.segment_id]; in vp8cx_mb_init_quantizer()
321 …QIndex = cpi->common.base_qindex + xd->segment_feature_data[MB_LVL_ALT_Q][xd->mode_info_context->m… in vp8cx_mb_init_quantizer()
/external/libvpx/vp8/common/
Dblockd.h94 MB_LVL_ALT_Q = 0, /* Use alternate Quantizer .... */ enumerator
/external/libvpx/vp8/decoder/
Ddecodframe.c76 QIndex = xd->segment_feature_data[MB_LVL_ALT_Q][mbmi->segment_id]; in mb_init_dequantizer()
81 QIndex = pc->base_qindex + xd->segment_feature_data[MB_LVL_ALT_Q][mbmi->segment_id]; in mb_init_dequantizer()