Replace vp9_ prefix with vpx_ prefix in vpx_dsp function names
This commit clears the function naming convention in vpx_dsp. It replaces vp9_ prefix of global functions with vpx_ prefix. It also removes the vp9_ prefix from static functions. Change-Id: I6394359a63b71a51dda01342eec6a3cc08dfeedf
Showing
- test/dct16x16_test.cc 15 additions, 15 deletionstest/dct16x16_test.cc
- test/dct32x32_test.cc 17 additions, 17 deletionstest/dct32x32_test.cc
- test/fdct4x4_test.cc 16 additions, 16 deletionstest/fdct4x4_test.cc
- test/fdct8x8_test.cc 15 additions, 15 deletionstest/fdct8x8_test.cc
- test/idct8x8_test.cc 1 addition, 1 deletiontest/idct8x8_test.cc
- test/partial_idct_test.cc 56 additions, 56 deletionstest/partial_idct_test.cc
- test/register_state_check.h 3 additions, 3 deletionstest/register_state_check.h
- vp9/common/mips/dspr2/vp9_itrans4_dspr2.c 4 additions, 4 deletionsvp9/common/mips/dspr2/vp9_itrans4_dspr2.c
- vp9/common/mips/msa/vp9_idct16x16_msa.c 8 additions, 8 deletionsvp9/common/mips/msa/vp9_idct16x16_msa.c
- vp9/common/vp9_idct.c 38 additions, 38 deletionsvp9/common/vp9_idct.c
- vp9/common/vp9_idct.h 2 additions, 2 deletionsvp9/common/vp9_idct.h
- vp9/vp9_common.mk 0 additions, 2 deletionsvp9/vp9_common.mk
- vpx_dsp/arm/fwd_txfm_neon.c 1 addition, 1 deletionvpx_dsp/arm/fwd_txfm_neon.c
- vpx_dsp/arm/idct16x16_1_add_neon.asm 4 additions, 4 deletionsvpx_dsp/arm/idct16x16_1_add_neon.asm
- vpx_dsp/arm/idct16x16_1_add_neon.c 1 addition, 1 deletionvpx_dsp/arm/idct16x16_1_add_neon.c
- vpx_dsp/arm/idct16x16_add_neon.asm 16 additions, 16 deletionsvpx_dsp/arm/idct16x16_add_neon.asm
- vpx_dsp/arm/idct16x16_add_neon.c 4 additions, 4 deletionsvpx_dsp/arm/idct16x16_add_neon.c
- vpx_dsp/arm/idct16x16_neon.c 26 additions, 26 deletionsvpx_dsp/arm/idct16x16_neon.c
- vpx_dsp/arm/idct32x32_1_add_neon.asm 4 additions, 4 deletionsvpx_dsp/arm/idct32x32_1_add_neon.asm
- vpx_dsp/arm/idct32x32_1_add_neon.c 1 addition, 1 deletionvpx_dsp/arm/idct32x32_1_add_neon.c
Loading
Please register or sign in to comment