Searched refs:yv12_v0 (Results 1 – 1 of 1) sorted by relevance
100 uint8_t *yv12_v0 = yv12_y0 + yStride * height; in rgb565_to_yv12() local104 uint8_t *yv12_v = yv12_v0 + (j/2) * cStride; in rgb565_to_yv12()143 uint8_t *yv12_v0 = yv12_y0 + yStride * height; in rgb888_to_yv12() local175 …yv12_v0[uvcount] = clamp_rgb((1.0)* ((0.4392156862745098 * R) - (0.36778823529411764 * G) - (0.071… in rgb888_to_yv12()181 yv12_v0 += cStride; in rgb888_to_yv12()246 uint8_t *yv12_v0 = yv12_y0 + yStride * height; in yv12_to_rgb565() local250 uint8_t *yv12_v = yv12_v0 + (j/2) * cStride; in yv12_to_rgb565()291 uint8_t *yv12_v0 = yv12_y0 + yStride * height; in yv12_to_rgb888() local295 uint8_t *yv12_v = yv12_v0 + (j/2) * cStride; in yv12_to_rgb888()