HomeSort by relevance Sort by last modified time
    Searched refs:yuv_V_values (Results 1 - 2 of 2) sorted by null

  /frameworks/rs/driver/runtime/
rs_convert.c 63 static float4 yuv_V_values = {1.603f * 0.003921569f, -0.815f * 0.003921569f, 0.f, 0.f};
71 color += fV * yuv_V_values;
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
yuv.rs 61 float4 yuv_V_values = {1.603f * 0.003921569f, -0.815f * 0.003921569f, 0.f, 0.f};
68 color += fV * yuv_V_values;

Completed in 1901 milliseconds