Add neon optimize vp9_short_idct10_16x16_add.
vp9_short_idct10_16x16_add is used to handle the block that only have valid data at top left 4x4 block. All the other datas are 0. So we could cut many unnecessary calculations in order to save instructions. Change-Id: I6e30a3fee1ece5af7f258532416d0bfddd1143f0
Showing
- vp9/common/arm/neon/vp9_idct16x16_neon.c 70 additions, 0 deletionsvp9/common/arm/neon/vp9_idct16x16_neon.c
- vp9/common/arm/neon/vp9_short_idct16x16_add_neon.asm 584 additions, 201 deletionsvp9/common/arm/neon/vp9_short_idct16x16_add_neon.asm
- vp9/common/vp9_rtcd_defs.sh 1 addition, 1 deletionvp9/common/vp9_rtcd_defs.sh
Loading
Please register or sign in to comment