Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/codecs/avc/common/src/
Ddeblock.cpp27 const static int ININT_STRENGTH[4] = {0x04040404, 0x03030303, 0x03030303, 0x03030303}; variable
543 … *((int*)Strength) = ININT_STRENGTH[0]; // Start with Strength=3. or Strength=4 for Mb-edge in GetStrength_Edge0()
744 …*((int*)Strength) = ININT_STRENGTH[1]; // Start with Strength=3. or Strength=4 for Mb-edge in GetStrength_VerticalEdges()
745 *((int*)(Strength + 4)) = ININT_STRENGTH[2]; in GetStrength_VerticalEdges()
746 *((int*)(Strength + 8)) = ININT_STRENGTH[3]; in GetStrength_VerticalEdges()
918 …*((int*)Strength) = ININT_STRENGTH[1]; // Start with Strength=3. or Strength=4 for Mb-edge in GetStrength_HorizontalEdges()
919 *((int*)(Strength + 4)) = ININT_STRENGTH[2]; in GetStrength_HorizontalEdges()
920 *((int*)(Strength + 8)) = ININT_STRENGTH[3]; in GetStrength_HorizontalEdges()