HomeSort by relevance Sort by last modified time
    Searched refs:filter_type (Results 1 - 25 of 34) sorted by null

1 2

  /frameworks/base/media/libstagefright/codecs/m4v_h263/dec/src/
post_filter.cpp 33 int filter_type,
58 if (filter_type == 0)
67 combined_with_deblock_filter = filter_type & PV_DEBLOCK;
73 if ((filter_type & PV_DEBLOCK) && (filter_type & PV_DERING))
79 if (filter_type & PV_DEBLOCK)
92 if (filter_type & PV_DERING)
105 if ((filter_type & PV_DEBLOCK) && (filter_type & PV_DERING))
111 if (filter_type & PV_DEBLOCK
    [all...]
  /external/chromium/net/base/
gzip_filter.h 31 // Parameter filter_type specifies the type of filter, which corresponds to
35 bool InitDecoding(Filter::FilterType filter_type);
sdch_filter.h 36 bool InitDecoding(Filter::FilterType filter_type);
filter.cc 58 const std::string& filter_type) {
60 if (LowerCaseEqualsASCII(filter_type, kDeflate)) {
62 } else if (LowerCaseEqualsASCII(filter_type, kGZip) ||
63 LowerCaseEqualsASCII(filter_type, kXGZip)) {
65 } else if (LowerCaseEqualsASCII(filter_type, kSdch)) {
filter.h 9 // Filter* filter = Filter::Factory(filter_type, size);
188 static FilterType ConvertEncodingToType(const std::string& filter_type);
gzip_filter.cc 42 bool GZipFilter::InitDecoding(Filter::FilterType filter_type) {
53 switch (filter_type) {
sdch_filter.cc 115 bool SdchFilter::InitDecoding(Filter::FilterType filter_type) {
120 if (FILTER_TYPE_SDCH_POSSIBLE == filter_type)
  /external/libvpx/vp8/encoder/
picklpf.c 189 cm->last_filter_type = cm->filter_type;
205 cm->last_filter_type = cm->filter_type;
242 cm->last_filter_type = cm->filter_type;
338 cm->last_filter_type = cm->filter_type;
368 cm->last_filter_type = cm->filter_type;
397 cm->last_filter_type = cm->filter_type;
parms.cpp 54 DOTHIS(O, filter_type )\
onyx_int.h 499 int filter_type; member in struct:__anon5299
onyx_if.c     [all...]
  /external/libvpx/vp8/common/
onyxc_int.h 146 LOOPFILTERTYPE filter_type; member in struct:VP8Common
loopfilter.c 133 LOOPFILTERTYPE lft = cm->filter_type;
352 if ((cm->last_filter_type != cm->filter_type) || (cm->last_sharpness_level != cm->sharpness_level))
457 if ((cm->last_filter_type != cm->filter_type) || (cm->last_sharpness_level != cm->sharpness_level))
565 if ((cm->last_filter_type != cm->filter_type) || (cm->last_sharpness_level != cm->sharpness_level))
  /external/libpng/
pngget.c 94 return info_ptr->filter_type;
580 int *filter_type)
597 if (filter_type != NULL)
598 *filter_type = info_ptr->filter_type;
610 info_ptr->compression_type, info_ptr->filter_type);
png.c 963 int filter_type)
1070 if (filter_type != PNG_FILTER_TYPE_BASE)
1073 (filter_type == PNG_INTRAPIXEL_DIFFERENCING) &&
1090 if (filter_type != PNG_FILTER_TYPE_BASE)
pngset.c 230 int filter_type)
242 info_ptr->filter_type = (png_byte)filter_type;
247 info_ptr->compression_type, info_ptr->filter_type);
    [all...]
pngtest.c 907 int interlace_type, compression_type, filter_type; local
910 &color_type, &interlace_type, &compression_type, &filter_type))
914 color_type, interlace_type, compression_type, filter_type);
916 color_type, PNG_INTERLACE_NONE, compression_type, filter_type);
    [all...]
pngwutil.c 393 int bit_depth, int color_type, int compression_type, int filter_type,
470 (filter_type == PNG_INTRAPIXEL_DIFFERENCING)) &&
472 filter_type != PNG_FILTER_TYPE_BASE)
475 filter_type = PNG_FILTER_TYPE_BASE;
494 png_ptr->filter_type = (png_byte)filter_type;
513 buf[11] = (png_byte)filter_type;
    [all...]
pngrutil.c 455 int bit_depth, color_type, compression_type, filter_type; local
477 filter_type = buf[11];
487 png_ptr->filter_type = (png_byte)filter_type;
520 color_type, interlace_type, compression_type, filter_type);
    [all...]
pngwrite.c 51 info_ptr->filter_type,
955 (png_ptr->filter_type == PNG_INTRAPIXEL_DIFFERENCING))
    [all...]
  /external/qemu/distrib/libpng-1.2.19/
pngget.c 92 return info_ptr->filter_type;
542 int *filter_type)
559 if (filter_type != NULL)
560 *filter_type = info_ptr->filter_type;
pngset.c 263 int filter_type)
322 if(filter_type != PNG_FILTER_TYPE_BASE)
325 (filter_type == PNG_INTRAPIXEL_DIFFERENCING) &&
334 if(filter_type != PNG_FILTER_TYPE_BASE)
343 info_ptr->filter_type = (png_byte)filter_type;
    [all...]
pngwutil.c 377 int bit_depth, int color_type, int compression_type, int filter_type,
450 (filter_type == PNG_INTRAPIXEL_DIFFERENCING)) &&
452 filter_type != PNG_FILTER_TYPE_BASE)
455 filter_type = PNG_FILTER_TYPE_BASE;
474 png_ptr->filter_type = (png_byte)filter_type;
493 buf[11] = (png_byte)filter_type;
    [all...]
pngwrite.c 44 info_ptr->filter_type,
918 (png_ptr->filter_type == PNG_INTRAPIXEL_DIFFERENCING))
    [all...]
  /external/libvpx/vp8/decoder/
onyxd_if.c 126 cm->last_filter_type = cm->filter_type;
393 cm->last_filter_type = cm->filter_type;
413 cm->last_filter_type = cm->filter_type;

Completed in 440 milliseconds

1 2