Searched refs:filterType (Results 1 - 19 of 19) sorted by relevance

/external/aac/libAACenc/src/
H A Dtransform.h120 INT filterType
H A Dtransform.cpp109 INT filterType
172 if (filterType != FB_ELD)
209 if (filterType == FB_ELD)
/external/swiftshader/src/D3D9/
H A DDirect3DBaseTexture9.hpp55 long __stdcall SetAutoGenFilterType(D3DTEXTUREFILTERTYPE filterType) override;
74 D3DTEXTUREFILTERTYPE filterType; member in class:D3D9::Direct3DBaseTexture9
H A DDirect3DBaseTexture9.cpp27 filterType = D3DTEXF_LINEAR;
153 return filterType;
191 long Direct3DBaseTexture9::SetAutoGenFilterType(D3DTEXTUREFILTERTYPE filterType) argument
199 this->filterType = filterType; // FIXME: Check if valid
H A DDirect3DCubeTexture9.hpp54 long __stdcall SetAutoGenFilterType(D3DTEXTUREFILTERTYPE filterType) override;
H A DDirect3DTexture9.hpp54 long __stdcall SetAutoGenFilterType(D3DTEXTUREFILTERTYPE filterType) override;
H A DDirect3DVolumeTexture9.hpp54 long __stdcall SetAutoGenFilterType(D3DTEXTUREFILTERTYPE filterType) override;
H A DDirect3DTexture9.cpp220 long Direct3DTexture9::SetAutoGenFilterType(D3DTEXTUREFILTERTYPE filterType) argument
224 TRACE("D3DTEXTUREFILTERTYPE filterType = %d", filterType);
226 return Direct3DBaseTexture9::SetAutoGenFilterType(filterType);
H A DDirect3DCubeTexture9.cpp237 long Direct3DCubeTexture9::SetAutoGenFilterType(D3DTEXTUREFILTERTYPE filterType) argument
243 return Direct3DBaseTexture9::SetAutoGenFilterType(filterType);
H A DDirect3DVolumeTexture9.cpp265 long Direct3DVolumeTexture9::SetAutoGenFilterType(D3DTEXTUREFILTERTYPE filterType) argument
271 return Direct3DBaseTexture9::SetAutoGenFilterType(filterType);
/external/swiftshader/src/D3D8/
H A DDirect3DBaseTexture8.hpp68 D3DTEXTUREFILTERTYPE filterType; member in class:D3D8::Direct3DBaseTexture8
H A DDirect3DBaseTexture8.cpp24 filterType = D3DTEXF_LINEAR;
/external/ImageMagick/Magick++/demo/
H A Dzoom.cpp177 image.filterType(filter);
/external/ImageMagick/Magick++/tests/
H A Dattributes.cpp699 // filterType
702 if ( image.filterType() != UndefinedFilter )
706 << ", filterType default ("
707 << (int)image.filterType()
712 image.filterType( TriangleFilter );
713 if ( image.filterType() != TriangleFilter )
716 cout << "Line: " << __LINE__ << ", filterType set/get failed"
/external/ImageMagick/Magick++/lib/Magick++/
H A DImage.h250 void filterType(const FilterType filterType_);
251 FilterType filterType(void) const;
/external/zopfli/src/zopflipng/lodepng/
H A Dlodepng.cpp4009 size_t bytewidth, unsigned char filterType, size_t length)
4016 the incoming scanlines do NOT include the filtertype byte, that one is given in the parameter filterType instead
4021 switch(filterType)
4103 unsigned char filterType = in[inindex]; local
4105 CERROR_TRY_RETURN(unfilterScanline(&out[outindex], &in[inindex + 1], prevline, bytewidth, filterType, linebytes));
5159 size_t length, size_t bytewidth, unsigned char filterType)
5162 switch(filterType)
4008 unfilterScanline(unsigned char* recon, const unsigned char* scanline, const unsigned char* precon, size_t bytewidth, unsigned char filterType, size_t length) argument
5158 filterScanline(unsigned char* out, const unsigned char* scanline, const unsigned char* prevline, size_t length, size_t bytewidth, unsigned char filterType) argument
/external/ImageMagick/Magick++/lib/
H A DSTL.cpp1351 image_.filterType( _filterType );
H A DImage.cpp843 void Magick::Image::filterType(const Magick::FilterType filterType_) function in class:Magick::Image
849 Magick::FilterType Magick::Image::filterType(void) const function in class:Magick::Image
/external/ImageMagick/MagickCore/
H A Daccelerate-kernels-private.h2372 inline float applyResizeFilter(const float x, const ResizeWeightingFunctionType filterType, const __global float* filterCoefficients)
2374 switch (filterType)

Completed in 464 milliseconds