POS 1816 libavcodec/hevcdec.c uint8_t *dst0 = POS(0, x0, y0); POS 1817 libavcodec/hevcdec.c uint8_t *dst1 = POS(1, x0, y0); POS 1818 libavcodec/hevcdec.c uint8_t *dst2 = POS(2, x0, y0); POS 166 libavcodec/hevcpred_template.c left[-1] = POS(-1, -1); POS 173 libavcodec/hevcpred_template.c EXTEND(top + size + top_right_size, POS(size + top_right_size - 1, -1), POS 178 libavcodec/hevcpred_template.c left[i] = POS(-1, i); POS 181 libavcodec/hevcpred_template.c left[i] = POS(-1, i); POS 182 libavcodec/hevcpred_template.c EXTEND(left + size + bottom_left_size, POS(-1, size + bottom_left_size - 1), POS 371 libavcodec/hevcpred_template.c POS(x, y) = ((size - 1 - x) * left[y] + (x + 1) * top[size] + POS 409 libavcodec/hevcpred_template.c AV_WN4P(&POS(j, i), a); POS 412 libavcodec/hevcpred_template.c POS(0, 0) = (left[0] + 2 * dc + top[0] + 2) >> 2; POS 414 libavcodec/hevcpred_template.c POS(x, 0) = (top[x] + 3 * dc + 2) >> 2; POS 416 libavcodec/hevcpred_template.c POS(0, y) = (left[y] + 3 * dc + 2) >> 2; POS 461 libavcodec/hevcpred_template.c POS(x , y) = ((32 - fact) * ref[x + idx + 1] + POS 463 libavcodec/hevcpred_template.c POS(x + 1, y) = ((32 - fact) * ref[x + 1 + idx + 1] + POS 465 libavcodec/hevcpred_template.c POS(x + 2, y) = ((32 - fact) * ref[x + 2 + idx + 1] + POS 467 libavcodec/hevcpred_template.c POS(x + 3, y) = ((32 - fact) * ref[x + 3 + idx + 1] + POS 472 libavcodec/hevcpred_template.c AV_WN4P(&POS(x, y), AV_RN4P(&ref[x + idx + 1])); POS 477 libavcodec/hevcpred_template.c POS(0, y) = av_clip_pixel(top[0] + ((left[y] - left[-1]) >> 1)); POS 494 libavcodec/hevcpred_template.c POS(x, y) = ((32 - fact) * ref[y + idx + 1] + POS 499 libavcodec/hevcpred_template.c POS(x, y) = ref[y + idx + 1]; POS 504 libavcodec/hevcpred_template.c POS(x, 0) = av_clip_pixel(left[0] + ((top[x ] - top[-1]) >> 1)); POS 505 libavcodec/hevcpred_template.c POS(x + 1, 0) = av_clip_pixel(left[0] + ((top[x + 1] - top[-1]) >> 1)); POS 506 libavcodec/hevcpred_template.c POS(x + 2, 0) = av_clip_pixel(left[0] + ((top[x + 2] - top[-1]) >> 1)); POS 507 libavcodec/hevcpred_template.c POS(x + 3, 0) = av_clip_pixel(left[0] + ((top[x + 3] - top[-1]) >> 1));