Home
last modified time | relevance | path

Searched refs:mmx_rowbytes_threshold (Results 1 – 8 of 8) sorted by relevance

/external/qemu/distrib/libpng-1.2.19/
Dpnggccrd.c5792 (row_info->rowbytes >= png_ptr->mmx_rowbytes_threshold)) in png_read_filter_row()
5807 (row_info->rowbytes >= png_ptr->mmx_rowbytes_threshold)) in png_read_filter_row()
5822 (row_info->rowbytes >= png_ptr->mmx_rowbytes_threshold)) in png_read_filter_row()
5838 (row_info->rowbytes >= png_ptr->mmx_rowbytes_threshold)) in png_read_filter_row()
5871 (row_info->rowbytes >= png_ptr->mmx_rowbytes_threshold)) in png_read_filter_row()
5900 (row_info->rowbytes >= png_ptr->mmx_rowbytes_threshold)) in png_read_filter_row()
5928 (row_info->rowbytes >= png_ptr->mmx_rowbytes_threshold)) in png_read_filter_row()
5967 (row_info->rowbytes >= png_ptr->mmx_rowbytes_threshold)) in png_read_filter_row()
Dpng.c829 png_ptr->mmx_rowbytes_threshold = 0; in png_init_mmx_flags()
852 png_ptr->mmx_rowbytes_threshold = PNG_MMX_ROWBYTES_THRESHOLD_DEFAULT; in png_init_mmx_flags()
Dpngset.c1256 png_uint_32 mmx_rowbytes_threshold) in png_set_mmx_thresholds() argument
1262 png_ptr->mmx_rowbytes_threshold = mmx_rowbytes_threshold; in png_set_mmx_thresholds()
Dpngget.c939 return (png_uint_32)(png_ptr? png_ptr->mmx_rowbytes_threshold : 0L); in png_get_mmx_rowbytes_threshold()
Dpngvcrd.c3758 (row_info->rowbytes >= png_ptr->mmx_rowbytes_threshold)) in png_read_filter_row()
3787 (row_info->rowbytes >= png_ptr->mmx_rowbytes_threshold)) in png_read_filter_row()
3815 (row_info->rowbytes >= png_ptr->mmx_rowbytes_threshold)) in png_read_filter_row()
3853 (row_info->rowbytes >= png_ptr->mmx_rowbytes_threshold)) in png_read_filter_row()
Dpng.h1370 png_uint_32 mmx_rowbytes_threshold; member
2576 png_uint_32 mmx_rowbytes_threshold));
/external/libpng/
Dpngset.c1184 png_uint_32 mmx_rowbytes_threshold) in png_set_mmx_thresholds() argument
1191 mmx_rowbytes_threshold = mmx_rowbytes_threshold; in png_set_mmx_thresholds()
Dpng.h1555 png_uint_32 mmx_rowbytes_threshold PNG_DEPSTRUCT;
2858 png_uint_32 mmx_rowbytes_threshold));