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

  /external/libvpx/libvpx/vp9/common/
vp9_idct.h 88 } transform_2d; typedef in typeref:struct:__anon21277
vp9_idct.c 285 const transform_2d IHT_4[] = {
391 static const transform_2d IHT_8[] = {
404 const transform_2d ht = IHT_8[tx_type];
809 static const transform_2d IHT_16[] = {
822 const transform_2d ht = IHT_16[tx_type];
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_dct.c 147 static const transform_2d FHT_4[] = {
160 const transform_2d ht = FHT_4[tx_type];
555 static const transform_2d FHT_8[] = {
568 const transform_2d ht = FHT_8[tx_type];
948 static const transform_2d FHT_16[] = {
961 const transform_2d ht = FHT_16[tx_type];
    [all...]

Completed in 975 milliseconds