# yuv2rgb **Repository Path**: AbstractFactory/yuv2rgb ## Basic Information - **Project Name**: yuv2rgb - **Description**: transform yuv to rgb - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 2 - **Created**: 2020-03-14 - **Last Updated**: 2022-01-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README This is my first test repo on GitHub:-) It contains simple, neat (C++ template) functions to transform from yuv(nv21, nv12 is also possible) to rgb(bgr, other formats are easy to extend) following are comparing results(1280x720 nv21) with or without arm neon instructions: iPhone3GS : 55.45 vs 13.34(neon) milliseconds iPhone4S : 30.76 vs 10.43(neon) milliseconds hTC ruby : 32.25 vs 15.33(neon) milliseconds