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

  /external/libvpx/libvpx/vp9/common/
vp9_idct.h 91 } transform_2d; typedef in typeref:struct:__anon29526
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...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
vp9_idct.h 91 } transform_2d; typedef in typeref:struct:__anon40709
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/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
vp9_idct.h 118 } transform_2d; typedef in typeref:struct:__anon17748
vp9_idct.c 319 const transform_2d IHT_4[] = {
425 static const transform_2d IHT_8[] = {
438 const transform_2d ht = IHT_8[tx_type];
845 static const transform_2d IHT_16[] = {
858 const transform_2d ht = IHT_16[tx_type];
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_dct.c 166 static const transform_2d FHT_4[] = {
182 const transform_2d ht = FHT_4[tx_type];
602 static const transform_2d FHT_8[] = {
618 const transform_2d ht = FHT_8[tx_type];
1001 static const transform_2d FHT_16[] = {
1017 const transform_2d ht = FHT_16[tx_type];
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_dct.c 151 static const transform_2d FHT_4[] = {
167 const transform_2d ht = FHT_4[tx_type];
563 static const transform_2d FHT_8[] = {
579 const transform_2d ht = FHT_8[tx_type];
960 static const transform_2d FHT_16[] = {
976 const transform_2d ht = FHT_16[tx_type];
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_dct.c 151 static const transform_2d FHT_4[] = {
167 const transform_2d ht = FHT_4[tx_type];
563 static const transform_2d FHT_8[] = {
579 const transform_2d ht = FHT_8[tx_type];
960 static const transform_2d FHT_16[] = {
976 const transform_2d ht = FHT_16[tx_type];
    [all...]

Completed in 2566 milliseconds