Searched refs:src_chroma_height (Results 1 – 2 of 2) sorted by relevance
389 const int src_chroma_height = (src_height + 1) / 2; in NV12Scale() local396 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()
322 const int src_chroma_height = (4 + 1) / 2; in TEST_F() local325 tmp_buffer.resize(src_chroma_width * src_chroma_height * 2 + in TEST_F()