HomeSort by relevance Sort by last modified time
    Searched refs:transform_2d (Results 1 - 4 of 4) sorted by null

  /external/libaom/libaom/av1/common/
idct.h 30 } transform_2d; typedef in typeref:struct:__anon26525
  /external/libvpx/libvpx/vp9/common/
vp9_idct.h 31 } transform_2d; typedef in typeref:struct:__anon29842
vp9_idct.c 22 const transform_2d IHT_4[] = {
52 static const transform_2d IHT_8[] = {
65 const transform_2d ht = IHT_8[tx_type];
85 static const transform_2d IHT_16[] = {
98 const transform_2d ht = IHT_16[tx_type];
  /external/libvpx/libvpx/vp9/encoder/
vp9_dct.c 509 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];
668 const transform_2d ht = FHT_8[tx_type];
751 const transform_2d ht = FHT_16[tx_type];

Completed in 1680 milliseconds