Searched refs:cospid_0_8_16_24 (Results 1 – 1 of 1) sorted by relevance
/external/libvpx/libvpx/vpx_dsp/arm/ |
D | idct16x16_add_neon.c | 276 const int16x4_t cospid_0_8_16_24 = vget_low_s16(cospisd0); in vpx_idct16x16_38_add_half1d() local 364 step2[0] = step2[1] = vqrdmulhq_lane_s16(step1[0], cospid_0_8_16_24, 2); in vpx_idct16x16_38_add_half1d() 365 step2[2] = vqrdmulhq_lane_s16(step1[2], cospid_0_8_16_24, 3); in vpx_idct16x16_38_add_half1d() 366 step2[3] = vqrdmulhq_lane_s16(step1[2], cospid_0_8_16_24, 1); in vpx_idct16x16_38_add_half1d() 436 const int16x4_t cospid_0_8_16_24 = vget_low_s16(cospisd0); in vpx_idct16x16_10_add_half1d_pass1() local 482 step2[0] = step2[1] = vqrdmulh_lane_s16(step1[0], cospid_0_8_16_24, 2); in vpx_idct16x16_10_add_half1d_pass1() 592 const int16x4_t cospid_0_8_16_24 = vget_low_s16(cospisd0); in vpx_idct16x16_10_add_half1d_pass2() local 648 step2[0] = step2[1] = vqrdmulhq_lane_s16(step1[0], cospid_0_8_16_24, 2); in vpx_idct16x16_10_add_half1d_pass2()
|