Lines Matching defs:tmp
660 int16_t *tmp = tmp_array;
666 tmp[x] = QPEL_FILTER(src, 1) >> (BIT_DEPTH - 8);
668 tmp += MAX_PB_SIZE;
671 tmp = tmp_array + QPEL_EXTRA_BEFORE * MAX_PB_SIZE;
675 dst[x] = QPEL_FILTER(tmp, MAX_PB_SIZE) >> 6;
676 tmp += MAX_PB_SIZE;
801 int16_t *tmp = tmp_array;
814 tmp[x] = QPEL_FILTER(src, 1) >> (BIT_DEPTH - 8);
816 tmp += MAX_PB_SIZE;
819 tmp = tmp_array + QPEL_EXTRA_BEFORE * MAX_PB_SIZE;
824 dst[x] = av_clip_pixel(((QPEL_FILTER(tmp, MAX_PB_SIZE) >> 6) + offset) >> shift);
825 tmp += MAX_PB_SIZE;
841 int16_t *tmp = tmp_array;
853 tmp[x] = QPEL_FILTER(src, 1) >> (BIT_DEPTH - 8);
855 tmp += MAX_PB_SIZE;
858 tmp = tmp_array + QPEL_EXTRA_BEFORE * MAX_PB_SIZE;
863 dst[x] = av_clip_pixel(((QPEL_FILTER(tmp, MAX_PB_SIZE) >> 6) + src2[x] + offset) >> shift);
864 tmp += MAX_PB_SIZE;
992 int16_t *tmp = tmp_array;
1004 tmp[x] = QPEL_FILTER(src, 1) >> (BIT_DEPTH - 8);
1006 tmp += MAX_PB_SIZE;
1009 tmp = tmp_array + QPEL_EXTRA_BEFORE * MAX_PB_SIZE;
1015 dst[x] = av_clip_pixel((((QPEL_FILTER(tmp, MAX_PB_SIZE) >> 6) * wx + offset) >> shift) + ox);
1016 tmp += MAX_PB_SIZE;
1033 int16_t *tmp = tmp_array;
1041 tmp[x] = QPEL_FILTER(src, 1) >> (BIT_DEPTH - 8);
1043 tmp += MAX_PB_SIZE;
1046 tmp = tmp_array + QPEL_EXTRA_BEFORE * MAX_PB_SIZE;
1053 dst[x] = av_clip_pixel(((QPEL_FILTER(tmp, MAX_PB_SIZE) >> 6) * wx1 + src2[x] * wx0 +
1055 tmp += MAX_PB_SIZE;
1112 int16_t *tmp = tmp_array;
1118 tmp[x] = EPEL_FILTER(src, 1) >> (BIT_DEPTH - 8);
1120 tmp += MAX_PB_SIZE;
1123 tmp = tmp_array + EPEL_EXTRA_BEFORE * MAX_PB_SIZE;
1128 dst[x] = EPEL_FILTER(tmp, MAX_PB_SIZE) >> 6;
1129 tmp += MAX_PB_SIZE;
1245 int16_t *tmp = tmp_array;
1257 tmp[x] = EPEL_FILTER(src, 1) >> (BIT_DEPTH - 8);
1259 tmp += MAX_PB_SIZE;
1262 tmp = tmp_array + EPEL_EXTRA_BEFORE * MAX_PB_SIZE;
1267 dst[x] = av_clip_pixel(((EPEL_FILTER(tmp, MAX_PB_SIZE) >> 6) + offset) >> shift);
1268 tmp += MAX_PB_SIZE;
1284 int16_t *tmp = tmp_array;
1296 tmp[x] = EPEL_FILTER(src, 1) >> (BIT_DEPTH - 8);
1298 tmp += MAX_PB_SIZE;
1301 tmp = tmp_array + EPEL_EXTRA_BEFORE * MAX_PB_SIZE;
1306 dst[x] = av_clip_pixel(((EPEL_FILTER(tmp, MAX_PB_SIZE) >> 6) + src2[x] + offset) >> shift);
1307 tmp += MAX_PB_SIZE;
1427 int16_t *tmp = tmp_array;
1439 tmp[x] = EPEL_FILTER(src, 1) >> (BIT_DEPTH - 8);
1441 tmp += MAX_PB_SIZE;
1444 tmp = tmp_array + EPEL_EXTRA_BEFORE * MAX_PB_SIZE;
1450 dst[x] = av_clip_pixel((((EPEL_FILTER(tmp, MAX_PB_SIZE) >> 6) * wx + offset) >> shift) + ox);
1451 tmp += MAX_PB_SIZE;
1468 int16_t *tmp = tmp_array;
1476 tmp[x] = EPEL_FILTER(src, 1) >> (BIT_DEPTH - 8);
1478 tmp += MAX_PB_SIZE;
1481 tmp = tmp_array + EPEL_EXTRA_BEFORE * MAX_PB_SIZE;
1488 dst[x] = av_clip_pixel(((EPEL_FILTER(tmp, MAX_PB_SIZE) >> 6) * wx1 + src2[x] * wx0 +
1490 tmp += MAX_PB_SIZE;