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

  /external/libyuv/files/source/
convert.cc 59 tmp_r = (int32)((mapYc[y1[0]] + mapVcr[v[0]] + 128) >> 8);
60 tmp_g = (int32)((mapYc[y1[0]] + mapUcg[u[0]] + mapVcg[v[0]] + 128) >> 8);
61 tmp_b = (int32)((mapYc[y1[0]] + mapUcb[u[0]] + 128) >> 8);
66 tmp_r = (int32)((mapYc[y1[1]] + mapVcr[v[0]] + 128) >> 8);
67 tmp_g = (int32)((mapYc[y1[1]] + mapUcg[u[0]] + mapVcg[v[0]] + 128) >> 8);
68 tmp_b = (int32)((mapYc[y1[1]] + mapUcb[u[0]] + 128) >> 8);
73 tmp_r = (int32)((mapYc[y2[0]] + mapVcr[v[0]] + 128) >> 8);
74 tmp_g = (int32)((mapYc[y2[0]] + mapUcg[u[0]] + mapVcg[v[0]] + 128) >> 8);
75 tmp_b = (int32)((mapYc[y2[0]] + mapUcb[u[0]] + 128) >> 8);
80 tmp_r = (int32)((mapYc[y2[1]] + mapVcr[v[0]] + 128) >> 8)
    [all...]
conversion_tables.h 37 static const int mapYc[256] = {

Completed in 95 milliseconds