Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/codecs/avc/common/src/
Ddeblock.cpp117 int i, j, dst_width, dst_height, dst_widthc, dst_heightc; in MBInLoopDeblock() local
214 dst_widthc = 12; in MBInLoopDeblock()
219 dst_widthc = 8; in MBInLoopDeblock()
228 dst_widthc = 4; in MBInLoopDeblock()
240 memcpy(curCb, predCb, dst_widthc); in MBInLoopDeblock()
241 memcpy(curCr, predCr, dst_widthc); in MBInLoopDeblock()