HomeSort by relevance Sort by last modified time
    Searched full:jpeg_upsampler (Results 1 - 10 of 10) sorted by null

  /external/llvm/test/CodeGen/Thumb2/
2009-08-07-NeonFPBug.ll 18 %struct.jpeg_decompress_struct = type { %struct.jpeg_error_mgr*, %struct.jpeg_memory_mgr*, %struct.jpeg_progress_mgr*, i32, i32, %struct.jpeg_source_mgr*, i32, i32, i32, i32, i32, i32, i32, double, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i8**, i32, i32, i32, i32, i32, [64 x i32]*, [4 x %struct.JQUANT_TBL*], [4 x %struct.JHUFF_TBL*], [4 x %struct.JHUFF_TBL*], i32, %struct.jpeg_component_info*, i32, i32, [16 x i8], [16 x i8], [16 x i8], i32, i32, i8, i16, i16, i32, i8, i32, i32, i32, i32, i32, i8*, i32, [4 x %struct.jpeg_component_info*], i32, i32, i32, [10 x i32], i32, i32, i32, i32, i32, %struct.jpeg_decomp_master*, %struct.jpeg_d_main_controller*, %struct.jpeg_d_coef_controller*, %struct.jpeg_d_post_controller*, %struct.jpeg_input_controller*, %struct.jpeg_marker_reader*, %struct.jpeg_entropy_decoder*, %struct.jpeg_inverse_dct*, %struct.jpeg_upsampler*, %struct.jpeg_color_deconverter*, %struct.jpeg_color_quantizer* }
27 %struct.jpeg_upsampler = type { void (%struct.jpeg_decompress_struct*)*, void (%struct.jpeg_decompress_struct*, i8***, i32*, i32, i8**, i32*, i32)*, i32 }
2009-07-30-PEICrash.ll 18 %struct.jpeg_decompress_struct = type { %struct.jpeg_error_mgr*, %struct.jpeg_memory_mgr*, %struct.jpeg_progress_mgr*, i32, i32, %struct.jpeg_source_mgr*, i32, i32, i32, i32, i32, i32, i32, double, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i8**, i32, i32, i32, i32, i32, [64 x i32]*, [4 x %struct.JQUANT_TBL*], [4 x %struct.JHUFF_TBL*], [4 x %struct.JHUFF_TBL*], i32, %struct.jpeg_component_info*, i32, i32, [16 x i8], [16 x i8], [16 x i8], i32, i32, i8, i16, i16, i32, i8, i32, i32, i32, i32, i32, i8*, i32, [4 x %struct.jpeg_component_info*], i32, i32, i32, [10 x i32], i32, i32, i32, i32, i32, %struct.jpeg_decomp_master*, %struct.jpeg_d_main_controller*, %struct.jpeg_d_coef_controller*, %struct.jpeg_d_post_controller*, %struct.jpeg_input_controller*, %struct.jpeg_marker_reader*, %struct.jpeg_entropy_decoder*, %struct.jpeg_inverse_dct*, %struct.jpeg_upsampler*, %struct.jpeg_color_deconverter*, %struct.jpeg_color_quantizer* }
27 %struct.jpeg_upsampler = type { void (%struct.jpeg_decompress_struct*)*, void (%struct.jpeg_decompress_struct*, i8***, i32*, i32, i8**, i32*, i32)*, i32 }
  /external/jpeg/
jdsample.c 34 struct jpeg_upsampler pub; /* public fields */
410 cinfo->upsample = (struct jpeg_upsampler *) upsample;
jpegint.h 262 struct jpeg_upsampler { struct
jdmerge.c 63 struct jpeg_upsampler pub; /* public fields */
716 cinfo->upsample = (struct jpeg_upsampler *) upsample;
jpeglib.h 635 struct jpeg_upsampler * upsample;
1165 struct jpeg_upsampler { long dummy; }; struct
    [all...]
  /external/qemu/distrib/jpeg-6b/
jdsample.c 34 struct jpeg_upsampler pub; /* public fields */
410 cinfo->upsample = (struct jpeg_upsampler *) upsample;
jpegint.h 262 struct jpeg_upsampler { struct
jdmerge.c 63 struct jpeg_upsampler pub; /* public fields */
716 cinfo->upsample = (struct jpeg_upsampler *) upsample;
jpeglib.h 635 struct jpeg_upsampler * upsample;
1165 struct jpeg_upsampler { long dummy; }; struct
    [all...]

Completed in 2495 milliseconds