Home
last modified time | relevance | path

Searched refs:trans_buf (Results 1 – 2 of 2) sorted by relevance

/external/libvpx/libvpx/vpx_dsp/arm/
Didct32x32_add_neon.c17 q14s16 = vld1q_s16(trans_buf + first * 8); \
18 q13s16 = vld1q_s16(trans_buf + second * 8);
462 int16_t trans_buf[32 * 8]; in vpx_idct32x32_1024_add_neon() local
477 idct32_transpose_pair(input, trans_buf); in vpx_idct32x32_1024_add_neon()
/external/libvpx/libvpx/vp9/encoder/mips/msa/
Dvp9_fdct16x16_msa.c410 DECLARE_ALIGNED(32, int16_t, trans_buf[256]); in vp9_fht16x16_msa()
414 int16_t *trans = &trans_buf[0]; in vp9_fht16x16_msa()