Lines Matching refs:temp

247     LOCAL_ALIGNED(ALIGN, uint8_t, temp, [SIZE*SIZE]);\
248 ff_put_h264_qpel ## SIZE ## _v_lowpass_ ## MMX(temp, src, SIZE, stride);\
249 ff_ ## OPNAME ## pixels ## SIZE ## _l2_ ## MMX(dst, src, temp, stride, stride, SIZE);\
259 LOCAL_ALIGNED(ALIGN, uint8_t, temp, [SIZE*SIZE]);\
260 ff_put_h264_qpel ## SIZE ## _v_lowpass_ ## MMX(temp, src, SIZE, stride);\
261 ff_ ## OPNAME ## pixels ## SIZE ## _l2_ ## MMX(dst, src+stride, temp, stride, stride, SIZE);\
267 LOCAL_ALIGNED(ALIGN, uint8_t, temp, [SIZE*SIZE]);\
268 ff_put_h264_qpel ## SIZE ## _v_lowpass_ ## MMX(temp, src, SIZE, stride);\
269 ff_ ## OPNAME ## h264_qpel ## SIZE ## _h_lowpass_l2_ ## MMX(dst, src, temp, stride, SIZE);\
274 LOCAL_ALIGNED(ALIGN, uint8_t, temp, [SIZE*SIZE]);\
275 ff_put_h264_qpel ## SIZE ## _v_lowpass_ ## MMX(temp, src+1, SIZE, stride);\
276 ff_ ## OPNAME ## h264_qpel ## SIZE ## _h_lowpass_l2_ ## MMX(dst, src, temp, stride, SIZE);\
281 LOCAL_ALIGNED(ALIGN, uint8_t, temp, [SIZE*SIZE]);\
282 ff_put_h264_qpel ## SIZE ## _v_lowpass_ ## MMX(temp, src, SIZE, stride);\
283 ff_ ## OPNAME ## h264_qpel ## SIZE ## _h_lowpass_l2_ ## MMX(dst, src+stride, temp, stride, SIZE);\
288 LOCAL_ALIGNED(ALIGN, uint8_t, temp, [SIZE*SIZE]);\
289 ff_put_h264_qpel ## SIZE ## _v_lowpass_ ## MMX(temp, src+1, SIZE, stride);\
290 ff_ ## OPNAME ## h264_qpel ## SIZE ## _h_lowpass_l2_ ## MMX(dst, src+stride, temp, stride, SIZE);\
295 LOCAL_ALIGNED(ALIGN, uint16_t, temp, [SIZE*(SIZE<8?12:24)]);\
296 ff_ ## OPNAME ## h264_qpel ## SIZE ## _hv_lowpass_ ## MMX(dst, temp, src, stride, SIZE, stride);\
301 LOCAL_ALIGNED(ALIGN, uint8_t, temp, [SIZE*(SIZE<8?12:24)*2 + SIZE*SIZE]);\
302 uint8_t * const halfHV= temp;\
303 int16_t * const halfV= (int16_t*)(temp + SIZE*SIZE);\
304 av_assert2(((uintptr_t)temp & 7) == 0);\
311 LOCAL_ALIGNED(ALIGN, uint8_t, temp, [SIZE*(SIZE<8?12:24)*2 + SIZE*SIZE]);\
312 uint8_t * const halfHV= temp;\
313 int16_t * const halfV= (int16_t*)(temp + SIZE*SIZE);\
314 av_assert2(((uintptr_t)temp & 7) == 0);\
321 LOCAL_ALIGNED(ALIGN, uint8_t, temp, [SIZE*(SIZE<8?12:24)*2 + SIZE*SIZE]);\
322 uint8_t * const halfHV= temp;\
323 int16_t * const halfV= (int16_t*)(temp + SIZE*SIZE);\
324 av_assert2(((uintptr_t)temp & 7) == 0);\
331 LOCAL_ALIGNED(ALIGN, uint8_t, temp, [SIZE*(SIZE<8?12:24)*2 + SIZE*SIZE]);\
332 uint8_t * const halfHV= temp;\
333 int16_t * const halfV= (int16_t*)(temp + SIZE*SIZE);\
334 av_assert2(((uintptr_t)temp & 7) == 0);\