Home
last modified time | relevance | path

Searched refs:iChromaQP (Results 1 – 3 of 3) sorted by relevance

/third_party/openh264/codec/decoder/core/src/
Ddeblocking.cpp755 if (pFilter->iChromaQP[0] == pFilter->iChromaQP[1]) { in FilteringEdgeChromaH()
757 …GET_ALPHA_BETA_FROM_QP (pFilter->iChromaQP[0], pFilter->iSliceAlphaC0Offset, pFilter->iSliceBetaOf… in FilteringEdgeChromaH()
769 …GET_ALPHA_BETA_FROM_QP (pFilter->iChromaQP[i], pFilter->iSliceAlphaC0Offset, pFilter->iSliceBetaOf… in FilteringEdgeChromaH()
791 if (pFilter->iChromaQP[0] == pFilter->iChromaQP[1]) { in FilteringEdgeChromaV()
794 …GET_ALPHA_BETA_FROM_QP (pFilter->iChromaQP[0], pFilter->iSliceAlphaC0Offset, pFilter->iSliceBetaOf… in FilteringEdgeChromaV()
807 …GET_ALPHA_BETA_FROM_QP (pFilter->iChromaQP[i], pFilter->iSliceAlphaC0Offset, pFilter->iSliceBetaOf… in FilteringEdgeChromaV()
827 if (pFilter->iChromaQP[0] == pFilter->iChromaQP[1]) { in FilteringEdgeChromaIntraH()
829 …GET_ALPHA_BETA_FROM_QP (pFilter->iChromaQP[0], pFilter->iSliceAlphaC0Offset, pFilter->iSliceBetaOf… in FilteringEdgeChromaIntraH()
839 …GET_ALPHA_BETA_FROM_QP (pFilter->iChromaQP[i], pFilter->iSliceAlphaC0Offset, pFilter->iSliceBetaOf… in FilteringEdgeChromaIntraH()
857 if (pFilter->iChromaQP[0] == pFilter->iChromaQP[1]) { // QP of cb and cr are the same in FilteringEdgeChromaIntraV()
[all …]
/third_party/openh264/test/decoder/
DDecUT_DeblockCommon.cpp655 int8_t iChromaQP[9][2]; in TEST() local
656 sDqLayer.pChromaQp = iChromaQP; in TEST()
670 memset(iChromaQP, iQP, sizeof(int8_t)*9*2); \ in TEST()
952 int8_t iChromaQP[9][2] = {{0, 0}}; in TEST() local
954 sDqLayer.pChromaQp = iChromaQP; in TEST()
/third_party/openh264/codec/decoder/core/inc/
Ddecoder_context.h174 int8_t iChromaQP[2]; member