Lines Matching refs:IS_INTRA
39 #define IS_INTRA(x, y) \
52 if (!IS_INTRA(i, -1)) \
58 if (!IS_INTRA(i - 1, -1)) \
62 if (!IS_INTRA(-1, i - 3)) \
68 if (!IS_INTRA(-1, i)) \
203 while (j > -1 && !IS_INTRA(-1, j))
205 if (!IS_INTRA(-1, j)) {
207 while (j < size_max_x && !IS_INTRA(j, -1))
214 while (j < size_max_x && !IS_INTRA(j, -1))
237 if (!IS_INTRA(-1, - 1))
546 #undef IS_INTRA