Searched defs:filter (Results 476 - 500 of 720) sorted by relevance

<<11121314151617181920>>

/external/libpng/
H A Dpngrutil.c3948 * the filter is the first transformation performed on the row data. It is
3982 png_const_bytep prev_row, int filter)
3988 if (filter > PNG_FILTER_VALUE_NONE && filter < PNG_FILTER_VALUE_LAST)
3993 pp->read_filter[filter-1](row_info, row, prev_row);
4210 * read-ahead of the next row's filter byte.
4476 * of the buffer, because of the filter byte. Prior to libpng 1.5.6 this
4477 * was incorrect; the filter byte was aligned, which had the exact
4483 png_ptr->row_buf = temp - extra - 1/*filter byte*/;
4487 png_ptr->prev_row = temp - extra - 1/*filter byt
3981 png_read_filter_row(png_structrp pp, png_row_infop row_info, png_bytep row, png_const_bytep prev_row, int filter) argument
[all...]
H A Dpngstruct.h249 png_byte filter; /* file filter type (always 0) */ member in struct:png_struct_def
252 png_byte do_filter; /* row filter flags (see PNG_FILTER_ in png.h ) */
/external/libvpx/libvpx/vp8/common/arm/neon/
H A Dsixtappredict_neon.c20 { 2, -11, 108, 36, -8, 1, 0, 0 }, /* New 1/4 pel 6 tap filter */
22 { 3, -16, 77, 77, -16, 3, 0, 0 }, /* New 1/2 pel 6 tap filter */
24 { 1, -8, 36, 108, -11, 2, 0, 0 }, /* New 1/4 pel 6 tap filter */
28 // This table is derived from vp8/common/filter.c:vp8_sub_pel_filters.
47 const uint8x8_t filter, uint16x8_t *c,
53 *c = vmlal_u8(*c, vreinterpret_u8_u32(a_shuf.val[0]), filter);
54 *d = vmlal_u8(*d, vreinterpret_u8_u32(b_shuf.val[0]), filter);
58 const uint8x8_t filter, uint16x8_t *c,
64 *c = vmlsl_u8(*c, vreinterpret_u8_u32(a_shuf.val[0]), filter);
65 *d = vmlsl_u8(*d, vreinterpret_u8_u32(b_shuf.val[0]), filter);
46 filter_add_accumulate(const uint8x16_t a, const uint8x16_t b, const uint8x8_t filter, uint16x8_t *c, uint16x8_t *d) argument
57 filter_sub_accumulate(const uint8x16_t a, const uint8x16_t b, const uint8x8_t filter, uint16x8_t *c, uint16x8_t *d) argument
77 const uint8x8_t filter = vld1_u8(abs_filters[filter_offset]); local
178 uint8x8_t filter, filter0, filter1, filter2, filter3, filter4, filter5; local
[all...]
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_bitstream.c699 // Encode the loop filter level and type
703 // Write out loop filter deltas applied at the MB level based on mode or
848 static void write_interp_filter(INTERP_FILTER filter, argument
852 vpx_wb_write_bit(wb, filter == SWITCHABLE);
853 if (filter != SWITCHABLE)
854 vpx_wb_write_literal(wb, filter_to_literal[filter], 2);
869 // Only one filter is used. So set the filter at frame level
/external/mdnsresponder/mDNSPosix/
H A DmDNSPosix.c1178 mDNSlocal void InterfaceChangeCallback(int fd, short filter, void *context) argument
1186 (void)filter; // Unused
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_gen_mipmap.c104 * filter to tune the rounding characteristics.
1511 * \param filter the minification filter used to generate mipmap levels with
1512 * \param filter one of PIPE_TEX_FILTER_LINEAR, PIPE_TEX_FILTER_NEAREST
1517 uint face, uint baseLevel, uint lastLevel, uint filter)
1536 assert(filter == PIPE_TEX_FILTER_LINEAR ||
1537 filter == PIPE_TEX_FILTER_NEAREST);
1605 /* set min/mag to same filter for faster sw speed */
1606 ctx->sampler.mag_img_filter = filter;
1607 ctx->sampler.min_img_filter = filter;
1515 util_gen_mipmap(struct gen_mipmap_state *ctx, struct pipe_sampler_view *psv, uint face, uint baseLevel, uint lastLevel, uint filter) argument
[all...]
/external/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_state.c1225 static unsigned si_tex_filter(unsigned filter) argument
1227 switch (filter) {
1236 static unsigned si_tex_mipfilter(unsigned filter) argument
1238 switch (filter) {
/external/mesa3d/src/gallium/state_trackers/vega/
H A Drenderer.c122 } filter; member in union:renderer::__anon14959
903 renderer->u.filter.tex_width = tex->width0;
904 renderer->u.filter.tex_height = tex->height0;
905 renderer->u.filter.use_sampler = VG_TRUE;
913 renderer->u.filter.use_sampler = VG_FALSE;
936 if (renderer->u.filter.use_sampler) {
938 renderer->u.filter.tex_width,
939 renderer->u.filter.tex_height);
952 if (renderer->u.filter.use_sampler) {
1420 float z, unsigned filter)
1413 renderer_copy_surface(struct renderer *ctx, struct pipe_surface *src, int srcX0, int srcY0, int srcX1, int srcY1, struct pipe_surface *dst, int dstX0, int dstY0, int dstX1, int dstY1, float z, unsigned filter) argument
[all...]
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_blorp_blit.cpp195 GLenum filter, GLbitfield buffer_bit)
301 GLbitfield mask, GLenum filter)
318 filter, buffer_bits[i])) {
192 try_blorp_blit(struct intel_context *intel, GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLenum filter, GLbitfield buffer_bit) argument
298 brw_blorp_framebuffer(struct intel_context *intel, GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, GLenum filter) argument
/external/mesa3d/src/mesa/main/
H A Dfbobject.c2881 GLbitfield mask, GLenum filter)
2898 mask, _mesa_lookup_enum_by_nr(filter));
2922 if (filter != GL_NEAREST && filter != GL_LINEAR) {
2923 _mesa_error(ctx, GL_INVALID_ENUM, "glBlitFramebufferEXT(filter)");
2934 && filter != GL_NEAREST) {
2936 "glBlitFramebufferEXT(depth/stencil requires GL_NEAREST filter)");
3045 if (filter == GL_LINEAR && (mask & GL_COLOR_BUFFER_BIT)) {
3048 * if filter is LINEAR and read buffer contains integer data."
3069 mask, filter);
2879 _mesa_BlitFramebufferEXT(GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, GLenum filter) argument
[all...]
/external/pdfium/third_party/libpng16/
H A Dpngrutil.c3946 * the filter is the first transformation performed on the row data. It is
3980 png_const_bytep prev_row, int filter)
3986 if (filter > PNG_FILTER_VALUE_NONE && filter < PNG_FILTER_VALUE_LAST)
3991 pp->read_filter[filter-1](row_info, row, prev_row);
4200 * read-ahead of the next row's filter byte.
4466 * of the buffer, because of the filter byte. Prior to libpng 1.5.6 this
4467 * was incorrect; the filter byte was aligned, which had the exact
4473 png_ptr->row_buf = temp - extra - 1/*filter byte*/;
4477 png_ptr->prev_row = temp - extra - 1/*filter byt
3979 png_read_filter_row(png_structrp pp, png_row_infop row_info, png_bytep row, png_const_bytep prev_row, int filter) argument
[all...]
H A Dpngstruct.h249 png_byte filter; /* file filter type (always 0) */ member in struct:png_struct_def
252 png_byte do_filter; /* row filter flags (see PNG_FILTER_ below ) */
/external/protobuf/java/core/src/main/java/com/google/protobuf/
H A DDescriptors.java2168 final SearchFilter filter) {
2171 if ((filter==SearchFilter.ALL_SYMBOLS) ||
2172 ((filter==SearchFilter.TYPES_ONLY) && isType(result)) ||
2173 ((filter==SearchFilter.AGGREGATES_ONLY) && isAggregate(result))) {
2181 if ((filter==SearchFilter.ALL_SYMBOLS) ||
2182 ((filter==SearchFilter.TYPES_ONLY) && isType(result)) ||
2183 ((filter==SearchFilter.AGGREGATES_ONLY) && isAggregate(result))) {
2214 final DescriptorPool.SearchFilter filter)
2223 result = findSymbol(fullname, filter);
2256 result = findSymbol(name, filter);
2167 findSymbol(final String fullName, final SearchFilter filter) argument
2212 lookupSymbol(final String name, final GenericDescriptor relativeTo, final DescriptorPool.SearchFilter filter) argument
[all...]
/external/skia/fuzz/
H A DFilterFuzz.cpp569 sk_sp<SkImageFilter> filter; local
575 return filter;
591 filter = SkAlphaThresholdFilter::Make(reg, innerMin, outerMax, fil);
598 filter = SkMergeImageFilter::Make(filA, filB, blend);
603 filter = cf ? SkColorFilterImageFilter::Make(std::move(cf), make_image_filter())
612 filter = SkBlurImageFilter::Make(sX, sY, fil);
619 filter = SkMagnifierImageFilter::Make(rect, inset, fil);
626 filter = SkXfermodeImageFilter::Make(mode, filA, filB, nullptr);
633 filter = SkOffsetImageFilter::Make(dx, dy, fil);
642 filter
[all...]
/external/skia/src/gpu/
H A DGrRenderTargetContext.cpp238 SkScalar x, SkScalar y, SkDrawFilter* filter,
247 y, filter, clipBounds);
236 drawTextBlob(const GrClip& clip, const SkPaint& paint, const SkMatrix& viewMatrix, const SkTextBlob* blob, SkScalar x, SkScalar y, SkDrawFilter* filter, const SkIRect& clipBounds) argument
H A DSkGpuDevice.cpp180 const SkImageFilter* filter) {
182 SkASSERT(filter);
191 return filter->filterImage(srcImg, ctx, offset);
479 // The only mask filter the native rrect drawing code could've handle was taken
1208 // be clipped to the bmp bounds. To determine tiling parameters we need the filter mode which
1326 // filter
1800 // filter traversal.
177 filterTexture(SkSpecialImage* srcImg, int left, int top, SkIPoint* offset, const SkImageFilter* filter) argument
/external/skia/src/pipe/
H A DSkPipeCanvas.cpp93 unsigned filter, unsigned style, unsigned caps, unsigned joins,
98 ASSERT_FITS_IN(filter, kFilter_BPF);
113 shift -= kFilter_BPF; packed |= (filter << shift);
92 pack_paint_flags(unsigned flags, unsigned hint, unsigned align, unsigned filter, unsigned style, unsigned caps, unsigned joins, unsigned encoding) argument
/external/skia/tests/
H A DImageFilterTest.cpp148 this->addFilter("color filter",
273 Filter(const char* name, sk_sp<SkImageFilter> filter) argument
275 , fFilter(std::move(filter)) {
280 void addFilter(const char* name, sk_sp<SkImageFilter> filter) { argument
281 fFilters.push_back(Filter(name, std::move(filter)));
342 sk_sp<SkColorFilter> filter(SkColorFilter::MakeMatrixFilterRowMajor255(matrix));
343 return SkColorFilterImageFilter::Make(std::move(filter), std::move(input));
354 sk_sp<SkColorFilter> filter(SkColorFilter::MakeMatrixFilterRowMajor255(matrix));
355 return SkColorFilterImageFilter::Make(std::move(filter), std::move(input), cropRect);
360 sk_sp<SkColorFilter> filter(SkColorFilte
539 SkImageFilter* filter = filters.getFilter(i); local
1761 sk_sp<SkImageFilter> filter = make_grayscale(nullptr, nullptr); local
[all...]
/external/skia/third_party/libpng/
H A Dpngrutil.c3946 * the filter is the first transformation performed on the row data. It is
3980 png_const_bytep prev_row, int filter)
3986 if (filter > PNG_FILTER_VALUE_NONE && filter < PNG_FILTER_VALUE_LAST)
3991 pp->read_filter[filter-1](row_info, row, prev_row);
4200 * read-ahead of the next row's filter byte.
4466 * of the buffer, because of the filter byte. Prior to libpng 1.5.6 this
4467 * was incorrect; the filter byte was aligned, which had the exact
4473 png_ptr->row_buf = temp - extra - 1/*filter byte*/;
4477 png_ptr->prev_row = temp - extra - 1/*filter byt
3979 png_read_filter_row(png_structrp pp, png_row_infop row_info, png_bytep row, png_const_bytep prev_row, int filter) argument
[all...]
H A Dpngstruct.h249 png_byte filter; /* file filter type (always 0) */ member in struct:png_struct_def
252 png_byte do_filter; /* row filter flags (see PNG_FILTER_ below ) */
/external/skia/tools/viewer/
H A DViewer.cpp1077 static ImGuiTextFilter filter; local
1078 filter.Draw();
1082 if (filter.PassFilter(slide->getName().c_str())) {
/external/swiftshader/src/OpenGL/libGLESv2/
H A DlibGLESv3.cpp1419 GL_APICALL void GL_APIENTRY glBlitFramebuffer(GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, GLenum filter) argument
1423 "GLbitfield mask = 0x%X, GLenum filter = 0x%X)",
1424 srcX0, srcY0, srcX1, srcX1, dstX0, dstY0, dstX1, dstY1, mask, filter);
1426 switch(filter)
/external/swiftshader/third_party/LLVM/utils/TableGen/
H A DARMDecoderEmitter.cpp169 // BIT_UNFILTERED is used as the init value for a filter position. It is used
170 // only for filter processings.
268 ARMFilterChooser *Owner; // points to the FilterChooser who owns this filter
270 unsigned NumBits; // number of bits to filter
298 // Return the filter chooser for the group of instructions without constant
323 // Returns the number of fanout produced by the filter. More fanout implies
324 // the filter distinguishes more categories of instructions.
329 // filterProcessor() which produces the filter candidates to use.
338 /// ARMFilterChooser - FilterChooser chooses the best filter among a set of Filters
346 /// Once a filter ha
870 dumpFilterArray(raw_ostream &o, bit_value_t (&filter)[BIT_WIDTH]) argument
[all...]
H A DFixedLenDecoderEmitter.cpp33 // BIT_UNFILTERED is used as the init value for a filter position. It is used
34 // only for filter processings.
128 FilterChooser *Owner; // points to the FilterChooser who owns this filter
130 unsigned NumBits; // number of bits to filter
158 // Return the filter chooser for the group of instructions without constant
182 // Returns the number of fanout produced by the filter. More fanout implies
183 // the filter distinguishes more categories of instructions.
188 // filterProcessor() which produces the filter candidates to use.
197 /// FilterChooser - FilterChooser chooses the best filter among a set of Filters
205 /// Once a filter ha
617 dumpFilterArray(raw_ostream &o, std::vector<bit_value_t> &filter) argument
[all...]
/external/syslinux/com32/lib/libpng/
H A Dpngrutil.c2927 png_bytep prev_row, int filter)
2930 png_debug2(2, "row = %lu, filter = %d", png_ptr->row_number, filter);
2931 switch (filter)
3042 png_warning(png_ptr, "Ignoring bad adaptive filter type");
2926 png_read_filter_row(png_structp png_ptr, png_row_infop row_info, png_bytep row, png_bytep prev_row, int filter) argument

Completed in 1241 milliseconds

<<11121314151617181920>>