Refactor lgt
Change get_lgt in order to integrate a later experiment lgt_from_pred with lgt. There are two main changes. The main purpose for this change is to unify get_fwd_lgt and get_inv_lgt functions into a get_lgt function so the lgt basis functions can always be selected through the same function in both forward and inverse transform paths. The structure of those functions will also be consistent with the get_lgt_from_pred functions that will be added in the lgt-from-pred experiment. These changes have no impact on the bitstream. Change-Id: Ifd3dfc1a9e1a250495830ddbf42c201e80aa913e
Showing
- aom_dsp/txfm_common.h 7 additions, 6 deletionsaom_dsp/txfm_common.h
- av1/common/blockd.h 0 additions, 13 deletionsav1/common/blockd.h
- av1/common/idct.c 74 additions, 88 deletionsav1/common/idct.c
- av1/common/idct.h 7 additions, 1 deletionav1/common/idct.h
- av1/decoder/decodeframe.c 1 addition, 5 deletionsav1/decoder/decodeframe.c
- av1/encoder/dct.c 45 additions, 69 deletionsav1/encoder/dct.c
- av1/encoder/encodemb.c 4 additions, 9 deletionsav1/encoder/encodemb.c
- av1/encoder/rdopt.c 3 additions, 6 deletionsav1/encoder/rdopt.c
Loading
Please register or sign in to comment