Home
last modified time | relevance | path

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

/external/libhevc/encoder/arm/
Dihevce_had_compute_neon.c1141 WORD16 *pi2_b8 = pi2_b16 + (b8 >> 1) * (had16_strd * 8) + ((b8 & 1) * 8); in ihevce_compute_32x32HAD_using_16x16_neon() local
1143 for(i = 0; i < 8; i++, pi2_b8 += had16_strd) in ihevce_compute_32x32HAD_using_16x16_neon()
1145 a[b16][b8][i] = vld1q_s16(pi2_b8); in ihevce_compute_32x32HAD_using_16x16_neon()