Searched refs:t_buf (Results 1 – 2 of 2) sorted by relevance
/external/libvpx/vpx_dsp/arm/ |
D | idct32x32_add_neon.c | 195 static INLINE void idct32_transpose_pair(const int16_t *input, int16_t *t_buf) { in idct32_transpose_pair() argument 201 transpose_and_store_s16_8x8(s0, s1, s2, s3, s4, s5, s6, s7, &t_buf); in idct32_transpose_pair() 228 int16_t *t_buf) { in idct32_transpose_pair_tran_low() argument 234 transpose_and_store_s16_8x8(s0, s1, s2, s3, s4, s5, s6, s7, &t_buf); in idct32_transpose_pair_tran_low()
|
D | highbd_idct32x32_1024_add_neon.c | 191 static INLINE void idct32_transpose_pair(const int32_t *input, int32_t *t_buf) { in idct32_transpose_pair() argument 197 transpose_and_store_s32_8x8(s, &t_buf); in idct32_transpose_pair()
|