Home
last modified time | relevance | path

Searched refs:highbd_transform_2d (Results 1 – 2 of 2) sorted by relevance

/external/libvpx/libvpx/vp9/common/
Dvp9_idct.c210 const highbd_transform_2d IHT_4[] = { in vp9_highbd_iht4x4_16_add_c()
240 static const highbd_transform_2d HIGH_IHT_8[] = {
253 const highbd_transform_2d ht = HIGH_IHT_8[tx_type]; in vp9_highbd_iht8x8_64_add_c()
273 static const highbd_transform_2d HIGH_IHT_16[] = {
286 const highbd_transform_2d ht = HIGH_IHT_16[tx_type]; in vp9_highbd_iht16x16_256_add_c()
Dvp9_idct.h38 } highbd_transform_2d; typedef