Home
last modified time | relevance | path

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

/external/opencore/codecs_v2/video/avc_h264/common/src/
Ddeblock.cpp533 uint8 *pStrength; in GetStrength_Edge0() local
555 pStrength = Strength; in GetStrength_Edge0()
556 if (ptrQ[0] != ptrP[1]) pStrength[0] = 1; in GetStrength_Edge0()
557 if (ptrQ[2] != ptrP[3]) pStrength[2] = 1; in GetStrength_Edge0()
558 pStrength[1] = pStrength[0]; in GetStrength_Edge0()
559 pStrength[3] = pStrength[2]; in GetStrength_Edge0()
562 if (MbQ->nz_coeff[0] != 0 || MbP->nz_coeff[3] != 0) pStrength[0] = 2; in GetStrength_Edge0()
563 if (MbQ->nz_coeff[4] != 0 || MbP->nz_coeff[7] != 0) pStrength[1] = 2; in GetStrength_Edge0()
564 if (MbQ->nz_coeff[8] != 0 || MbP->nz_coeff[11] != 0) pStrength[2] = 2; in GetStrength_Edge0()
565 if (MbQ->nz_coeff[12] != 0 || MbP->nz_coeff[15] != 0) pStrength[3] = 2; in GetStrength_Edge0()
[all …]