Searched refs:izVR (Results 1 – 1 of 1) sorted by relevance
737 int32_t izVR, izVRDiv; in WelsI8x8LumaPredVR_c() local758 izVR = (j << 1) - i; // 2 * x - y in WelsI8x8LumaPredVR_c()760 if (izVR >= 0) { in WelsI8x8LumaPredVR_c()761 if ((izVR & 0x01) == 0) { // 8-100 in WelsI8x8LumaPredVR_c()775 } else if (izVR == -1) { // 8-102 in WelsI8x8LumaPredVR_c()777 } else if (izVR < -2) { // 8-103 in WelsI8x8LumaPredVR_c()778 …pPred[j + iStride[i]] = (uiPixelFilterL[-izVR - 1] + (uiPixelFilterL[-izVR - 2] << 1) + uiPixelFil… in WelsI8x8LumaPredVR_c()