Searched refs:c_16_n16_8_24 (Results 1 – 2 of 2) sorted by relevance
/external/libvpx/libvpx/vp9/common/arm/neon/ |
D | vp9_iht16x16_add_neon.c | 36 const int16x4_t c_16_n16_8_24 = in vpx_iadst16x16_256_add_half1d() local 197 iadst_butterfly_lane_2_3_neon(x[4], x[5], c_16_n16_8_24, s4, s5); in vpx_iadst16x16_256_add_half1d() 198 iadst_butterfly_lane_3_2_neon(x[7], x[6], c_16_n16_8_24, s7, s6); in vpx_iadst16x16_256_add_half1d() 203 iadst_butterfly_lane_2_3_neon(x[12], x[13], c_16_n16_8_24, s12, s13); in vpx_iadst16x16_256_add_half1d() 204 iadst_butterfly_lane_3_2_neon(x[15], x[14], c_16_n16_8_24, s15, s14); in vpx_iadst16x16_256_add_half1d() 224 iadst_half_butterfly_neg_neon(&x[3], &x[2], c_16_n16_8_24); in vpx_iadst16x16_256_add_half1d() 225 iadst_half_butterfly_pos_neon(&x[7], &x[6], c_16_n16_8_24); in vpx_iadst16x16_256_add_half1d() 226 iadst_half_butterfly_pos_neon(&x[11], &x[10], c_16_n16_8_24); in vpx_iadst16x16_256_add_half1d() 227 iadst_half_butterfly_neg_neon(&x[15], &x[14], c_16_n16_8_24); in vpx_iadst16x16_256_add_half1d()
|
D | vp9_highbd_iht16x16_add_neon.c | 165 const int32x4_t c_16_n16_8_24 = in vpx_highbd_iadst16_neon() local 313 highbd_iadst_butterfly(x[4], x[5], vget_high_s32(c_16_n16_8_24), 0, 1, s4, in vpx_highbd_iadst16_neon() 315 highbd_iadst_butterfly(x[7], x[6], vget_high_s32(c_16_n16_8_24), 1, 0, s7, in vpx_highbd_iadst16_neon() 321 highbd_iadst_butterfly(x[12], x[13], vget_high_s32(c_16_n16_8_24), 0, 1, s12, in vpx_highbd_iadst16_neon() 323 highbd_iadst_butterfly(x[15], x[14], vget_high_s32(c_16_n16_8_24), 1, 0, s15, in vpx_highbd_iadst16_neon() 347 highbd_iadst_half_butterfly(sum, vget_low_s32(c_16_n16_8_24), 1, x[2]); in vpx_highbd_iadst16_neon() 348 highbd_iadst_half_butterfly(sub, vget_low_s32(c_16_n16_8_24), 0, x[3]); in vpx_highbd_iadst16_neon() 353 highbd_iadst_half_butterfly(sum, vget_low_s32(c_16_n16_8_24), 0, x[6]); in vpx_highbd_iadst16_neon() 354 highbd_iadst_half_butterfly(sub, vget_low_s32(c_16_n16_8_24), 0, x[7]); in vpx_highbd_iadst16_neon() 359 highbd_iadst_half_butterfly(sum, vget_low_s32(c_16_n16_8_24), 0, x[10]); in vpx_highbd_iadst16_neon() [all …]
|