Searched refs:temp_yuv (Results 1 – 1 of 1) sorted by relevance
1537 std::vector<uint8_t> temp_yuv, temp_output_uv, temp_input_uv; in ProcessYUV420() local1585 temp_yuv.reserve((input_width * input_height * 3) / 2); in ProcessYUV420()1586 auto temp_yuv_buffer = temp_yuv.data(); in ProcessYUV420()