Home
last modified time | relevance | path

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

/aosp_15_r20/external/webrtc/common_video/libyuv/
H A Dwebrtc_libyuv.cc375 const int src_chroma_width = (src_width + 1) / 2; in NV12Scale() local
383 src_chroma_width * 2, src_chroma_height); in NV12Scale()
393 uint8_t* const src_v = src_u + src_chroma_width * src_chroma_height; in NV12Scale()
394 uint8_t* const dst_u = src_v + src_chroma_width * src_chroma_height; in NV12Scale()
398 libyuv::SplitUVPlane(src_uv, src_stride_uv, src_u, src_chroma_width, src_v, in NV12Scale()
399 src_chroma_width, src_chroma_width, src_chroma_height); in NV12Scale()
403 src_y, src_stride_y, src_u, src_chroma_width, src_v, src_chroma_width, in NV12Scale()
H A Dlibyuv_unittest.cc349 const int src_chroma_width = (4 + 1) / 2; in TEST_F() local
353 tmp_buffer.resize(src_chroma_width * src_chroma_height * 2 + in TEST_F()