Searched refs:kiHeightUV (Results 1 – 1 of 1) sorted by relevance
/third_party/openh264/codec/common/src/ |
D | expand_pic.cpp | 397 const int32_t kiHeightUV = kiHeightY >> 1; in ExpandReferencingPicture() local 405 pExpChrom[kbChrAligned] (pPicCb, iStride[1], kiWidthUV, kiHeightUV); in ExpandReferencingPicture() 406 pExpChrom[kbChrAligned] (pPicCr, iStride[2], kiWidthUV, kiHeightUV); in ExpandReferencingPicture() 409 ExpandPictureChroma_c (pPicCb, iStride[1], kiWidthUV, kiHeightUV); in ExpandReferencingPicture() 410 ExpandPictureChroma_c (pPicCr, iStride[2], kiWidthUV, kiHeightUV); in ExpandReferencingPicture()
|