Home
last modified time | relevance | path

Searched refs:tmp_array (Results 1 - 5 of 5) sorted by relevance

/third_party/ffmpeg/libavcodec/mips/
H A Dvp8dsp_mmi.c2482 DECLARE_ALIGNED(8, uint8_t, tmp_array[560]); in ff_put_vp8_epel16_h4v4_mmi()
2483 uint8_t *tmp = tmp_array; in ff_put_vp8_epel16_h4v4_mmi()
2487 tmp = tmp_array + 16; in ff_put_vp8_epel16_h4v4_mmi()
2493 uint8_t tmp_array[560]; in ff_put_vp8_epel16_h4v4_mmi()
2494 uint8_t *tmp = tmp_array; in ff_put_vp8_epel16_h4v4_mmi()
2505 tmp = tmp_array + 16; in ff_put_vp8_epel16_h4v4_mmi()
2521 DECLARE_ALIGNED(8, uint8_t, tmp_array[152]); in ff_put_vp8_epel8_h4v4_mmi()
2522 uint8_t *tmp = tmp_array; in ff_put_vp8_epel8_h4v4_mmi()
2526 tmp = tmp_array + 8; in ff_put_vp8_epel8_h4v4_mmi()
2532 uint8_t tmp_array[15 in ff_put_vp8_epel8_h4v4_mmi()
[all...]
H A Dhevcdsp_mmi.c130 int16_t tmp_array[(MAX_PB_SIZE + QPEL_EXTRA) * MAX_PB_SIZE]; \
131 int16_t *tmp = tmp_array; \
208 tmp = tmp_array + QPEL_EXTRA_BEFORE * 4 -12; \
449 int16_t tmp_array[(MAX_PB_SIZE + QPEL_EXTRA) * MAX_PB_SIZE]; \
450 int16_t *tmp = tmp_array; \
532 tmp = tmp_array; \
669 int16_t tmp_array[(MAX_PB_SIZE + EPEL_EXTRA) * MAX_PB_SIZE]; \
670 int16_t *tmp = tmp_array; \
737 tmp = tmp_array; \
960 int16_t tmp_array[(MAX_PB_SIZ
[all...]
/third_party/node/lib/internal/
H A Dasync_hooks.js60 // active_hooks.tmp_array if a hook is enabled/disabled during hook
69 // active hooks is duplicated and set equal to active_hooks.tmp_array. Any
71 // completed executing active_hooks.tmp_array is assigned to
73 tmp_array: null,
74 // Keep track of the field counts held in active_hooks.tmp_array. Because the
214 // weren't called during hook execution, in which case active_hooks.tmp_array
216 if (active_hooks.call_depth === 0 && active_hooks.tmp_array !== null) {
245 // active_hooks.tmp_array will be null.
246 if (active_hooks.call_depth === 0 && active_hooks.tmp_array !== null) {
271 if (active_hooks.tmp_array
[all...]
/third_party/ffmpeg/libavcodec/
H A Dhevcdsp_template.c659 int16_t tmp_array[(MAX_PB_SIZE + QPEL_EXTRA) * MAX_PB_SIZE]; in put_hevc_qpel_hv() local
660 int16_t *tmp = tmp_array; in put_hevc_qpel_hv()
671 tmp = tmp_array + QPEL_EXTRA_BEFORE * MAX_PB_SIZE; in put_hevc_qpel_hv()
800 int16_t tmp_array[(MAX_PB_SIZE + QPEL_EXTRA) * MAX_PB_SIZE]; in put_hevc_qpel_uni_hv() local
801 int16_t *tmp = tmp_array; in put_hevc_qpel_uni_hv()
819 tmp = tmp_array + QPEL_EXTRA_BEFORE * MAX_PB_SIZE; in put_hevc_qpel_uni_hv()
840 int16_t tmp_array[(MAX_PB_SIZE + QPEL_EXTRA) * MAX_PB_SIZE]; in put_hevc_qpel_bi_hv() local
841 int16_t *tmp = tmp_array; in put_hevc_qpel_bi_hv()
858 tmp = tmp_array + QPEL_EXTRA_BEFORE * MAX_PB_SIZE; in put_hevc_qpel_bi_hv()
991 int16_t tmp_array[(MAX_PB_SIZ in put_hevc_qpel_uni_w_hv() local
1032 int16_t tmp_array[(MAX_PB_SIZE + QPEL_EXTRA) * MAX_PB_SIZE]; put_hevc_qpel_bi_w_hv() local
1111 int16_t tmp_array[(MAX_PB_SIZE + EPEL_EXTRA) * MAX_PB_SIZE]; put_hevc_epel_hv() local
1244 int16_t tmp_array[(MAX_PB_SIZE + EPEL_EXTRA) * MAX_PB_SIZE]; put_hevc_epel_uni_hv() local
1283 int16_t tmp_array[(MAX_PB_SIZE + EPEL_EXTRA) * MAX_PB_SIZE]; put_hevc_epel_bi_hv() local
1426 int16_t tmp_array[(MAX_PB_SIZE + EPEL_EXTRA) * MAX_PB_SIZE]; put_hevc_epel_uni_w_hv() local
1467 int16_t tmp_array[(MAX_PB_SIZE + EPEL_EXTRA) * MAX_PB_SIZE]; put_hevc_epel_bi_w_hv() local
[all...]
H A Dvp8dsp.c540 uint8_t tmp_array[(2 * SIZE + VTAPS - 1) * SIZE]; \
541 uint8_t *tmp = tmp_array; \
550 tmp = tmp_array + (2 - (VTAPS == 4)) * SIZE; \
625 uint8_t tmp_array[(2 * SIZE + 1) * SIZE]; \
626 uint8_t *tmp = tmp_array; \
633 tmp = tmp_array; \

Completed in 16 milliseconds