Home
last modified time | relevance | path

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

/external/webrtc/common_video/libyuv/
Dwebrtc_libyuv.cc389 const int src_chroma_height = (src_height + 1) / 2; in NV12Scale() local
396 src_chroma_width * 2, src_chroma_height); in NV12Scale()
406 uint8_t* const src_v = src_u + src_chroma_width * src_chroma_height; in NV12Scale()
407 uint8_t* const dst_u = src_v + src_chroma_width * src_chroma_height; in NV12Scale()
412 src_chroma_width, src_chroma_width, src_chroma_height); in NV12Scale()
Dlibyuv_unittest.cc322 const int src_chroma_height = (4 + 1) / 2; in TEST_F() local
325 tmp_buffer.resize(src_chroma_width * src_chroma_height * 2 + in TEST_F()