Searched refs:pi2_8x8_had (Results 1 – 3 of 3) sorted by relevance
143 WORD16 *pi2_8x8_had,287 WORD16 *pi2_8x8_had,
1076 WORD16 *pi2_8x8_had, in ihevce_compute_16x16HAD_using_8x8() argument1087 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()
898 WORD16 *pi2_8x8_had, in ihevce_compute_16x16HAD_using_8x8_neon() argument915 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()