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

1 2 3 4 5

  /external/libvpx/libvpx/test/
vp9_scale_test.cc 31 INTERP_FILTER filter_type, int phase_scaler);
41 void ReferenceScaleFrame(INTERP_FILTER filter_type, int phase_scaler) {
42 vp9_scale_and_extend_frame_c(&img_, &ref_img_, filter_type, phase_scaler);
45 void ScaleFrame(INTERP_FILTER filter_type, int phase_scaler) {
47 scale_fn_(&img_, &dst_img_, filter_type, phase_scaler));
58 for (INTERP_FILTER filter_type = 0; filter_type < 4; ++filter_type) {
87 ReferenceScaleFrame(filter_type, phase_scaler);
88 ScaleFrame(filter_type, phase_scaler)
    [all...]
  /external/libvpx/libvpx/vp8/common/
alloccommon.c 134 cm->filter_type = NORMAL_LOOPFILTER;
140 cm->filter_type = SIMPLE_LOOPFILTER;
146 cm->filter_type = NORMAL_LOOPFILTER;
152 cm->filter_type = SIMPLE_LOOPFILTER;
159 cm->filter_type = NORMAL_LOOPFILTER;
173 oci->filter_type = NORMAL_LOOPFILTER;
onyxc_int.h 128 LOOPFILTERTYPE filter_type; member in struct:VP8Common
vp8_loopfilter.c 295 if (cm->filter_type == NORMAL_LOOPFILTER) {
430 if (cm->filter_type == NORMAL_LOOPFILTER) {
528 if (cm->filter_type == NORMAL_LOOPFILTER) {
  /frameworks/av/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...]
  /hardware/intel/common/libva/va/
va_dec_vp8.h 100 /* same as filter_type in bitstream syntax */
101 unsigned int filter_type : 1; member in struct:_VAPictureParameterBufferVP8::__anon47549::__anon47550
  /external/webp/src/enc/
config_enc.c 38 config->filter_type = 1; // default: strong (so U/V is filtered too)
106 if (config->filter_type < 0 || config->filter_type > 1) return 0;
  /external/libvpx/libvpx/vp9/encoder/
vp9_frame_scale.c 20 INTERP_FILTER filter_type, int phase_scaler) {
28 const InterpKernel *const kernel = vp9_filter_kernels[filter_type];
  /external/libpng/
pnginfo.h 69 png_byte filter_type; /* must be PNG_FILTER_TYPE_BASE (from IHDR) */ member in struct:png_info_def
pngget.c 91 return info_ptr->filter_type;
827 int *filter_type)
849 if (filter_type != NULL)
850 *filter_type = info_ptr->filter_type;
862 info_ptr->compression_type, info_ptr->filter_type);
    [all...]
  /external/libvpx/libvpx/vp9/encoder/x86/
vp9_frame_scale_ssse3.c 752 uint8_t filter_type, int phase_scaler) {
775 } else if (filter_type == BILINEAR) {
793 dst_h, vp9_filter_kernels[filter_type][phase_scaler], temp_buffer);
796 dst_uv_w, dst_uv_h, vp9_filter_kernels[filter_type][phase_scaler],
800 dst_uv_w, dst_uv_h, vp9_filter_kernels[filter_type][phase_scaler],
817 } else if (filter_type == BILINEAR) {
    [all...]
  /external/pdfium/third_party/libpng16/
pnginfo.h 69 png_byte filter_type; /* must be PNG_FILTER_TYPE_BASE (from IHDR) */ member in struct:png_info_def
pngget.c 91 return info_ptr->filter_type;
798 int *filter_type)
820 if (filter_type != NULL)
821 *filter_type = info_ptr->filter_type;
833 info_ptr->compression_type, info_ptr->filter_type);
    [all...]
  /external/libvpx/libvpx/vp9/encoder/arm/neon/
vp9_frame_scale_neon.c 707 INTERP_FILTER filter_type,
730 } else if (filter_type == BILINEAR) {
747 dst_h, vp9_filter_kernels[filter_type][phase_scaler], temp_buffer);
750 dst_uv_w, dst_uv_h, vp9_filter_kernels[filter_type][phase_scaler],
754 dst_uv_w, dst_uv_h, vp9_filter_kernels[filter_type][phase_scaler],
771 } else if (filter_type == BILINEAR) {
788 dst_h, vp9_filter_kernels[filter_type][phase_scaler], temp_buffer);
791 dst_uv_w, dst_uv_h, vp9_filter_kernels[filter_type][phase_scaler],
795 dst_uv_w, dst_uv_h, vp9_filter_kernels[filter_type][phase_scaler],
810 if (filter_type == BILINEAR)
    [all...]
  /external/libpng/contrib/oss-fuzz/
libpng_read_fuzzer.cc 151 int filter_type; local
155 &compression_type, &filter_type)) {
  /external/ImageMagick/MagickCore/
resize.c 702 % const FilterType filter_type,const MagickBooleanType cylindrical,
730 filter_type,
798 Note that the filter_type -> function is 1 to 1 except for Sinc(),
725 filter_type, local
2827 filter_type; local
    [all...]
  /external/libxaac/decoder/drc_src/
impd_drc_fiilter_bank.c 35 WORD32 filter_type) {
39 if (filter_type == 0 || filter_type == 2) {
55 if (filter_type == 1 || filter_type == 2) {
impd_drc_filter_bank.c 35 WORD32 filter_type) {
39 if (filter_type == 0 || filter_type == 2) {
55 if (filter_type == 1 || filter_type == 2) {
  /external/libvpx/config/arm-neon/
vp9_rtcd.h 109 void vp9_scale_and_extend_frame_c(const struct yv12_buffer_config *src, struct yv12_buffer_config *dst, INTERP_FILTER filter_type, int phase_scaler);
110 void vp9_scale_and_extend_frame_neon(const struct yv12_buffer_config *src, struct yv12_buffer_config *dst, INTERP_FILTER filter_type, int phase_scaler);
  /external/libvpx/config/arm64/
vp9_rtcd.h 109 void vp9_scale_and_extend_frame_c(const struct yv12_buffer_config *src, struct yv12_buffer_config *dst, INTERP_FILTER filter_type, int phase_scaler);
110 void vp9_scale_and_extend_frame_neon(const struct yv12_buffer_config *src, struct yv12_buffer_config *dst, INTERP_FILTER filter_type, int phase_scaler);
  /external/libvpx/config/x86/
vp9_rtcd.h 118 void vp9_scale_and_extend_frame_c(const struct yv12_buffer_config *src, struct yv12_buffer_config *dst, INTERP_FILTER filter_type, int phase_scaler);
119 void vp9_scale_and_extend_frame_ssse3(const struct yv12_buffer_config *src, struct yv12_buffer_config *dst, INTERP_FILTER filter_type, int phase_scaler);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/include/cloog/
clast.h 167 ClastFilterType filter_type; member in struct:clastFilter
  /external/libvpx/config/x86_64/
vp9_rtcd.h 120 void vp9_scale_and_extend_frame_c(const struct yv12_buffer_config *src, struct yv12_buffer_config *dst, INTERP_FILTER filter_type, int phase_scaler);
121 void vp9_scale_and_extend_frame_ssse3(const struct yv12_buffer_config *src, struct yv12_buffer_config *dst, INTERP_FILTER filter_type, int phase_scaler);
  /external/iproute2/misc/
ifstat.c 53 int filter_type; variable
130 if (tb[filter_type] == NULL)
141 memcpy(&n->val, RTA_DATA(tb[filter_type]), sizeof(n->val));
145 attr = parse_rtattr_one_nested(sub_type, tb[filter_type]);
206 filter_mask = IFLA_STATS_FILTER_BIT(filter_type);
767 filter_type = xstat->id;
  /external/syslinux/com32/lib/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);

Completed in 306 milliseconds

1 2 3 4 5