Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp8/encoder/
Dvp8_quantize.c300 QIndex = xd->segment_feature_data[MB_LVL_ALT_Q] in vp8cx_mb_init_quantizer()
305 xd->segment_feature_data[MB_LVL_ALT_Q] in vp8cx_mb_init_quantizer()
480 mbd->segment_feature_data[MB_LVL_ALT_Q][0] = in vp8_set_quantizer()
481 cpi->segment_feature_data[MB_LVL_ALT_Q][0]; in vp8_set_quantizer()
482 mbd->segment_feature_data[MB_LVL_ALT_Q][1] = in vp8_set_quantizer()
483 cpi->segment_feature_data[MB_LVL_ALT_Q][1]; in vp8_set_quantizer()
484 mbd->segment_feature_data[MB_LVL_ALT_Q][2] = in vp8_set_quantizer()
485 cpi->segment_feature_data[MB_LVL_ALT_Q][2]; in vp8_set_quantizer()
486 mbd->segment_feature_data[MB_LVL_ALT_Q][3] = in vp8_set_quantizer()
487 cpi->segment_feature_data[MB_LVL_ALT_Q][3]; in vp8_set_quantizer()
Donyx_if.c590 feature_data[MB_LVL_ALT_Q][0] = 0; in cyclic_background_refresh()
591 feature_data[MB_LVL_ALT_Q][1] = (cpi->cyclic_refresh_q - Q); in cyclic_background_refresh()
592 feature_data[MB_LVL_ALT_Q][2] = 0; in cyclic_background_refresh()
593 feature_data[MB_LVL_ALT_Q][3] = 0; in cyclic_background_refresh()
5336 feature_data[MB_LVL_ALT_Q][0] = internal_delta_q[0]; in vp8_set_roimap()
5337 feature_data[MB_LVL_ALT_Q][1] = internal_delta_q[1]; in vp8_set_roimap()
5338 feature_data[MB_LVL_ALT_Q][2] = internal_delta_q[2]; in vp8_set_roimap()
5339 feature_data[MB_LVL_ALT_Q][3] = internal_delta_q[3]; in vp8_set_roimap()
/external/libvpx/libvpx/test/
Dset_roi.cc80 if (abs(cpi.segment_feature_data[MB_LVL_ALT_Q][i]) != transq) { in TEST()
81 EXPECT_EQ(transq, cpi.segment_feature_data[MB_LVL_ALT_Q][i]) in TEST()
/external/libvpx/libvpx/vp8/common/
Dblockd.h83 MB_LVL_ALT_Q = 0, /* Use alternate Quantizer .... */ enumerator
/external/libvpx/libvpx/vp8/decoder/
Ddecodeframe.c67 QIndex = xd->segment_feature_data[MB_LVL_ALT_Q][mbmi->segment_id]; in vp8_mb_init_dequantizer()
72 xd->segment_feature_data[MB_LVL_ALT_Q][mbmi->segment_id]; in vp8_mb_init_dequantizer()