Home
last modified time | relevance | path

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

/external/libhevc/encoder/
Dihevce_had_satd.c1388 WORD16 *pi2_16x16_had, in ihevce_compute_32x32HAD_using_16x16() argument
1399 WORD16 *pi2_y0 = pi2_16x16_had; in ihevce_compute_32x32HAD_using_16x16()
1400 WORD16 *pi2_y1 = pi2_16x16_had + 16; in ihevce_compute_32x32HAD_using_16x16()
1401 WORD16 *pi2_y2 = pi2_16x16_had + had16_strd * 16; in ihevce_compute_32x32HAD_using_16x16()
1402 WORD16 *pi2_y3 = pi2_16x16_had + had16_strd * 16 + 16; in ihevce_compute_32x32HAD_using_16x16()
Dihevce_had_satd.h135 WORD16 *pi2_16x16_had,
/external/libhevc/encoder/arm/
Dihevce_had_compute_neon.c1118 WORD16 *pi2_16x16_had, in ihevce_compute_32x32HAD_using_16x16_neon() argument
1137 WORD16 *pi2_b16 = pi2_16x16_had + (b16 >> 1) * (had16_strd * 16) + ((b16 & 1) * 16); in ihevce_compute_32x32HAD_using_16x16_neon()