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

/frameworks/av/media/libstagefright/codecs/avc/common/src/
H A 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
744 *((int*)Strength) = ININT_STRENGTH[1]; // Start with Strength=3. or Strength=4 for Mb-edge
745 *((int*)(Strength + 4)) = ININT_STRENGTH[2];
746 *((int*)(Strength + 8)) = ININT_STRENGTH[3];
918 *((int*)Strength) = ININT_STRENGTH[1]; // Start with Strength=3. or Strength=4 for Mb-edge
919 *((int*)(Strength + 4)) = ININT_STRENGTH[2];
920 *((int*)(Strength + 8)) = ININT_STRENGTH[3];

Completed in 58 milliseconds