Searched refs:tmp_array (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.c709 int16_t tmp_array[(MAX_PB_SIZE + QPEL_EXTRA) * MAX_PB_SIZE]; local
710 int16_t *tmp = tmp_array;
721 tmp = tmp_array + QPEL_EXTRA_BEFORE * MAX_PB_SIZE;
850 int16_t tmp_array[(MAX_PB_SIZE + QPEL_EXTRA) * MAX_PB_SIZE]; local
851 int16_t *tmp = tmp_array;
869 tmp = tmp_array + QPEL_EXTRA_BEFORE * MAX_PB_SIZE;
890 int16_t tmp_array[(MAX_PB_SIZE + QPEL_EXTRA) * MAX_PB_SIZE]; local
891 int16_t *tmp = tmp_array;
908 tmp = tmp_array + QPEL_EXTRA_BEFORE * MAX_PB_SIZE;
1041 int16_t tmp_array[(MAX_PB_SIZ local
1082 int16_t tmp_array[(MAX_PB_SIZE + QPEL_EXTRA) * MAX_PB_SIZE]; local
1161 int16_t tmp_array[(MAX_PB_SIZE + EPEL_EXTRA) * MAX_PB_SIZE]; local
1294 int16_t tmp_array[(MAX_PB_SIZE + EPEL_EXTRA) * MAX_PB_SIZE]; local
1333 int16_t tmp_array[(MAX_PB_SIZE + EPEL_EXTRA) * MAX_PB_SIZE]; local
1476 int16_t tmp_array[(MAX_PB_SIZE + EPEL_EXTRA) * MAX_PB_SIZE]; local
1517 int16_t tmp_array[(MAX_PB_SIZE + EPEL_EXTRA) * MAX_PB_SIZE]; local
[all...]
H A Dvp8dsp.c536 uint8_t tmp_array[(2 * SIZE + VTAPS - 1) * SIZE]; \
537 uint8_t *tmp = tmp_array; \
546 tmp = tmp_array + (2 - (VTAPS == 4)) * SIZE; \
621 uint8_t tmp_array[(2 * SIZE + 1) * SIZE]; \
622 uint8_t *tmp = tmp_array; \
629 tmp = tmp_array; \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dvp8dsp.c369 uint8_t tmp_array[(2*SIZE+VTAPS-1)*SIZE]; \
370 uint8_t *tmp = tmp_array; \
380 tmp = tmp_array + (2-(VTAPS==4))*SIZE; \
447 uint8_t tmp_array[(2*SIZE+1)*SIZE]; \
448 uint8_t *tmp = tmp_array; \
457 tmp = tmp_array; \

Completed in 122 milliseconds