Home
last modified time | relevance | path

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

/external/libhevc/encoder/
Dihevce_had_satd.h143 WORD16 *pi2_8x8_had,
287 WORD16 *pi2_8x8_had,
Dihevce_had_satd.c1076 WORD16 *pi2_8x8_had, in ihevce_compute_16x16HAD_using_8x8() argument
1087 WORD16 *pi2_y0 = pi2_8x8_had; in ihevce_compute_16x16HAD_using_8x8()
1088 WORD16 *pi2_y1 = pi2_8x8_had + 8; in ihevce_compute_16x16HAD_using_8x8()
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()
/external/libhevc/encoder/arm/
Dihevce_had_compute_neon.c898 WORD16 *pi2_8x8_had, 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()
917 b0[i] = vld1q_s16(pi2_8x8_had); in ihevce_compute_16x16HAD_using_8x8_neon()
918 b1[i] = vld1q_s16(pi2_8x8_had + 8); 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()
922 b2[i] = vld1q_s16(pi2_8x8_had); in ihevce_compute_16x16HAD_using_8x8_neon()
923 b3[i] = vld1q_s16(pi2_8x8_had + 8); in ihevce_compute_16x16HAD_using_8x8_neon()