Home
last modified time | relevance | path

Searched refs:transform_2d (Results 1 – 4 of 4) sorted by relevance

/external/libvpx/libvpx/vp9/common/
Dvp9_idct.c22 const transform_2d IHT_4[] = { in vp9_iht4x4_16_add_c()
52 static const transform_2d IHT_8[] = {
65 const transform_2d ht = IHT_8[tx_type]; in vp9_iht8x8_64_add_c()
85 static const transform_2d IHT_16[] = {
98 const transform_2d ht = IHT_16[tx_type]; in vp9_iht16x16_256_add_c()
Dvp9_idct.h31 } transform_2d; typedef
/external/libaom/libaom/av1/common/
Didct.h30 } transform_2d; typedef
/external/libvpx/libvpx/vp9/encoder/
Dvp9_dct.c509 static const transform_2d FHT_4[] = {
516 static const transform_2d FHT_8[] = {
523 static const transform_2d FHT_16[] = {
538 const transform_2d ht = FHT_4[tx_type]; in vp9_fht4x4_c()
668 const transform_2d ht = FHT_8[tx_type]; in vp9_fht8x8_c()
751 const transform_2d ht = FHT_16[tx_type]; in vp9_fht16x16_c()