Home
last modified time | relevance | path

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

/external/webrtc/common_video/libyuv/
Dwebrtc_libyuv.cc403 const int dst_chroma_height = (dst_height + 1) / 2; in NV12Scale() local
408 uint8_t* const dst_v = dst_u + dst_chroma_width * dst_chroma_height; in NV12Scale()
422 dst_stride_uv, dst_chroma_width, dst_chroma_height); in NV12Scale()
Dlibyuv_unittest.cc324 const int dst_chroma_height = (2 + 1) / 2; in TEST_F() local
326 dst_chroma_width * dst_chroma_height * 2); in TEST_F()