Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Dquantize.c622 QIndex = xd->segment_feature_data[MB_LVL_ALT_Q][xd->mode_info_context->mbmi.segment_id]; in vp8cx_mb_init_quantizer()
626 …QIndex = cpi->common.base_qindex + xd->segment_feature_data[MB_LVL_ALT_Q][xd->mode_info_context->m… in vp8cx_mb_init_quantizer()
806 mbd->segment_feature_data[MB_LVL_ALT_Q][0] = cpi->segment_feature_data[MB_LVL_ALT_Q][0]; in vp8_set_quantizer()
807 mbd->segment_feature_data[MB_LVL_ALT_Q][1] = cpi->segment_feature_data[MB_LVL_ALT_Q][1]; in vp8_set_quantizer()
808 mbd->segment_feature_data[MB_LVL_ALT_Q][2] = cpi->segment_feature_data[MB_LVL_ALT_Q][2]; in vp8_set_quantizer()
809 mbd->segment_feature_data[MB_LVL_ALT_Q][3] = cpi->segment_feature_data[MB_LVL_ALT_Q][3]; in vp8_set_quantizer()
Donyx_if.c548 feature_data[MB_LVL_ALT_Q][0] = 0; in segmentation_test_function()
549 feature_data[MB_LVL_ALT_Q][1] = 4; in segmentation_test_function()
550 feature_data[MB_LVL_ALT_Q][2] = 0; in segmentation_test_function()
551 feature_data[MB_LVL_ALT_Q][3] = 0; in segmentation_test_function()
621 feature_data[MB_LVL_ALT_Q][0] = 0; in cyclic_background_refresh()
622 feature_data[MB_LVL_ALT_Q][1] = (cpi->cyclic_refresh_q - Q); in cyclic_background_refresh()
623 feature_data[MB_LVL_ALT_Q][2] = 0; in cyclic_background_refresh()
624 feature_data[MB_LVL_ALT_Q][3] = 0; in cyclic_background_refresh()
5516 feature_data[MB_LVL_ALT_Q][0] = internal_delta_q[0]; in vp8_set_roimap()
5517 feature_data[MB_LVL_ALT_Q][1] = internal_delta_q[1]; in vp8_set_roimap()
[all …]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
Dset_roi.cc85 if (abs(cpi.segment_feature_data[MB_LVL_ALT_Q][i]) != transq) { in TEST()
86 EXPECT_EQ(transq, cpi.segment_feature_data[MB_LVL_ALT_Q][i]) in TEST()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
Dblockd.h94 MB_LVL_ALT_Q = 0, /* Use alternate Quantizer .... */ enumerator
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/decoder/
Ddecodeframe.c69 QIndex = xd->segment_feature_data[MB_LVL_ALT_Q][mbmi->segment_id]; in vp8_mb_init_dequantizer()
74 QIndex = pc->base_qindex + xd->segment_feature_data[MB_LVL_ALT_Q][mbmi->segment_id]; in vp8_mb_init_dequantizer()