Home
last modified time | relevance | path

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

/external/libhevc/encoder/
Dihevce_had_satd.h144 WORD32 had8_strd,
288 WORD32 had8_strd,
Dihevce_had_satd.c1077 WORD32 had8_strd, in ihevce_compute_16x16HAD_using_8x8() argument
1089 WORD16 *pi2_y2 = pi2_8x8_had + had8_strd * 8; in ihevce_compute_16x16HAD_using_8x8()
1090 WORD16 *pi2_y3 = pi2_8x8_had + had8_strd * 8 + 8; in ihevce_compute_16x16HAD_using_8x8()
1108 WORD32 src_idx = (i >> 3) * had8_strd + (i % 8); in ihevce_compute_16x16HAD_using_8x8()
/external/libhevc/encoder/arm/
Dihevce_had_compute_neon.c899 WORD32 had8_strd, in ihevce_compute_16x16HAD_using_8x8_neon() argument
915 for(i = 0; i < 8; i++, pi2_8x8_had += had8_strd) in ihevce_compute_16x16HAD_using_8x8_neon()
920 for(i = 0; i < 8; i++, pi2_8x8_had += had8_strd) in ihevce_compute_16x16HAD_using_8x8_neon()