Searched refs:EPEL_EXTRA_BEFORE (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dhevcdsp_template.c1164 src -= EPEL_EXTRA_BEFORE * srcstride;
1173 tmp = tmp_array + EPEL_EXTRA_BEFORE * MAX_PB_SIZE;
1303 src -= EPEL_EXTRA_BEFORE * srcstride;
1312 tmp = tmp_array + EPEL_EXTRA_BEFORE * MAX_PB_SIZE;
1342 src -= EPEL_EXTRA_BEFORE * srcstride;
1351 tmp = tmp_array + EPEL_EXTRA_BEFORE * MAX_PB_SIZE;
1485 src -= EPEL_EXTRA_BEFORE * srcstride;
1494 tmp = tmp_array + EPEL_EXTRA_BEFORE * MAX_PB_SIZE;
1522 src -= EPEL_EXTRA_BEFORE * srcstride;
1531 tmp = tmp_array + EPEL_EXTRA_BEFORE * MAX_PB_SIZ
[all...]
H A Dhevc.c1465 if (x_off < EPEL_EXTRA_BEFORE || y_off < EPEL_EXTRA_AFTER ||
1469 int offset0 = EPEL_EXTRA_BEFORE * (srcstride + (1 << s->sps->pixel_shift));
1470 int buf_offset0 = EPEL_EXTRA_BEFORE *
1475 x_off - EPEL_EXTRA_BEFORE,
1476 y_off - EPEL_EXTRA_BEFORE,
1544 if (x_off0 < EPEL_EXTRA_BEFORE || y_off0 < EPEL_EXTRA_AFTER ||
1548 int offset1 = EPEL_EXTRA_BEFORE * (src1stride + (1 << s->sps->pixel_shift));
1549 int buf_offset1 = EPEL_EXTRA_BEFORE *
1555 x_off0 - EPEL_EXTRA_BEFORE,
1556 y_off0 - EPEL_EXTRA_BEFORE,
[all...]
H A Dhevc.h71 #define EPEL_EXTRA_BEFORE 1 macro

Completed in 46 milliseconds