HomeSort by relevance Sort by last modified time
    Searched refs:mapVcr (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);
66 tmp_r = (int32)((mapYc[y1[1]] + mapVcr[v[0]] + 128) >> 8);
73 tmp_r = (int32)((mapYc[y2[0]] + mapVcr[v[0]] + 128) >> 8);
80 tmp_r = (int32)((mapYc[y2[1]] + mapVcr[v[0]] + 128) >> 8);
130 tmp_r = (int32)((mapYc[y1[0]] + mapVcr[v[0]] + 128) >> 8);
136 tmp_r = (int32)((mapYc[y1[1]] + mapVcr[v[0]] + 128) >> 8);
142 tmp_r = (int32)((mapYc[y2[0]] + mapVcr[v[0]] + 128) >> 8);
148 tmp_r = (int32)((mapYc[y2[1]] + mapVcr[v[0]] + 128) >> 8);
209 tmp_r = (int32)((mapYc[y1[0]] + mapVcr[v[0]] + 128) >> 8);
215 tmp_r = (int32)((mapYc[y1[1]] + mapVcr[v[0]] + 128) >> 8)
    [all...]
conversion_tables.h 133 static const int mapVcr[256] = {

Completed in 38 milliseconds