Home
last modified time | relevance | path

Searched refs:YCbCr_T871_420 (Results 1 – 2 of 2) sorted by relevance

/dports/games/OpenLara/OpenLara-b4b19f2/src/
H A Dvideo.h673 … Color32::YCbCr_T871_420(nY[i] << 2, nY[i + 1] << 2, nY[i + width] << 2, nY[i + width + 1] << 2, in decode130()
1084 …Color32::YCbCr_T871_420(b[j] + 128, b[j + 1] + 128, b[j + 8] + 128, b[j + 8 + 1] + 128, block[1][i… in decodeVideo()
H A Dutils.h1417 …static void YCbCr_T871_420(int32 Y0, int32 Y1, int32 Y2, int32 Y3, int32 Cb, int32 Cr, int32 F, Co… in YCbCr_T871_420() function