Lines Matching defs:planes
221 uint8_t planes[4][1024];
227 planes[0][i] = (( 25 * ptr[0] + 129 * ptr[1] + 66 * ptr[2]) / 255) + 16;
228 planes[1][i] = ((-38 * ptr[0] + 112 * ptr[1] + -74 * ptr[2]) / 255) + 128;
229 planes[2][i] = ((-18 * ptr[0] + 112 * ptr[1] + -94 * ptr[2]) / 255) + 128;
230 planes[3][i] = ptr[3];
239 chroma[p][16 * (i / 2) + j / 2] = (planes[p + 1][32 * i + j ] +
240 planes[p + 1][32 * i + j + 1] +
241 planes[p + 1][32 * (i + 1) + j ] +
242 planes[p + 1][32 * (i + 1) + j + 1]) / 4;
256 planes[0] + i * 32, lsize, planes[3] + i * 32);
258 planes[0] + (i + 1) * 32, lsize, planes[3] + (i + 1) * 32);